dceejay / RedMap

A web map app for Node-RED to put blobs on
Apache License 2.0
110 stars 60 forks source link

MouseCoordinates - Restore `ddmm.mmmm` Format in `gpsLong` option and add an example #282

Closed zafrirron closed 2 months ago

zafrirron commented 2 months ago

The original plugin's gpsLong option supported displaying coordinates in both the ddmm.mmmm (degrees and minutes) and ddmmss.ss (degrees, minutes, and seconds) formats. However, the ddmm.mmmm format was removed for some reason, even though it is widely used. This update restores the ddmm.mmmm format for broader usability.

Additionally, I’ve added a new MouseCoordinate example file to demonstrate this functionality.

dceejay commented 2 months ago

Nice one. Thanks