mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
@@ -887,6 +887,9 @@ en:
|
||||
shop:
|
||||
# 'shop=*'
|
||||
label: Type
|
||||
site:
|
||||
# 'site=*'
|
||||
label: Type
|
||||
sloped_curb:
|
||||
# 'sloped_curb=*'
|
||||
label: Sloped Curb
|
||||
@@ -3761,6 +3764,10 @@ en:
|
||||
# type=route_master
|
||||
name: Route Master
|
||||
terms: "<translate with synonyms or related terms for 'Route Master', separated by commas>"
|
||||
type/site:
|
||||
# type=site
|
||||
name: Site
|
||||
terms: "<translate with synonyms or related terms for 'Site', separated by commas>"
|
||||
vertex:
|
||||
name: Other
|
||||
terms: "<translate with synonyms or related terms for 'Other', separated by commas>"
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
"category-restriction",
|
||||
"type/boundary",
|
||||
"type/multipolygon",
|
||||
"type/site",
|
||||
"relation"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1190,6 +1190,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"site": {
|
||||
"key": "site",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"sloped_curb": {
|
||||
"key": "sloped_curb",
|
||||
"type": "combo",
|
||||
|
||||
@@ -10475,6 +10475,19 @@
|
||||
"network"
|
||||
]
|
||||
},
|
||||
"type/site": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "site"
|
||||
},
|
||||
"name": "Site",
|
||||
"icon": "relation",
|
||||
"fields": [
|
||||
"site"
|
||||
]
|
||||
},
|
||||
"vertex": {
|
||||
"name": "Other",
|
||||
"tags": {},
|
||||
|
||||
@@ -2438,6 +2438,10 @@
|
||||
"key": "type",
|
||||
"value": "route_master"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "site"
|
||||
},
|
||||
{
|
||||
"key": "waterway"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user