bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

added display of lat/lon in JS popup #113

Closed rahra closed 4 years ago

rahra commented 4 years ago

As promised, here is my patch for the position (latitude/longitude) display in the popup.

bfabiszewski commented 4 years ago

Thanks! There are some minor lint issues but I will fix them while merging.

bfabiszewski commented 4 years ago

I removed zero padding to get shorter strings and fixed handling of negative values.