Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Aug 30, 2024
2 parents cd6fa08 + 3002e95 commit cf76503
Show file tree
Hide file tree
Showing 97 changed files with 3,570 additions and 2,882 deletions.
26 changes: 25 additions & 1 deletion assets/layers/advertising/advertising.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,15 @@
"mappings": [
{
"if": {
"or": [
"and": [
"_referencing_ways~*",
"advertising=billboard"
]
},
"then": "./assets/themes/advertising/billboard_wall.svg"
},
{
"if": "advertising=billboard",
"then": "./assets/themes/advertising/billboard.svg"
},
{
Expand Down Expand Up @@ -454,6 +459,25 @@
"./assets/themes/advertising/Repsol_Billboard.jpg"
]
},
{
"tags": [
"advertising=billboard"
],
"snapToLayer": [
"walls_and_buildings"
],
"title": {
"en": "a billboard mounted to a wall",
"de": "Eine an einer Wand montierte Werbetafel"
},
"description": {
"en": "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads mounted on a wall",
"de": "Eine große Außenwerbestruktur, die typischerweise in stark frequentierten Bereichen wie an vielbefahrenen Straßen auf einer Wand montiert zu finden ist"
},
"exampleImages": [
"./assets/themes/advertising/billboard_wall.jpg"
]
},
{
"tags": [
"advertising=poster_box"
Expand Down
18 changes: 12 additions & 6 deletions assets/layers/ice_cream/ice_cream.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"id": "ice_cream",
"name": {
"en": "Ice cream parlors",
"de": "Eisdielen"
"de": "Eisdielen",
"nl": "IJssalon"
},
"description": {
"en": "A place where ice cream is sold over the counter",
"de": "Ein Ort, an dem Eiscreme an der Theke verkauft wird"
"de": "Ein Ort, an dem Eiscreme an der Theke verkauft wird",
"nl": "Een plaats waar voornamelijk ijsjes verkocht worden, bedoeld voor onmiddelijke consumptie"
},
"source": {
"osmTags": "amenity=ice_cream"
Expand All @@ -15,15 +17,17 @@
"title": {
"render": {
"en": "Ice cream parlor",
"de": "Eisdiele"
"de": "Eisdiele",
"nl": "IJssalon"
},
"mappings": [
{
"if": "name~*",
"then": {
"en": "{name}",
"de": "{name}",
"pl": "{name}"
"pl": "{name}",
"nl": "{name}"
}
}
]
Expand Down Expand Up @@ -56,14 +60,16 @@
"title": {
"en": "an ice cream parlor",
"de": "eine Eisdiele",
"fr": "un glacier"
"fr": "un glacier",
"nl": "een ijssalon"
},
"tags": [
"amenity=ice_cream"
],
"description": {
"en": "A shop where one can buy only icecream and related items. Ice cream is normally hand-scooped.",
"de": "Ein Geschäft, in dem man nur Eiscreme und damit verbundene Artikel kaufen kann. Normalerweise wird das Eis mit der Hand portioniert."
"de": "Ein Geschäft, in dem man nur Eiscreme und damit verbundene Artikel kaufen kann. Normalerweise wird das Eis mit der Hand portioniert.",
"nl": "Een plaats waar men voornamelijk ijsjes koopt, meestal met de hand geschept en bedoeld om onmiddellijk op te eten."
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion assets/layers/usersettings/usersettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@
"da": "Hvilket baggrundslag skal vises som standard?"
},
"questionHint": {
"en": "To set a specific background as default, select it in the background menu first after which it will appear here."
"en": "To set a specific background as default, select it in the background menu first after which it will appear here.",
"de": "Um einen bestimmten Hintergrund als Standard festzulegen, wähle ihn zuerst im Hintergrundmenü aus, danach wird er hier angezeigt."
},
"condition": "_theme:backgroundLayer=",
"mappings": [
Expand Down
2 changes: 2 additions & 0 deletions assets/themes/advertising/billboard_wall.jpeg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: https://www.openstreetmap.org/user/GEO%20ECLA
SPDX-License-Identifier: CC0-1.0
Binary file added assets/themes/advertising/billboard_wall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/themes/advertising/billboard_wall.jpg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: https://www.openstreetmap.org/user/GEO%20ECLA
SPDX-License-Identifier: CC0-1.0
184 changes: 184 additions & 0 deletions assets/themes/advertising/billboard_wall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/themes/advertising/billboard_wall.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Barnes38
SPDX-License-Identifier: CC-BY-SA-3.0
20 changes: 20 additions & 0 deletions assets/themes/advertising/license_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,26 @@
"https://wiki.openstreetmap.org/wiki/File:Billboard_trunk.svg"
]
},
{
"path": "billboard_wall.jpg",
"license": "CC0-1.0",
"authors": [
"https://www.openstreetmap.org/user/GEO%20ECLA"
],
"sources": [
"https://imgur.com/billboard-eHdb1ir"
]
},
{
"path": "billboard_wall.svg",
"license": "CC-BY-SA-3.0",
"authors": [
"Barnes38"
],
"sources": [
"https://wiki.openstreetmap.org/wiki/File:Billboard_trunk.svg"
]
},
{
"path": "board.svg",
"license": "CC-BY-SA-3.0",
Expand Down
9 changes: 6 additions & 3 deletions assets/themes/circular_economy/circular_economy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"id": "circular_economy",
"title": {
"en": "Circular economy",
"es": "Economía circular"
"es": "Economía circular",
"de": "Kreislaufwirtschaft"
},
"description": {
"en": "Various items which help people to share, reuse or recycle.",
"es": "Varios elementos que ayudan a la gente a compartir, reutilizar o reciclar."
"es": "Varios elementos que ayudan a la gente a compartir, reutilizar o reciclar.",
"de": "Verschiedene Gegenstände, die den Menschen helfen, zu teilen, wiederzuverwenden oder zu recyceln."
},
"icon": "./assets/themes/circular_economy/circular.svg",
"layers": [
Expand Down Expand Up @@ -34,7 +36,8 @@
"id": "shops_second_hand",
"=name": {
"en": "Second hand shops",
"es": "Tiendas de segunda mano"
"es": "Tiendas de segunda mano",
"de": "Second-Hand-Läden"
},
"filter": null,
"source": {
Expand Down
Loading

0 comments on commit cf76503

Please sign in to comment.