2023-01-29 18:52:12 +01:00
{
"id" : "advertising" ,
"credits" : "Offsel" ,
"title" : {
2023-03-15 15:19:46 +01:00
"en" : "Open Advertising Map" ,
"ca" : "Mapa obert de publicitat" ,
"es" : "Mapa abierto de publicidad"
2023-01-29 18:52:12 +01:00
} ,
"shortDescription" : {
2023-03-15 15:19:46 +01:00
"ca" : "On puc trobar elements publicitaris?" ,
"es" : "Dónde puedo encontrar elementos publicitarios?" ,
"en" : "Where I can find advertising features?"
2023-01-29 18:52:12 +01:00
} ,
"description" : {
2023-03-15 15:19:46 +01:00
"ca" : "Alguna vegada t'has preguntat quanta publictat hi ha als nostres carrers i carreteres? Amb aquest mapa podràs trobar i afegir informació de tots els elements publictaris que t'hi trobes pel carrer" ,
"es" : "¿Alguna vez te has preguntado cuanta publicidad hay en nuestras calles y carreteras? Con este mapa podrás encontrar y añadir información de todos los elementos publicitarios que te encuentres por la calle" ,
"en" : "Have you ever wondered how many advertising there are in our streets and roads? With this map you could find and add information about all the advertising features that you can find on the street"
2023-01-29 18:52:12 +01:00
} ,
"maintainer" : "Offsel" ,
"icon" : "./assets/themes/advertising/icon.svg" ,
2023-01-29 20:50:34 +01:00
"version" : "2023_01_29" ,
2023-01-29 18:52:12 +01:00
"startLat" : 0 ,
"startLon" : 0 ,
"startZoom" : 1 ,
"widenFactor" : 0.01 ,
"layers" : [
2023-01-27 01:18:15 +01:00
{
2023-01-29 18:52:12 +01:00
"id" : "advertising" ,
"name" : {
2023-01-27 01:18:15 +01:00
"ca" : "Publicitat" ,
"es" : "Publicidad" ,
2023-01-29 18:52:12 +01:00
"en" : "Advertise"
} ,
"minzoom" : 15 ,
"source" : {
"osmTags" : "advertising~*"
} ,
"title" : {
"render" : {
"*" : "{advertising}"
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"mappings" : [
{
"if" : {
"and" : [
"advertising=billboard"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Tanca publicitària" ,
"es" : "Valla publicitaria" ,
"en" : "Billboard"
}
} ,
{
"if" : {
"and" : [
"advertising=board"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Tauló d'anuncis" ,
"es" : "Tablon de anuncios" ,
"en" : "Board"
}
} ,
{
"if" : {
"and" : [
"advertising=poster_box"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Mupi" ,
"es" : "Mupi" ,
"en" : "Poster Box"
}
} ,
{
"if" : {
"and" : [
"advertising=column"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Columna" ,
"es" : "Columna" ,
"en" : "Column"
}
} ,
{
"if" : {
"and" : [
"advertising=flag"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Bandera" ,
"es" : "Bandera" ,
"en" : "Flag"
}
} ,
{
"if" : {
"and" : [
"advertising=screen"
]
} ,
"then" : {
"ca" : "Pantalla" ,
"es" : "Pantalla" ,
"en" : "Screen"
}
} ,
{
"if" : {
"and" : [
"advertising=sculpture"
]
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Esculptura" ,
"es" : "Escultura" ,
"en" : "Sculpture"
}
} ,
{
"if" : {
"and" : [
"advertising=sign"
]
} ,
"then" : {
"ca" : "Cartell" ,
"es" : "Cartel" ,
"en" : "Sign"
}
} ,
{
"if" : {
"and" : [
"advertising=tarp"
]
} ,
"then" : {
"ca" : "Lona" ,
"es" : "Lona" ,
"en" : "Tarp"
}
} ,
{
"if" : {
"and" : [
"advertising=totem"
]
} ,
"then" : {
"ca" : "Tòtem" ,
"es" : "Tótem" ,
"en" : "Totem"
}
} ,
{
"if" : {
"and" : [
"advertising=wall_painting"
]
} ,
"then" : {
"ca" : "Paret Pintada" ,
"es" : "Pared Pintada" ,
2023-03-14 00:31:44 +01:00
"en" : "Wall painting"
2023-01-29 18:52:12 +01:00
}
}
]
} ,
"description" : {
"ca" : "Completarem les dades dels elements publicitaris amb referència, operador i il·luminació" ,
"es" : "Completaremos los datos de los elementos publicitarios con referencia, operador y iluminación" ,
"en" : "We will complete data from advertising features with reference, operator and lit"
} ,
"tagRenderings" : [
"images" ,
{
"id" : "type" ,
"render" : {
"ca" : "Açò és un {advertising}" ,
"es" : "Esto es un {advertising}" ,
"en" : "This is a {advertising}"
} ,
"question" : {
"ca" : "Quin tipus d'element publicitari és aquest?" ,
"es" : "¿Qué tipo de elemento publicitario es?" ,
"en" : "Which type of advertising feature is this?"
} ,
"freeform" : {
"key" : "advertising"
} ,
"mappings" : [
2023-01-27 01:18:15 +01:00
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=billboard"
]
} ,
"then" : {
"ca" : "Açò és una tanca publicitària" ,
"es" : "Esto es una valla publicitaria" ,
"en" : "This is a billboard"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
2023-01-30 01:37:52 +01:00
"path" : "./assets/themes/advertising/billboard.svg" ,
2023-01-29 21:32:40 +01:00
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=board"
2023-01-27 01:18:15 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
"then" : {
"ca" : "Açò és un tauló d'anunis" ,
"es" : "Esto es un tablón de anuncios" ,
"en" : "This is a board"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
2023-01-30 01:37:52 +01:00
"path" : "./assets/themes/advertising/board.svg" ,
2023-01-29 21:32:40 +01:00
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=column"
2023-01-27 01:18:15 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
"then" : {
"ca" : "Açò és una columna" ,
"es" : "Esto es una columna" ,
"en" : "This is a column"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/column.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
{
"if" : {
"and" : [
"advertising=flag"
]
} ,
"then" : {
"ca" : "Açò és una bandera" ,
"es" : "Esto es una bndera" ,
"en" : "This is a flag"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
2023-03-14 00:31:44 +01:00
"path" : "./assets/themes/advertising/flag.svg" ,
2023-01-29 21:32:40 +01:00
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
{
"if" : {
"and" : [
"advertising=poster_box"
]
} ,
"then" : {
"ca" : "Açò és un mupi" ,
"es" : "Esto es un mupi" ,
"en" : "This is a poster Box"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/poster_box.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
2023-01-29 18:52:12 +01:00
{
"if" : {
"and" : [
"advertising=screen"
]
} ,
"then" : {
"ca" : "Açò és una pantalla" ,
"es" : "Esto es una pantalla" ,
"en" : "This is a screen"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
2023-03-14 10:51:24 +01:00
"path" : "./assets/themes/advertising/screen.svg" ,
2023-01-29 21:32:40 +01:00
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=sculpture"
]
} ,
"then" : {
"ca" : "Açò és una esculptura" ,
"es" : "Esto es una escultura" ,
"en" : "This is a sculpture"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
2023-03-14 00:31:44 +01:00
"path" : "./assets/themes/advertising/sculpture.svg" ,
2023-01-29 21:32:40 +01:00
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=sign"
]
} ,
"then" : {
"ca" : "Açò és un cartell" ,
"es" : "Esto es un cartel" ,
"en" : "This is a sign"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/icon.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=tarp"
]
} ,
"then" : {
"ca" : "Açò és una lona" ,
"es" : "Esto es una lona" ,
"en" : "This is a tarp"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/icon.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=totem"
]
} ,
"then" : {
"ca" : "Açò és un tòtem" ,
"es" : "Esto es un tótem" ,
"en" : "This is a totem"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/totem.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"advertising=wall_painting"
]
} ,
"then" : {
"ca" : "Açò és una paret pintada" ,
"es" : "Esto es una pared pintada" ,
2023-03-14 00:31:44 +01:00
"en" : "This is a wall painting"
2023-01-29 21:32:40 +01:00
} ,
"icon" : {
"path" : "./assets/themes/advertising/icon.svg" ,
"class" : "medium"
2023-01-29 18:52:12 +01:00
}
}
]
} ,
{
2023-03-15 22:03:10 +01:00
"id" : "luminous_or_lit" ,
2023-01-29 18:52:12 +01:00
"question" : {
2023-03-15 22:03:10 +01:00
"en" : "Is this object lit or does it emit light?"
2023-01-29 18:52:12 +01:00
} ,
"mappings" : [
{
"if" : {
"and" : [
2023-03-15 22:03:10 +01:00
"lit=yes" ,
"luminous=yes"
2023-01-29 18:52:12 +01:00
]
} ,
2023-03-15 22:03:10 +01:00
"then" : "This object emits light from both an internal and external light source"
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
2023-03-15 22:03:10 +01:00
"luminous=yes"
2023-01-29 18:52:12 +01:00
]
} ,
2023-03-15 22:03:10 +01:00
"then" : "This object emits light" ,
"addExtraTags" : [
"lit=no"
]
} ,
2023-03-01 08:44:42 +01:00
{
"if" : {
"and" : [
2023-03-15 22:03:10 +01:00
"lit=yes"
2023-03-01 08:44:42 +01:00
]
} ,
2023-03-15 22:03:10 +01:00
"then" : "This object is lit externally, e.g. by a spotlight or other lights" ,
"addExtraTags" : [
"luminous=no"
]
2023-03-01 08:44:42 +01:00
} ,
{
"if" : {
"and" : [
2023-03-15 22:03:10 +01:00
"lit=no" ,
2023-03-01 08:44:42 +01:00
"luminous=no"
]
} ,
2023-03-15 22:03:10 +01:00
"then" : "This object does not emit light and is not lighted by externally"
2023-03-01 08:44:42 +01:00
}
2023-03-15 22:03:10 +01:00
] ,
"condition" : {
"#" : "A screen is always luminous" ,
"and" : [
"advertising!=screen"
]
}
2023-03-01 08:44:42 +01:00
} ,
2023-01-29 18:52:12 +01:00
{
"id" : "animated" ,
"question" : {
2023-03-01 08:44:42 +01:00
"ca" : "Com canvien els anuncis d'aquest element?" ,
"es" : "¿Como cambian los anuncios de este elemento?" ,
2023-03-15 22:03:10 +01:00
"en" : "Does this advertisement cycle through multiple messages?"
2023-01-29 18:52:12 +01:00
} ,
2023-03-15 22:03:10 +01:00
"condition" : {
"#" : "Screens are _always_ animated; flags, tarps, and wall_paintings cannot be animated" ,
"and" : [
"advertising!=screen" ,
"advertising!=flag" ,
"advertising!=tarp" ,
"advertising!=wall_painting"
]
2023-01-29 18:52:12 +01:00
} ,
"mappings" : [
{
2023-03-15 22:03:10 +01:00
"if" : "animated=no" ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "<b>Estàtic</b>, sense animació" ,
"es" : "<b>Estático</b>, sin animación" ,
2023-03-15 22:03:10 +01:00
"en" : "<b>Static</b>, always shows the same message"
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "animated=digital_display" ,
2023-01-29 18:52:12 +01:00
"then" : {
2023-03-15 22:03:10 +01:00
"en" : "This object has a built-in <b>digital display</b> to show prices or some other message"
2023-02-21 12:05:13 +01:00
} ,
2023-03-15 15:19:46 +01:00
"hideInAnswer" : {
"and" : [
2023-03-15 22:03:10 +01:00
"advertising!=billboard" ,
"advertising!=poster_box" ,
"advertising!=totem" ,
"advertising!=column"
2023-03-15 15:19:46 +01:00
]
2023-01-29 18:52:12 +01:00
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-01-29 18:52:12 +01:00
"if" : {
"and" : [
"animated=digital_message"
]
} ,
"then" : {
"ca" : "un <b>Missatge digital</b>" ,
"es" : "un <b>Mensaje digital</b>" ,
"en" : "a <b>Digital message</b>"
}
2023-01-27 01:18:15 +01:00
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "animated=travision_blades" ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Trivision" ,
"es" : "Trivision" ,
2023-03-15 22:03:10 +01:00
"en" : "<b>Trivision</b> - the billboard consists of many triangular prisms which regularly rotate"
} ,
"icon" : {
"class" : "large" ,
"path" : "./assets/themes/advertising/trivision.svg"
2023-02-21 12:05:13 +01:00
} ,
2023-03-15 22:03:10 +01:00
"#" : "Only applicable to billboards" ,
2023-03-15 15:19:46 +01:00
"hideInAnswer" : {
2023-03-15 22:03:10 +01:00
"and" : [
"advertising!=billboard" ,
"advertising!=poster_box"
2023-03-15 15:19:46 +01:00
]
2023-01-29 18:52:12 +01:00
}
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "animated=winding_posters" ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "Cartells <b>Rotatius</b>" ,
"es" : "Cartells <b>Rotatius</b>" ,
"en" : "<b>Scrolling</b> posters"
2023-02-21 12:05:13 +01:00
} ,
2023-03-15 15:19:46 +01:00
"hideInAnswer" : {
"or" : [
2023-03-15 22:03:10 +01:00
"advertising!=poster_box" ,
"advertising!=totem"
2023-03-15 15:19:46 +01:00
]
2023-01-29 18:52:12 +01:00
}
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "animated=revolving" ,
2023-01-29 18:52:12 +01:00
"then" : {
"ca" : "<b>Rota</b> sobre si mateix" ,
"es" : "<b>Rota</b> sobre si mismo" ,
"en" : "<b>Rotates</b> on itself"
2023-02-20 11:13:34 +01:00
} ,
2023-03-15 15:19:46 +01:00
"hideInAnswer" : {
2023-03-15 22:03:10 +01:00
"and" : [
"advertising!=totem" ,
"advertising!=column" ,
"advertising!=poster_box"
2023-03-15 15:19:46 +01:00
]
2023-02-20 11:13:34 +01:00
}
2023-01-27 01:18:15 +01:00
}
2023-01-29 18:52:12 +01:00
]
2023-01-29 21:32:40 +01:00
} ,
2023-03-15 22:03:10 +01:00
{
"id" : "operator" ,
"render" : {
"ca" : "L'operador és {operator}" ,
"es" : "El operador es {operator}" ,
"en" : "Operated by {operator}"
} ,
"question" : {
"ca" : "Qui opera aquest element?" ,
"es" : "¿Quien opera este elemento?" ,
"en" : "Who operates this feature?"
} ,
"freeform" : {
"addExtraTags" : [ ] ,
"key" : "operator"
}
} ,
{
"id" : "ref" ,
"render" : {
"ca" : "El número de referència és {ref}" ,
"es" : "El número de referencia es {ref}" ,
"en" : "Reference number is {ref}"
} ,
"question" : {
"ca" : "Quin és el número de refèrencia?" ,
"es" : "¿Cual es el número de referencia?" ,
"en" : "Wich is the reference number?"
} ,
"freeform" : {
"key" : "ref"
}
} ,
2023-01-29 21:32:40 +01:00
{
2023-01-30 01:37:52 +01:00
"id" : "message_type" ,
2023-01-29 21:32:40 +01:00
"render" : {
"*" : " {message}"
2023-03-15 15:19:46 +01:00
} ,
"question" : {
2023-01-29 21:32:40 +01:00
"ca" : "Quin tipus de missatge es mostra?" ,
"es" : "Que tipo de mensaje se muestra?" ,
"en" : "What kind of message is shown?"
2023-03-15 15:19:46 +01:00
} ,
"freeform" : {
"key" : "message"
} ,
"mappings" : [
{
"if" : {
"and" : [
"message=commercial"
]
} ,
"then" : {
"ca" : "Missatge comercial" ,
"es" : "Mensaje comercial" ,
"en" : "Commercial message"
}
2023-01-29 21:32:40 +01:00
} ,
2023-03-15 15:19:46 +01:00
{
"if" : {
"and" : [
"message=local"
]
} ,
"then" : {
"ca" : "Informació municipal" ,
"es" : "Información municipal" ,
"en" : "Local information"
}
} ,
{
"if" : {
"and" : [
"message=safety"
]
} ,
"then" : {
"ca" : "Informació de seguretat" ,
"es" : "Información de seguridad" ,
"en" : "Securty information"
} ,
"hideInAnswer" : {
"and" : [
"advertising=flag"
]
}
} ,
{
"if" : {
"and" : [
"message=political"
]
} ,
"then" : {
"ca" : "Publicitat electoral" ,
"es" : "Publicidad electoral" ,
"en" : "Electoral advertising"
}
} ,
{
"if" : {
"and" : [
"message=showbiz"
]
} ,
"then" : {
"ca" : "Informació sobre teatres, concerts, ..." ,
"es" : "Información sobre teatros, conciertos, ..." ,
"en" : "Inormation related to theatre, concerts, ..."
} ,
"hideInAnswer" : {
"and" : [
"advertising=flag"
]
}
} ,
{
"if" : {
"and" : [
"message=non_profit"
]
} ,
"then" : {
"ca" : "Missatge d'organitzacions sense ànim de lucre" ,
"es" : "Mensaje de organizaciones sin ánimo de lucro" ,
"en" : "Message from non-profit organizations"
}
} ,
{
"if" : {
"and" : [
"message=opinion"
]
} ,
"then" : {
"ca" : "Per a expressar la teua opinió" ,
"es" : "Para expresar tu opinión" ,
"en" : "To expres your opinion"
} ,
"hideInAnswer" : {
"or" : [
"advertising=flag" ,
"advertising=screen"
]
}
} ,
{
"if" : {
"and" : [
"message=religion"
]
} ,
"then" : {
"ca" : "Missatge religiós" ,
"es" : "Mensaje religioso" ,
"en" : "Religious message"
}
} ,
{
"if" : {
"and" : [
"message=funding"
]
} ,
"then" : {
"ca" : "Cartell de financiació" ,
"es" : "Cartel de financiación" ,
"en" : "Funding sign"
} ,
"hideInAnswer" : {
"or" : [
"advertising=flag" ,
"advertising=column"
]
}
}
]
2023-01-29 21:32:40 +01:00
} ,
{
2023-01-30 01:37:52 +01:00
"id" : "Sides" ,
2023-02-21 12:05:13 +01:00
"condition" : {
"and" : [
2023-03-15 22:03:10 +01:00
"_referencing_ways=" ,
"advertising=poster_box"
2023-02-21 12:05:13 +01:00
]
} ,
2023-03-15 15:19:46 +01:00
"question" : {
2023-01-29 21:32:40 +01:00
"ca" : "Per quants costats pots veure publicitat?" ,
"es" : "¿Por cuantos lados puedes ver publicidad?" ,
"en" : "From how many sides you can watch advertisments?"
2023-03-15 15:19:46 +01:00
} ,
"mappings" : [
{
2023-03-15 22:03:10 +01:00
"if" : "sides=" ,
2023-03-15 15:19:46 +01:00
"then" : {
2023-03-15 22:03:10 +01:00
"en" : "This poster box has advertisements on a single side"
2023-02-21 12:05:13 +01:00
} ,
2023-03-15 22:03:10 +01:00
"hideInAnswer" : true
2023-03-15 15:19:46 +01:00
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "sides=1" ,
2023-03-13 12:42:01 +01:00
"then" : {
2023-03-15 22:03:10 +01:00
"en" : "This poster box has advertisements on a single side"
2023-03-13 12:42:01 +01:00
}
} ,
{
2023-03-15 22:03:10 +01:00
"if" : "sides=2" ,
2023-03-13 12:42:01 +01:00
"then" : {
2023-03-15 22:03:10 +01:00
"en" : "This poster box has advertisements on both sides"
2023-03-13 12:42:01 +01:00
}
}
]
2023-01-29 18:52:12 +01:00
}
] ,
"mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"icon" : {
"render" : "./assets/themes/advertising/icon.svg" ,
"mappings" : [
{
"if" : {
"or" : [
"advertising=billboard"
]
} ,
2023-01-30 01:37:52 +01:00
"then" : "./assets/themes/advertising/billboard.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=board" ,
2023-01-30 01:37:52 +01:00
"then" : "./assets/themes/advertising/board.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=column" ,
2023-01-30 01:37:52 +01:00
"then" : "./assets/themes/advertising/column.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=flag" ,
2023-03-14 00:31:44 +01:00
"then" : "./assets/themes/advertising/flag.svg"
2023-01-29 18:52:12 +01:00
} ,
2023-03-15 22:03:10 +01:00
{
"if" : {
"and" : [
"advertising=poster_box" ,
"_referencing_ways=[\"way/-1\"]"
]
} ,
"then" : "brick_wall_square;./assets/themes/advertising/poster_box_no_support.svg"
} ,
{
"if" : {
"and" : [
"advertising=poster_box" ,
"_referencing_ways~*"
]
} ,
"then" : "./assets/themes/advertising/poster_box_no_support.svg"
} ,
2023-01-29 18:52:12 +01:00
{
"if" : "advertising=poster_box" ,
2023-01-30 01:37:52 +01:00
"then" : "./assets/themes/advertising/poster_box.svg"
2023-01-29 18:52:12 +01:00
} ,
2023-03-15 15:02:12 +01:00
{
"if" : {
2023-03-15 15:19:46 +01:00
"and" : [
"advertising=screen" ,
2023-03-15 15:25:23 +01:00
"_referencing_ways=[\"way/-1\"]"
2023-03-15 15:19:46 +01:00
]
2023-03-15 15:02:12 +01:00
} ,
"then" : "brick_wall_square;./assets/themes/advertising/screen_no_support.svg"
} ,
{
"if" : {
2023-03-15 15:19:46 +01:00
"and" : [
"advertising=screen" ,
"_referencing_ways~*"
]
2023-03-15 15:02:12 +01:00
} ,
"then" : "./assets/themes/advertising/screen_no_support.svg"
} ,
2023-01-29 18:52:12 +01:00
{
"if" : "advertising=screen" ,
2023-03-14 00:31:44 +01:00
"then" : "./assets/themes/advertising/screen.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=sculpture" ,
2023-03-14 00:31:44 +01:00
"then" : "./assets/themes/advertising/sculpture.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=sign" ,
"then" : "./assets/themes/advertising/icon.svg"
} ,
{
"if" : "advertising=tarp" ,
"then" : "./assets/themes/advertising/icon.svg"
} ,
{
"if" : "advertising=totem" ,
2023-01-30 01:37:52 +01:00
"then" : "./assets/themes/advertising/totem.svg"
2023-01-29 18:52:12 +01:00
} ,
{
"if" : "advertising=wall_painting" ,
"then" : "./assets/themes/advertising/icon.svg"
}
]
} ,
2023-03-14 00:31:44 +01:00
"iconSize" : {
"render" : "40,40,bottom" ,
2023-03-15 15:19:46 +01:00
"mappings" : [
2023-03-15 22:03:10 +01:00
{
"if" : "_referencing_ways~*" ,
"then" : "40,40,center"
} ,
2023-03-15 15:19:46 +01:00
{
"if" : "advertising=flag" ,
"then" : "60,60,bottom"
} ,
2023-03-14 00:31:44 +01:00
{
"if" : "advertising=sculpture" ,
2023-03-15 15:19:46 +01:00
"then" : "50,50,bottom"
2023-03-14 00:31:44 +01:00
}
]
}
2023-01-29 18:52:12 +01:00
} ,
{
"width" : {
"render" : "8"
} ,
"color" : {
"render" : "#00f"
}
}
] ,
2023-01-29 22:49:30 +01:00
"allowMove" : {
"enableImproveAccuracy" : true ,
"enableRelocation" : false
} ,
2023-01-30 01:38:27 +01:00
"deletion" : true ,
2023-01-29 18:52:12 +01:00
"presets" : [
{
"tags" : [
"advertising=billboard"
] ,
"title" : {
"en" : "a billboard" ,
"ca" : "una tanca publicitària" ,
"es" : "una valla publicitària"
} ,
"description" : {
"en" : "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads" ,
"ca" : "Les tanques publicitàries normalment són de gran tamany i estan situades prop de les carreteres" ,
"es" : "Las vallas publicitarias normalment son de gran tamanó y están situadas cerca de las carreteras"
2023-03-02 09:10:16 +01:00
} ,
"exampleImages" : [
2023-03-02 13:21:14 +01:00
"./assets/themes/advertising/KFC_Billboard.jpg" ,
"./assets/themes/advertising/LIDL_Billboard.jpg" ,
"./assets/themes/advertising/Repsol_Billboard.jpg"
2023-03-02 09:10:16 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=board"
] ,
"title" : {
"ca" : "un tauló d'anunis" ,
"es" : "un tablón de anuncios" ,
"en" : "a billboard"
} ,
"description" : {
2023-01-29 20:50:34 +01:00
"en" : "Small billboard for neighbourhood advertising, generally intended for pedestrians" ,
"es" : "Un pequeño tablón de anuncios para anuncios del vecindario, normalmente destinado a peatones" ,
"ca" : "Un xicotet tauló d'anuncics per a anuncis del veïnat, normalment destitat a peatons"
2023-03-02 09:10:16 +01:00
} ,
"exampleImages" : [
2023-03-02 13:21:14 +01:00
"./assets/themes/advertising/local_Board.jpg" ,
"./assets/themes/advertising/FGV_Founding.jpg" ,
"./assets/themes/advertising/Small_Board.jpg"
2023-03-02 09:10:16 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=column"
] ,
"title" : {
"ca" : "una columna" ,
"es" : "una columna" ,
"en" : "a column"
} ,
"description" : {
2023-01-29 20:50:34 +01:00
"en" : "A cylindrical outdoor structure which shows advertisements" ,
"es" : "Una estructura cilíndrica exterior que muestra publicidad" ,
"ca" : "Una extructura cilíndica exterior que mostra publicitat"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-04 00:10:54 +01:00
"./assets/themes/advertising/AdvertisingColumn_001.jpg" ,
2023-03-11 03:04:20 +01:00
"./assets/themes/advertising/AdvertisingColumn_003.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=flag" ,
"man_made=pole"
] ,
"title" : {
"ca" : "una bandera" ,
"es" : "una bandera" ,
"en" : "a flag"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-10 11:31:00 +01:00
"./assets/themes/advertising/Advertising_flag.jpg" ,
"./assets/themes/advertising/JR_Central.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=poster_box"
] ,
"title" : {
2023-03-15 22:03:10 +01:00
"en" : "a freestanding poster box"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-06 23:54:46 +01:00
"./assets/themes/advertising/Mupi_spain.jpg" ,
"./assets/themes/advertising/Mupi_Alcoi.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
2023-03-15 22:03:10 +01:00
{
"tags" : [
"advertising=poster_box"
] ,
"title" : {
"en" : "a poster box mounted on a wall"
} ,
"preciseInput" : {
"snapToLayer" : "walls_and_buildings"
}
} ,
2023-01-29 18:52:12 +01:00
{
"tags" : [
"advertising=screen"
] ,
"title" : {
"ca" : "una pantalla" ,
"es" : "una pantalla" ,
"en" : "a screen"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-06 23:54:46 +01:00
"./assets/themes/advertising/Screen_poster_box.jpg" ,
"./assets/themes/advertising/City-Light-Poster.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
2023-03-01 08:44:42 +01:00
{
"tags" : [
"advertising=screen"
] ,
"title" : {
"ca" : "una patalla sobre una paret" ,
"es" : "una pantalla sobre una pared" ,
"en" : "a screen mounted on a wall"
} ,
"preciseInput" : {
"preferredBackground" : "map" ,
"snapToLayer" : "walls_and_buildings" ,
"maxSnapDistance" : 5
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-06 23:54:46 +01:00
"./assets/themes/advertising/Subway_screen.jpg" ,
"./assets/themes/advertising/TV_media.jpg" ,
"./assets/themes/advertising/Times square.jpg"
2023-03-04 00:10:54 +01:00
]
2023-03-01 08:44:42 +01:00
} ,
2023-01-29 18:52:12 +01:00
{
"tags" : [
"advertising=sculpture"
] ,
"title" : {
"ca" : "una escupltura" ,
"es" : "una escultura" ,
2023-03-14 00:31:44 +01:00
"en" : "a sculpture"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-11 03:04:20 +01:00
"./assets/themes/advertising/Aircraft_Sculpture.jpg" ,
2023-03-10 11:31:00 +01:00
"./assets/themes/advertising/Mug.jpg" ,
2023-03-11 03:04:20 +01:00
"./assets/themes/advertising/BS.JPG"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=sign"
] ,
"title" : {
"ca" : "un lletrer" ,
"es" : "un lletrer" ,
"en" : "a sign"
2023-03-04 00:10:54 +01:00
} ,
2023-03-10 11:31:00 +01:00
"preciseInput" : {
"preferredBackground" : "map" ,
"snapToLayer" : "walls_and_buildings" ,
"maxSnapDistance" : 5
} ,
"description" : {
"en" : "Used for advertising signs, neon signs, logos & institutional entrance signs" ,
"es" : "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales" ,
"ca" : "S'utilitza per a cartells publicitaris, retols de neó, logotips i cartells en entrades institucionals"
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-14 11:37:25 +01:00
"./assets/themes/advertising/Waitrose_sign.jpg" ,
"./assets/themes/advertising/sign_EOI.jpg" ,
"./assets/themes/advertising/farma_sign.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=tarp"
] ,
"title" : {
"ca" : "una lona" ,
"es" : "una lona" ,
"en" : "a tarp"
2023-02-20 11:32:14 +01:00
} ,
"preciseInput" : {
"preferredBackground" : "map" ,
"snapToLayer" : "walls_and_buildings" ,
"maxSnapDistance" : 5
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-10 11:31:00 +01:00
"./assets/themes/advertising/tarp_feder.jpg" ,
"./assets/themes/advertising/tarp_madrid.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=totem"
] ,
"title" : {
"ca" : "un tòtem" ,
"es" : "un tótem" ,
"en" : "a totem"
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-10 11:31:00 +01:00
"./assets/themes/advertising/AdvertisingTotem_004.jpg" ,
"./assets/themes/advertising/AdvertisingTotem_003.jpg" ,
"./assets/themes/advertising/Lidl_totem.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-29 18:52:12 +01:00
} ,
{
"tags" : [
"advertising=wall_painting"
] ,
"title" : {
2023-03-14 10:56:34 +01:00
"ca" : "una paret pintada" ,
"es" : "una pared pintada" ,
2023-03-14 00:31:44 +01:00
"en" : "a wall painting"
2023-02-20 11:32:14 +01:00
} ,
"preciseInput" : {
"preferredBackground" : "map" ,
"snapToLayer" : "walls_and_buildings" ,
"maxSnapDistance" : 5
2023-03-04 00:10:54 +01:00
} ,
2023-03-15 15:19:46 +01:00
"exampleImages" : [
2023-03-10 11:31:00 +01:00
"./assets/themes/advertising/Capitol_wall.jpg" ,
"./assets/themes/advertising/clarke_wall.jpg"
2023-03-04 00:10:54 +01:00
]
2023-01-27 01:18:15 +01:00
}
2023-01-29 18:52:12 +01:00
]
}
]
2023-03-11 03:04:20 +01:00
}