Add footway=crossing preset (fixes #1947)

This commit is contained in:
John Firebaugh
2013-11-04 07:33:07 -08:00
parent 1ff435cf58
commit b964e06f06
4 changed files with 41 additions and 0 deletions
+3
View File
@@ -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>"
+17
View File
@@ -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"
}
+4
View File
@@ -1147,6 +1147,10 @@
"name": "Entrance",
"terms": ""
},
"footway/crossing": {
"name": "Crossing",
"terms": "crosswalk,zebra crossing"
},
"highway": {
"name": "Highway",
"terms": ""