Skip to content

Commit

Permalink
Merge pull request #2372 from 1ec5/road-network
Browse files Browse the repository at this point in the history
Simple Network field in Road Route relation preset
  • Loading branch information
jfirebaugh committed Oct 6, 2014
2 parents 01afb1d + 4293e03 commit e7ff51e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9239,7 +9239,8 @@
"name": "Road Route",
"icon": "route-road",
"fields": [
"ref"
"ref",
"network"
]
},
"type/route/train": {
Expand Down
3 changes: 2 additions & 1 deletion data/presets/presets/type/route/road.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"name": "Road Route",
"icon": "route-road",
"fields": [
"ref"
"ref",
"network"
]
}

0 comments on commit e7ff51e

Please sign in to comment.