pasichnykvasyl / Leaflet.BigImage

A leaflet plugin that allows users to receive a large map area and download it.
https://pasichnykvasyl.github.io/Leaflet.BigImage/
MIT License
80 stars 27 forks source link

Typo in code example in readme #28

Open ryan101 opened 9 months ago

ryan101 commented 9 months ago

In step 2 L.control.bigImage({position: 'topright'}).addTo(mymap); should be L.control.BigImage({position: 'topright'}).addTo(mymap);