Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

does esri leaflet has option like crossOrigin

I meet a Content Security Policy problem when using esri-leaflet to parse the ArcGIS mapserver to tileLayer, the code snippet I used is as following: L.esri.dynamicMapLayer({ url: 'https://...
abramhum's user avatar
  • 463
0 votes
1 answer
113 views

Find frontage street polyline given a street address

I have an app whereby users select parcels of land based on shapefile information. How can I return the associated street polyline location (lat, long)? I want to be able to locate the center of the ...
Simon Palmer's user avatar
0 votes
1 answer
395 views

Vector tiles are showing in the wrong place and in the wrong scale in esri-leaflet-vector plugin

I'm using [email protected] and leaflet 1.7.1 and esri-leaflet-vector plugin. When I'm adding VectorTileServer layer, rendered tiles are showing in the wrong place and in the wrong scale. Where I ...
javalonde's user avatar
  • 649
0 votes
1 answer
807 views

Leaflet labels on top

I am quite new to leaflet and would like some advice. I use the UN Clear map as a base map to which I add some polygons using a GeoJSON layer. I learned about a nice trick here, using map panes to get ...
Aran's user avatar
  • 13
0 votes
1 answer
146 views

Does Arcgis World Traffic Service Support History Data?

Now, I use Esri Leaflet http://esri.github.io/esri-leaflet/examples/premium-content.html I want to Access Arcgis World Traffic Service History data, Because, I only got a live traffic data. May I ...
Frank Liao's user avatar