mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add footway=crossing preset (fixes #1947)
This commit is contained in:
@@ -547,6 +547,9 @@ en:
|
||||
entrance:
|
||||
name: Entrance
|
||||
terms: "<translate with synonyms or related terms for 'Entrance', separated by commas>"
|
||||
footway/crossing:
|
||||
name: Crossing
|
||||
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
|
||||
highway:
|
||||
name: Highway
|
||||
terms: "<translate with synonyms or related terms for 'Highway', separated by commas>"
|
||||
|
||||
@@ -1647,6 +1647,23 @@
|
||||
],
|
||||
"name": "Entrance"
|
||||
},
|
||||
"footway/crossing": {
|
||||
"fields": [
|
||||
"crossing"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crossing"
|
||||
},
|
||||
"highway": {
|
||||
"fields": [
|
||||
"highway"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crossing"
|
||||
}
|
||||
Vendored
+4
@@ -1147,6 +1147,10 @@
|
||||
"name": "Entrance",
|
||||
"terms": ""
|
||||
},
|
||||
"footway/crossing": {
|
||||
"name": "Crossing",
|
||||
"terms": "crosswalk,zebra crossing"
|
||||
},
|
||||
"highway": {
|
||||
"name": "Highway",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user