top of page

GPX | OSM | KML

 
CSV ( Comma-Separated Values)
At the moment, the app generates a bland unformatted TXT file. It acts as a place holder to store selected GPS readings.
ArcGIS and GoogleMaps uses a CSV text file format to transpose coordinates and other metadata to a GPX-like file format.
GPS Visualizer is a one stop shop for all of these things, but I still want my personal DIY version
​
GPX (the GPS Exchange Format) & OSM (Open Street Map) & KML (Keyhole Markup Language)

​

The next App Development involves configuring the TXT file to a (GPX or OSM) xml file format. This format will allow for cross compatibility to widely used Garmin or Furuno like GPS systems. Google Earth Apps will greatly appreciate KML as its inputs.

​

This is not a critical update, it is just make it comparable for future cross platform developments.

​

GPX File Formathttp://www.topografix.com/gpx.asp

​

OSM File Formathttp://wiki.openstreetmap.org/wiki/OSM_file_formats

​

KML File Format: https://developers.google.com/kml/documentation/kmlreference (Google Earth Compatibility Feature)

bottom of page