Hi im new to Leaflet and the Leaflet.MousePosition control.
I have added the control to my site, but would like the positions to display as DMS with N/S E/W as per the sample picture:
Mine displays as -/+ and Lat and long are degrees decimal.
Please advise what lngFormatter , latFormatter should be if not undefined?
options: {
position: 'bottomleft',
separator: ' : Longitude: ',
emptyString: 'Unavailable',
lngFirst: false,
numDigits: 5,
lngFormatter: undefined,
latFormatter: undefined,
prefix: "Position: Latitude: "