Questions tagged [esri-oss]

esri-oss is for esri open source software, projects, and tools

18 questions
0
votes
1 answer

How to switch layers[] in esri leaflet dynamiclayer

I have a single MapService with multiple layers. I'd like to utilize layer group for changing layers with radio buttons, but want to use it with the layers[] array option rather that creating a single L.esri.dynamicMapLayer etc... for each layer.…
jasonflaherty
  • 1,924
  • 7
  • 40
  • 82
0
votes
1 answer

Converting result of spatial querying to geoJson or retrieving administrative info (State, Country etc.)

I am trying to convert the selected regions in the following URL (marked in red) into geojson and retrieve administrative info (State, Country etc.) https://esri.github.io/esri-leaflet/examples/spatial-queries.html This is an example code that I…
codejunkie
  • 908
  • 2
  • 21
  • 34
0
votes
1 answer

Django-Leaflet - set dynamic layers

I want to set DynamicMapLayer to my django-leaflet template. Maybe anyone knows how can I do it? I prefer this like L.esri.dynamicMapLayer, maybe L.esri.featureLayer from esri-leaflet.js plugin.
Mae
  • 141
  • 1
  • 2
  • 13
1
2