Waymarked Trails

From OpenStreetMap Wiki
(Redirected from Waymarked trails)
Jump to navigation Jump to search

information sign

This article is a stub. You can help OpenStreetMap by expanding it.
Waymarked Trails
Authors: User icon 3.svglonvia + contributors GitHub
License: GNU GPL v3 (free of charge)
Platform: Web
Status: Active
Language: multiple languages
Website: waymarkedtrails.org
Source code: waymarkedtrails/waymarked-trails-site GitHub
Programming languages: Python, JavaScript, and HTML

website that shows waymarked trails for hiking, cycling, mtb, riding, skating and winter sport slopes.

Features
Feature Value
Map Display
Display map yes
Map data
?
Source
?
Rotate map
?
3D view
?
Shows website
?
Shows phone number
?
Shows operation hours
?
Routing
Routing no
Create route manually
?
Calculate route
?
Create route via Waypoints
?
Routing profiles
?
Turn restrictions
?
Calculate route without Internet (Offline routing)
?
Routing providers
?
Avoid traffic
?
Traffic Provider
?
Navigating
Navigate no
Find location
?
Find nearby POIs
?
Navigate to point
?
Navigation with voice / Voice guidance
?
Keep on road
?
Lane guidance
?
Works without GPS
?
Navigate along predefined route
?
Tracking
Make track no
Customizable log interval
?
Track formats
?
Geotagging
?
Fast POI buttons
?
Upload GPX to OSM
?
Monitoring
Monitoring no
Show current track
?
Open existing track
?
Altitude diagram
?
Show POD value
?
Satellite view
?
Show live NMEA data
?
Show speed
?
Send current position
?
Editing
?
Rendering
?
Accessibility
?

waymarkedtrails.org is a website that renders layers with marked trails for hiking, cycling, mtb, riding, skating or winter sport slopes and additionally hillshading on top of some base map (currently OSM carto or OpenTopoMap).

Hiking trails layer

It shows relations with at least type=route/type=superroute and route=foot/route=walking/route=hiking.

Bookmarklets

Use this bookmarklet to conveniently access a relation with Waymarked Trails from openstreetmap.org! By clicking on the new bookmark (or opening it via a keyword) while visiting a relation page such as 10534456, you will get a new tab/window with the waymarked trail for that relation.

javascript:(function(){id=location.href.match(/www\.openstreetmap\.org\/relation\/(\d+)/);if(id!=null){window.open('https://hiking.waymarkedtrails.org/#route?id='+id[1]);}else{alert('This is not a valid OSM relation page.')}})()

(Credits to pangoSE, Eugene and The knife)

Use this bookmarklet to conveniently open a relation from Waymarked Trails in JOSM! This does not download members.

javascript:(function(){id=location.href.match(/waymarkedtrails\.org\/\#route\?id=(\d+)/);if(id!=null){window.open('http://127.0.0.1:8111/load_object?objects=r'+id[1]);}else{alert('This is not a valid Waymarked Trails relation page.')}})()

(Credits to pangoSE, Eugene and The knife)

Use this bookmarklet to conveniently open a relation from Waymarked Trails in JOSM! This downloads members too.

javascript:(function(){id=location.href.match(/waymarkedtrails\.org\/\#route\?id=(\d+)/);if(id!=null){window.open('http://127.0.0.1:8111/load_object?relation_members=true&objects=r'+id[1]);}else{alert('This is not a valid Waymarked Trails relation page.')}})()

(Credits to pangoSE, Eugene and The knife)