Leaflet Support for Atom
Atom autocompletion plugin for Leaflet
Install:
apm install atom-autocomplete-leaflet
Key Features:
- Supports autocompletion of Basic Leaflet HTML templates
- Snippet support
- Autocompletion for map, layers, marker, popup, circle, rectangle, polygon, polyline and geojson
Templates
html-leaflet-basic
: Generates Basic Leaflet HTML Templatehtml-leaflet-bootstrap
: Generates Basic Leaflet HTML Template with Bootstrap3 support
Map
leaflet-map
: initializes the map and set its view to given geographical coordinates
Layers
leaflet-layer-osm
: add osm layerleaflet-layer-mapbox
: add mapbox layer
Markers
leaflet-marker
: add a makerleaflet-marker-popup
: add a marker with popupleaflet-custom-marker
: add custom marker (icon) with popup
Vector
leaflet-circle
: add a circleleaflet-rectangle
: add a rectangleleaflet-polygon
: add a polygonleaflet-polyline
: add a polyline
GeoJson
leaflet-geojson
: add a geojson layer