You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Nice work on that plugin! I am using leaflet to make an interactive map for my web app. I am having this problem:
Here is my code for causing this problem:
sharedMap.value=L.map(id,{zoomControl: false,maxZoom: 20,attributionControl: false,}).setView([originCoords.value.lat,originCoords.value.lng],defaultZoom.value);constmtLayer=newL.MaptilerLayer({// Get your free API key at https://cloud.maptiler.comapiKey: "MY_API_KEY",}).addTo(sharedMap.value);
Have you ever faced these warnings before? They are appearing as soon as the tile gets loaded.
Hello @dasturchioka, could you send us the coordinates of the center of the map and the zoom level? These warnings seem like the style is trying to load images of the POI icons and does not find them. Thank you so much
Hi. Nice work on that plugin! I am using leaflet to make an interactive map for my web app. I am having this problem:
Here is my code for causing this problem:
Here is my imports:
My package.json:
Thanks in advance for the answer!
The text was updated successfully, but these errors were encountered: