Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

google-map-paths

Quickly hacked-together tool for creating routes/paths in google maps (either freehand or using the directions api between specific points)

Currently it supports

  • hand drawing mode: path drawing (while moving mouse) where you can control the fidelity of the path (after how many meters it will create a new point)
  • marker mode: placing markers (_they are draggable to adjust their position and the list is sortable to allow a specific order for the directions api to follow _) and then calling the Google Maps Directions API to get an path.
  • exporting the path: as a JSON list of lattitude/longitude objects

Limitations:

Uses: