esri-leaflet is an open source plugin for leafletjs, providing a lightweight set of tools for using ArcGIS services with leaflet
Questions tagged [esri-leaflet]
59 questions
1
vote
1 answer
Filtering GeoJSON by lat-long in Leaflet
I'm ingesting a large geoJSON file in leaflet with somewhere near 19,000 features (points). This results in a massive amount of clutter on the map and is unmanageable.
The goal is to use geolocation to mark my location, draw a 5nm circle around it,…

blintster
- 133
- 1
- 7
1
vote
1 answer
ESRI TileLayer with non-standard 0 zoom does not load in Leaflet
appreciate some assistance with figuring out why ESRI Tile layer does not load in Leaflet? It loads in OpenLayers and of course when using the ESRI JS API, but I'd like to use Leaflet...
This is the standard Leaflet "Quickstart" example with the…

Cloudstako
- 11
- 2
1
vote
1 answer
Using ESRI street maps with Leaflet
How can I integrate the ESRI street maps (https://leaflet-extras.github.io/leaflet-providers/preview/#filter=Esri.WorldStreetMap) into my leaflet javascript. Following is what I did but the map doesn't load.