Merge branch 'advertising' of https://github.com/hikemaniac/iD into hikemaniac-advertising

This commit is contained in:
Bryan Housel
2019-10-24 15:05:09 -04:00
7 changed files with 73 additions and 0 deletions
+12
View File
@@ -2596,10 +2596,22 @@ en:
# advertising=billboard
name: Billboard
terms: '<translate with synonyms or related terms for ''Billboard'', separated by commas>'
advertising/board:
# advertising=board
name: Notice Board
terms: '<translate with synonyms or related terms for ''Notice Board'', separated by commas>'
advertising/column:
# advertising=column
name: Advertising Column
terms: '<translate with synonyms or related terms for ''Advertising Column'', separated by commas>'
advertising/poster_box:
# advertising=poster_box
name: Poster Box
terms: '<translate with synonyms or related terms for ''Poster Box'', separated by commas>'
advertising/totem:
# advertising=totem
name: Advertising Totem
terms: '<translate with synonyms or related terms for ''Advertising Totem'', separated by commas>'
aerialway:
# aerialway=*
name: Aerialway
+3
View File
@@ -25,7 +25,10 @@
"addr/interpolation": {"fields": ["addr/interpolation"], "geometry": ["line"], "tags": {"addr:interpolation": "*"}, "name": "Address Interpolation", "searchable": false, "matchScore": 0.2},
"address": {"fields": ["address"], "geometry": ["point", "vertex", "area"], "tags": {"addr:*": "*"}, "addTags": {}, "removeTags": {}, "reference": {"key": "addr"}, "name": "Address", "matchScore": 0.15},
"advertising/billboard": {"fields": ["direction", "lit"], "geometry": ["point", "vertex", "line"], "tags": {"advertising": "billboard"}, "name": "Billboard"},
"advertising/board": {"fields": ["lit", "support", "height"], "geometry": ["point"], "tags": {"advertising": "board"}, "name": "Notice Board"},
"advertising/column": {"icon": "temaki-storage_tank", "fields": ["lit"], "geometry": ["point", "area"], "tags": {"advertising": "column"}, "name": "Advertising Column"},
"advertising/poster_box": {"fields": ["lit", "height"], "geometry": ["point"], "tags": {"advertising": "poster_box"}, "name": "Poster Box"},
"advertising/totem": {"fields": ["operator", "lit", "visibility", "direction", "height"], "geometry": ["point"], "tags": {"advertising": "totem"}, "name": "Advertising Totem"},
"aerialway/station": {"icon": "maki-aerialway", "geometry": ["point", "vertex", "area"], "fields": ["aerialway/access", "aerialway/summer/access", "elevation", "building_area"], "tags": {"aerialway": "station"}, "matchScore": 0.95, "name": "Aerialway Station", "searchable": false, "replacement": "public_transport/station_aerialway"},
"aerialway/cable_car": {"icon": "fas-tram", "geometry": ["line"], "terms": ["tramway", "ropeway"], "fields": ["name", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/heating"], "tags": {"aerialway": "cable_car"}, "name": "Cable Car"},
"aerialway/chair_lift": {"icon": "temaki-chairlift", "geometry": ["line"], "fields": ["name", "oneway_yes", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/bubble", "aerialway/heating"], "tags": {"aerialway": "chair_lift"}, "name": "Chair Lift"},
@@ -0,0 +1,14 @@
{
"fields": [
"lit",
"support",
"height"
],
"geometry": [
"point"
],
"tags": {
"advertising": "board"
},
"name": "Notice Board"
}
@@ -0,0 +1,13 @@
{
"fields": [
"lit",
"height"
],
"geometry": [
"point"
],
"tags": {
"advertising": "poster_box"
},
"name": "Poster Box"
}
@@ -0,0 +1,16 @@
{
"fields": [
"operator",
"lit",
"visibility",
"direction",
"height"
],
"geometry": [
"point"
],
"tags": {
"advertising": "totem"
},
"name": "Advertising Totem"
}
+3
View File
@@ -28,7 +28,10 @@
{"key": "addr:interpolation", "description": "🄿 Address Interpolation (unsearchable)", "object_types": ["way"]},
{"key": "addr:*", "description": "🄿 Address", "object_types": ["node", "area"]},
{"key": "advertising", "value": "billboard", "description": "🄿 Billboard", "object_types": ["node", "way"]},
{"key": "advertising", "value": "board", "description": "🄿 Notice Board", "object_types": ["node"]},
{"key": "advertising", "value": "column", "description": "🄿 Advertising Column", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/storage_tank.svg"},
{"key": "advertising", "value": "poster_box", "description": "🄿 Poster Box", "object_types": ["node"]},
{"key": "advertising", "value": "totem", "description": "🄿 Advertising Totem", "object_types": ["node"]},
{"key": "aerialway", "value": "station", "description": "🄿 Aerialway Station (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/aerialway-15.svg"},
{"key": "aerialway", "value": "cable_car", "description": "🄿 Cable Car", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-tram.svg"},
{"key": "aerialway", "value": "chair_lift", "description": "🄿 Chair Lift", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/chairlift.svg"},
+12
View File
@@ -4716,10 +4716,22 @@
"name": "Billboard",
"terms": ""
},
"advertising/board": {
"name": "Notice Board",
"terms": ""
},
"advertising/column": {
"name": "Advertising Column",
"terms": ""
},
"advertising/poster_box": {
"name": "Poster Box",
"terms": ""
},
"advertising/totem": {
"name": "Advertising Totem",
"terms": ""
},
"aerialway/station": {
"name": "Aerialway Station"
},