mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
@@ -2612,6 +2612,10 @@ en:
|
||||
name: Service Area
|
||||
# 'terms: services,travel plaza,service station'
|
||||
terms: '<translate with synonyms or related terms for ''Service Area'', separated by commas>'
|
||||
highway/speed_camera:
|
||||
# highway=speed_camera
|
||||
name: Speed Camera
|
||||
terms: '<translate with synonyms or related terms for ''Speed Camera'', separated by commas>'
|
||||
highway/steps:
|
||||
# highway=steps
|
||||
name: Steps
|
||||
|
||||
@@ -5517,6 +5517,20 @@
|
||||
],
|
||||
"name": "Service Area"
|
||||
},
|
||||
"highway/speed_camera": {
|
||||
"icon": "attraction",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "speed_camera"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Speed Camera"
|
||||
},
|
||||
"highway/steps": {
|
||||
"icon": "highway-steps",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "attraction",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "speed_camera"
|
||||
},
|
||||
"terms": [
|
||||
],
|
||||
"name": "Speed Camera"
|
||||
}
|
||||
@@ -1190,6 +1190,10 @@
|
||||
"key": "highway",
|
||||
"value": "services"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "speed_camera"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "steps"
|
||||
|
||||
Vendored
+4
@@ -3044,6 +3044,10 @@
|
||||
"name": "Service Area",
|
||||
"terms": "services,travel plaza,service station"
|
||||
},
|
||||
"highway/speed_camera": {
|
||||
"name": "Speed Camera",
|
||||
"terms": ""
|
||||
},
|
||||
"highway/steps": {
|
||||
"name": "Steps",
|
||||
"terms": "stairs,staircase"
|
||||
|
||||
Reference in New Issue
Block a user