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.
The original plugin's
gpsLong
option supported displaying coordinates in both theddmm.mmmm
(degrees and minutes) andddmmss.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 theddmm.mmmm
format for broader usability.Additionally, I’ve added a new
MouseCoordinate
example file to demonstrate this functionality.