Skip to content

mapsandapps/trail-maps

Repository files navigation

trail-maps

To run in localhost:

cd /trail-maps
http-server -p 8084

To create a new map:

  1. Import GPS track into geojson.io
  2. Draw over GPS track as desired
  3. Run track through smoothing codepen (if desired)
  4. Replace original geojson.io track with smoothed one
  5. Add points in geojson.io
  6. If those points have counterpoints in marker-list.js, they will get imported nicely (e.g. entrance becomes trailhead), otherwise, they will be basic points
  7. If desired, give points a name attribute to be shown with the marker
  8. Divide the trails into segments; give them names and miles as properties
  9. Save the geojson from geojson.io to the geojsons folder (example of geojson.io finished map)
  10. Add info about the trail to list.js
  11. Push the changes to github master branch to update the site

To edit an existing map:

  1. Open the existing map from geojsons in geojson.io
  2. Follow steps for creating a new map

Trail colors & widths:

  • #03763a 4: unpaved
  • #6f6f6f 6: paved wide path
  • #6f6f6f 4: paved sidewalk-width path
  • #6f6f6f either width: stairs (use "style": "stairs")
  • #a1a1a1: gravel
  • #e5ca3a area: beach
  • #55d391 area: community garden
  • #555555 area: parking

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published