Answer
map.flyTo()
is available in Leaflet 1.0.
However the parameters are different from those in the example. See http://leafletjs.com/reference-1.0.0.html#map-flyto
flyTo(
Example:
flyTo([13.87992, 45.9791], 12)
Answer
map.flyTo()
is available in Leaflet 1.0.
However the parameters are different from those in the example. See http://leafletjs.com/reference-1.0.0.html#map-flyto
flyTo(
Example:
flyTo([13.87992, 45.9791], 12)
Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...
No comments:
Post a Comment