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.

นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด

  • v2.1.1 25-06-2025

    Bumb version number

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

    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 09-02-2025 Imported from URL
  • v1.1.1 28-01-2025 Imported from URL
  • v1.0.0 20-01-2025
  • v0.0.1.20250115185103 15-01-2025 Imported from URL
  • v0.0.1.20250115184349 15-01-2025 Imported from URL
  • v0.0.1.20250115184208 15-01-2025