esri-oss is for esri open source software, projects, and tools
Questions tagged [esri-oss]
18 questions
4
votes
0 answers
How can I tell if a Leaflet layer is currently visible?
I'm building a Leaflet plugin that adds/removes layers to/from a Leaflet map. My plugin needs to know if a given layer is visible on-screen. So far, I've come up with the following criteria that a layer must meet in order to be considered…

colbin8r
- 342
- 2
- 12
2
votes
1 answer
How to stop popup from opening when I click on l.divicon custom html containing a button
I am using the esrileaflet library to render markers on a map having icon l.divicon which has a button in custom HTML.
I have bound an event to the button click which is called but also marker popup is opened which I don't want.
As l.divicon…

Bravo Ragazo
- 33
- 6
1
vote
1 answer
Can I use ArcGIS REST-API "applyEdits" to update Feature-Layer as an authenticated user?
I'm using nodeJS to edit my Feature-Layer using REST API. My intention is to:
Update my layer using Firebase Cloud-Functions
Share my layer publicly
But keep my layer non-editable for unauthorised users
I want to use my API-Key for…

arielhasidim
- 694
- 10
- 19
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.