dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

Web UI Location

Open ki6uve opened this issue 11 months ago • 1 comments

Does someone know how to get the web UI to launch with my current location in focus?

ki6uve avatar Mar 25 '24 16:03 ki6uve

On line 171 of gmap.html you'll see the Map variable for Leaflet. Within setView() you can set the Lat/Lon inside of the array. The value outside of the array is the default zoom.

For example setView([lat, lon], zoom)

tcassels avatar Aug 15 '24 22:08 tcassels