mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
@@ -1173,6 +1173,10 @@ en:
|
||||
# 'addr:housenumber=*'
|
||||
name: Address
|
||||
terms: '<translate with synonyms or related terms for ''Address'', separated by commas>'
|
||||
advertising/billboard:
|
||||
# advertising=billboard
|
||||
name: Billboard
|
||||
terms: '<translate with synonyms or related terms for ''Billboard'', separated by commas>'
|
||||
aerialway:
|
||||
# aerialway=*
|
||||
name: Aerialway
|
||||
|
||||
@@ -157,6 +157,21 @@
|
||||
"matchScore": 0.2,
|
||||
"name": "Address"
|
||||
},
|
||||
"advertising/billboard": {
|
||||
"fields": [
|
||||
"parallel_direction",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "billboard"
|
||||
},
|
||||
"name": "Billboard"
|
||||
},
|
||||
"aerialway/cable_car": {
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fields": [
|
||||
"parallel_direction",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "billboard"
|
||||
},
|
||||
"name": "Billboard"
|
||||
}
|
||||
@@ -43,6 +43,10 @@
|
||||
{
|
||||
"key": "addr:housenumber"
|
||||
},
|
||||
{
|
||||
"key": "advertising",
|
||||
"value": "billboard"
|
||||
},
|
||||
{
|
||||
"key": "aerialway",
|
||||
"value": "cable_car"
|
||||
|
||||
Vendored
+4
@@ -1652,6 +1652,10 @@
|
||||
"name": "Address",
|
||||
"terms": ""
|
||||
},
|
||||
"advertising/billboard": {
|
||||
"name": "Billboard",
|
||||
"terms": ""
|
||||
},
|
||||
"aerialway/cable_car": {
|
||||
"name": "Cable Car",
|
||||
"terms": "tramway,ropeway"
|
||||
|
||||
Reference in New Issue
Block a user