mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Prefer more specific 'Crosswalk' preset over generic 'Crossing'
Many new users in my area are getting this wrong or skipping crossings entirely because: 1. Most crossings people want to map really are `crossing=zebra`. 2. 'zebra' is not a common term in the US so users don't know to pick it. 3. Popup help for 'Crossing' shows a zebra, so users think that's what they picked.
This commit is contained in:
+8
-2
@@ -966,6 +966,9 @@ en:
|
||||
footway/crossing:
|
||||
name: Crossing
|
||||
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
|
||||
footway/crosswalk:
|
||||
name: Crosswalk
|
||||
terms: "<translate with synonyms or related terms for 'Crosswalk', separated by commas>"
|
||||
footway/sidewalk:
|
||||
name: Sidewalk
|
||||
terms: "<translate with synonyms or related terms for 'Sidewalk', separated by commas>"
|
||||
@@ -1008,6 +1011,9 @@ en:
|
||||
highway/crossing:
|
||||
name: Crossing
|
||||
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
|
||||
highway/crosswalk:
|
||||
name: Crosswalk
|
||||
terms: "<translate with synonyms or related terms for 'Crosswalk', separated by commas>"
|
||||
highway/cycleway:
|
||||
name: Cycle Path
|
||||
terms: "<translate with synonyms or related terms for 'Cycle Path', separated by commas>"
|
||||
@@ -1024,8 +1030,8 @@ en:
|
||||
name: Motorway
|
||||
terms: "<translate with synonyms or related terms for 'Motorway', separated by commas>"
|
||||
highway/motorway_junction:
|
||||
name: Motorway Junction
|
||||
terms: "<translate with synonyms or related terms for 'Motorway Junction', separated by commas>"
|
||||
name: Motorway Junction / Exit
|
||||
terms: "<translate with synonyms or related terms for 'Motorway Junction / Exit', separated by commas>"
|
||||
highway/motorway_link:
|
||||
name: Motorway Link
|
||||
terms: "<translate with synonyms or related terms for 'Motorway Link', separated by commas>"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"point"
|
||||
],
|
||||
"vertex": [
|
||||
"highway/crossing",
|
||||
"highway/crosswalk",
|
||||
"railway/level_crossing",
|
||||
"highway/traffic_signals",
|
||||
"highway/turning_circle",
|
||||
|
||||
@@ -3527,7 +3527,9 @@
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface"
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
@@ -3536,11 +3538,30 @@
|
||||
"highway": "footway",
|
||||
"footway": "crossing"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Crossing"
|
||||
},
|
||||
"footway/crosswalk": {
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crossing"
|
||||
"name": "Crosswalk"
|
||||
},
|
||||
"footway/sidewalk": {
|
||||
"fields": [
|
||||
@@ -3741,11 +3762,27 @@
|
||||
"tags": {
|
||||
"highway": "crossing"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Crossing"
|
||||
},
|
||||
"highway/crosswalk": {
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crossing"
|
||||
"name": "Crosswalk"
|
||||
},
|
||||
"highway/cycleway": {
|
||||
"icon": "highway-cycleway",
|
||||
@@ -3869,7 +3906,7 @@
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"name": "Motorway Junction"
|
||||
"name": "Motorway Junction / Exit"
|
||||
},
|
||||
"highway/motorway_link": {
|
||||
"icon": "highway-motorway-link",
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface"
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
@@ -11,9 +13,6 @@
|
||||
"highway": "footway",
|
||||
"footway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Crossing"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"footway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crosswalk"
|
||||
}
|
||||
@@ -10,9 +10,6 @@
|
||||
"tags": {
|
||||
"highway": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Crossing"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"terms": [
|
||||
"crosswalk",
|
||||
"zebra crossing"
|
||||
],
|
||||
"name": "Crosswalk"
|
||||
}
|
||||
@@ -8,5 +8,5 @@
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"name": "Motorway Junction"
|
||||
}
|
||||
"name": "Motorway Junction / Exit"
|
||||
}
|
||||
|
||||
Vendored
+9
-1
@@ -1739,6 +1739,10 @@
|
||||
},
|
||||
"footway/crossing": {
|
||||
"name": "Crossing",
|
||||
"terms": ""
|
||||
},
|
||||
"footway/crosswalk": {
|
||||
"name": "Crosswalk",
|
||||
"terms": "crosswalk,zebra crossing"
|
||||
},
|
||||
"footway/sidewalk": {
|
||||
@@ -1795,6 +1799,10 @@
|
||||
},
|
||||
"highway/crossing": {
|
||||
"name": "Crossing",
|
||||
"terms": ""
|
||||
},
|
||||
"highway/crosswalk": {
|
||||
"name": "Crosswalk",
|
||||
"terms": "crosswalk,zebra crossing"
|
||||
},
|
||||
"highway/cycleway": {
|
||||
@@ -1818,7 +1826,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"highway/motorway_junction": {
|
||||
"name": "Motorway Junction",
|
||||
"name": "Motorway Junction / Exit",
|
||||
"terms": ""
|
||||
},
|
||||
"highway/motorway_link": {
|
||||
|
||||
Reference in New Issue
Block a user