Skip to main content

All Questions

Tagged with
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
2 answers
1k views

add marker using esri leaflet

I want to add a marker using esri leaflet cart, My code to add a marker using mapbox is given as follow: var marker = L.marker(new L.LatLng(lat, long), { icon: L.mapbox.marker.icon({ ...
Majdi Taleb's user avatar