stuartmatthews / leaflet-geotiff

Leaflet plugin for displaying geoTIFF raster data
MIT License
174 stars 76 forks source link

How can i change the lat lng to different location it is inbuilt location in austraila #32

Open rohith231 opened 3 years ago

rohith231 commented 3 years ago

How can i change the lat lng to different location it is inbuilt location in austraila

rohith231 commented 3 years ago

Hi stuart how are u? How can i change the lat lng to different location it is inbuilt location in austraila .where to change the code to another lat lng

lawrenceli19 commented 3 years ago

Hi @rohith231 , not sure if you still need this. But you can change this line var mymap = L.map('mapid').setView([yourLat, yourLng], 6); Please refer to leaflet documentation for more map related customization. https://leafletjs.com/reference-1.7.1.html