GeoGPXer

GeoGPXer is a JavaScript library designed to convert GPX data into GeoJSON format efficiently. It supports the conversion of waypoints, tracks, and routes, with additional handling for GPX extensions.

These are versions of this script where the code was updated. Show all versions.

  • v2.1.1 2025-06-25

    Bumb version number

  • v2.1.0 2025-06-25 Imported from URL
  • v2.1.0 2025-06-24

    feat: Extend GPX conversion functions to support Polygon output

    • Updated trkToMultiLineStringOrPolygon to convert GPX track segments to GeoJSON Polygons when segments are closed loops, or MultiLineStrings otherwise.
    • Updated rteToLineStringOrPolygon to convert GPX route nodes to GeoJSON Polygons if they're closed loops, or LineStrings otherwise.
    • Added utility function areCoordsSame to compare coordinate arrays for equality, facilitating the determination of closed loops.
    • Enhanced code documentation to reflect changes and clarify function behaviors.
  • v2.0.0 2025-02-09 Imported from URL
  • v1.1.1 2025-01-28 Imported from URL
  • v1.0.0 2025-01-20
  • v0.0.1.20250115185103 2025-01-15 Imported from URL
  • v0.0.1.20250115184349 2025-01-15 Imported from URL
  • v0.0.1.20250115184208 2025-01-15