mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
move direction field to "moreFields" for bike/train routes
reason: the tag is (currently) used too rarely for these relations
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"network_bicycle",
|
||||
"cycle_network",
|
||||
"network/type",
|
||||
"direction_cardinal",
|
||||
"from",
|
||||
"to",
|
||||
"via"
|
||||
@@ -15,6 +14,7 @@
|
||||
"ascent",
|
||||
"colour",
|
||||
"descent",
|
||||
"direction_cardinal",
|
||||
"distance",
|
||||
"roundtrip"
|
||||
],
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"ref_route",
|
||||
"operator",
|
||||
"network",
|
||||
"direction_cardinal",
|
||||
"from",
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
"direction_cardinal",
|
||||
"distance",
|
||||
"duration",
|
||||
"interval",
|
||||
|
||||
Reference in New Issue
Block a user