flopp / gpx-map

Online Map displaying GPX tracks and makers (client side only!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPX Map

Demo -> https://gpx.flopp.net/

Features

  • No server-side requirements. Just a bunch of html and js files. Third party libraries are pulled from https://cdnjs.cloudflare.com/.
  • Client-side persistence via HTML5's localStorage.
  • Leaflet-based map.
  • Tracks (client-side upload of GPX files via HTML5's file API)
  • Markers (draggable by mouse)

Install

Clone the repository:

git clone https://github.com/flopp/gpx-map.git

Open index.html in you browser.

Used Third-Party Libraries

License

MIT-licensed. See LICENSE file.

About

Online Map displaying GPX tracks and makers (client side only!)

License:MIT License


Languages

Language:JavaScript 77.9%Language:HTML 14.9%Language:CSS 6.6%Language:ApacheConf 0.5%