mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
add preset for "other" advertising devices
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "advertising",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "temaki-billboard",
|
||||
"fields": [
|
||||
"advertising",
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height",
|
||||
"message"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "*"
|
||||
},
|
||||
"terms": [
|
||||
"advertising screen",
|
||||
"flag",
|
||||
"neon sign",
|
||||
"sign"
|
||||
],
|
||||
"name": "Advertising Device"
|
||||
}
|
||||
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"icon": "temaki-billboard",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
"{advertising}",
|
||||
"support"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
"{advertising}",
|
||||
"direction"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"icon": "temaki-bulletin_board",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
"{advertising}",
|
||||
"support"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
"{advertising}",
|
||||
"direction"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
"{advertising}"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height"
|
||||
"{advertising}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
{
|
||||
"icon": "temaki-poster_box",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
"{advertising}",
|
||||
"support"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height",
|
||||
"message"
|
||||
"{advertising}",
|
||||
"direction"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
"{advertising}"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height",
|
||||
"message"
|
||||
"{advertising}",
|
||||
"direction"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -164,6 +164,9 @@ en:
|
||||
admin_level:
|
||||
# admin_level=*
|
||||
label: Admin Level
|
||||
advertising:
|
||||
# advertising=*
|
||||
label: Type
|
||||
aerialway:
|
||||
# aerialway=*
|
||||
label: Type
|
||||
@@ -5223,6 +5226,11 @@ en:
|
||||
# addr:*=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Address
|
||||
terms: <translate with synonyms or related terms for 'Address', separated by commas>
|
||||
advertising:
|
||||
# advertising=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Advertising Device
|
||||
# 'terms: advertising screen,flag,neon sign,sign'
|
||||
terms: <translate with synonyms or related terms for 'Advertising Device', separated by commas>
|
||||
advertising/billboard:
|
||||
# advertising=billboard | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Billboard
|
||||
|
||||
Reference in New Issue
Block a user