Add rest area and service area presets

Fixes #2074
This commit is contained in:
John Firebaugh
2014-01-02 14:50:37 -08:00
parent e95abff08e
commit 49a4385dc9
5 changed files with 78 additions and 0 deletions
+6
View File
@@ -876,6 +876,9 @@ en:
highway/residential:
name: Residential Road
terms: "<translate with synonyms or related terms for 'Residential Road', separated by commas>"
highway/rest_area:
name: Rest Area
terms: "<translate with synonyms or related terms for 'Rest Area', separated by commas>"
highway/road:
name: Unknown Road
terms: "<translate with synonyms or related terms for 'Unknown Road', separated by commas>"
@@ -903,6 +906,9 @@ en:
highway/service/parking_aisle:
name: Parking Aisle
terms: "<translate with synonyms or related terms for 'Parking Aisle', separated by commas>"
highway/services:
name: Service Area
terms: "<translate with synonyms or related terms for 'Service Area', separated by commas>"
highway/steps:
name: Steps
terms: "<translate with synonyms or related terms for 'Steps', separated by commas>"
+32
View File
@@ -3373,6 +3373,22 @@
"terms": [],
"name": "Residential Road"
},
"highway/rest_area": {
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"highway": "rest_area"
},
"terms": [
"rest stop",
"turnout",
"lay-by"
],
"name": "Rest Area"
},
"highway/road": {
"icon": "highway-road",
"fields": [
@@ -3533,6 +3549,22 @@
},
"name": "Parking Aisle"
},
"highway/services": {
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"highway": "services"
},
"terms": [
"services",
"travel plaza",
"service station"
],
"name": "Service Area"
},
"highway/steps": {
"fields": [
"access",
@@ -0,0 +1,16 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"highway": "rest_area"
},
"terms": [
"rest stop",
"turnout",
"lay-by"
],
"name": "Rest Area"
}
@@ -0,0 +1,16 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"highway": "services"
},
"terms": [
"services",
"travel plaza",
"service station"
],
"name": "Service Area"
}
+8
View File
@@ -1598,6 +1598,10 @@
"name": "Residential Road",
"terms": ""
},
"highway/rest_area": {
"name": "Rest Area",
"terms": "rest stop,turnout,lay-by"
},
"highway/road": {
"name": "Unknown Road",
"terms": ""
@@ -1634,6 +1638,10 @@
"name": "Parking Aisle",
"terms": ""
},
"highway/services": {
"name": "Service Area",
"terms": "services,travel plaza,service station"
},
"highway/steps": {
"name": "Steps",
"terms": "stairs,staircase"