mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user