Skip to main content

All Questions

1 vote
0 answers
46 views

I am using esri-leaflet as mapping library and using vectorTileLayer to add custom basemap however struggling with arabic text that is breaking

getWeatherMap() { if(this.map){ this.map.remove(); } const saudiArabiaCenter = [45.0792, 23.8859]; this.map = L.map(`map`, { center: L.latLng(saudiArabiaCenter[1], ...
Owais Nadeem's user avatar
0 votes
0 answers
221 views

Layer from Authenticated ArcGIS Server not Showing in Leaflet Web Map

When I take this code directly from the ESRI Leaflet webpage and put it into JSFiddle it works great. All the layers from the ArcGIS server show up. However, when I paste this exact code into a text ...
Swing's user avatar
  • 1
0 votes
0 answers
388 views

Unique Value Renderer - Esri Leaflet

I have not been able to render certain ArcGis Service layers on a web map with the esri leaflet plugin. I can run L.esri.query and get data back. Also, metadata returns a response with no errors. I've ...
fullStack_E's user avatar