OsmAnd Latitude and Longitude format

addie3 years ago

I have a Raspberry Pi Zero with a Waveshare SIM7600G-H HAT (B) connected and can retrieve GPS info from the module into the Pi with the latitude format = ddmm.mmmmmm N or S and longitude format = ddmm.mmmmmm E or W. With Node-RED on the Pi, I have also been able to create a OsmAnd Live Tracking web address format with static dummy data (latitude and longitude format = dd.mm) and post data to demo.traccar.org:5055 from the Pi successfully. How do I post data in the ddmm.mmmmmm N/S or E/W format using OsmAnd without converting the GPS data first?

Anton Tananaev3 years ago

You can't without conversion.

addie3 years ago

Thank you for the confirmation.