I created a map with Leaflet. Everything works fine so far. Now I need to call Points in the Map by the URL adding the Coordinates, Zoom and the Layer to be shown. (Example: www.website.com/Leaflet?lat=xxx&lon=yyy&Zoom=15&layer=Piping). A Marker on the selected Position would be great. I think the Function I need is the "Permalink", but I don't know how to realize. Or is it in the "Standard" and I just need the right Syntax. An Example would be nice.
I created a map with Leaflet. Everything works fine so far. Now I need to call Points in the Map by the URL adding the Coordinates, Zoom and the Layer to be shown. (Example: www.website.com/Leaflet?lat=xxx&lon=yyy&Zoom=15&layer=Piping). A Marker on the selected Position would be great. I think the Function I need is the "Permalink", but I don't know how to realize. Or is it in the "Standard" and I just need the right Syntax. An Example would be nice.