-
Notifications
You must be signed in to change notification settings - Fork 0
How to build routes with JOSM
Marco edited this page May 25, 2014
·
14 revisions
JOSM [1] is an editor for OpenStreetMap. We use it to clean raw gpx data and to add OSM relations between routes and bus stops.
- Upload the gpx track for your route. This will guide us in building the route.
- Upload Mapnik map as background.
- Customize track drawing in such a way that trackpoints are more visibles and colors help you to understand the correct direction.
In OSM a route is a relation among ways and nodes (i.e. bus stops). A route relation is defined by some tags.
- ref
- name
- route = bus
- type = route
- direction
- from
- to
- network
- operator
Ways and bus stops are members of a route relation. We will see in next sections how to add members.
Simone Cortesi