mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Merge pull request #2372 from 1ec5/road-network
Simple Network field in Road Route relation preset
This commit is contained in:
@@ -9239,7 +9239,8 @@
|
||||
"name": "Road Route",
|
||||
"icon": "route-road",
|
||||
"fields": [
|
||||
"ref"
|
||||
"ref",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
"type/route/train": {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"name": "Road Route",
|
||||
"icon": "route-road",
|
||||
"fields": [
|
||||
"ref"
|
||||
"ref",
|
||||
"network"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user