Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-10-01 13:13:07 +02:00
commit 55c6442cac
388 changed files with 16178 additions and 17860 deletions

View file

@ -31,7 +31,7 @@
"startLat": 52.99238,
"startLon": 6.570614,
"startZoom": 20,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"builtin": "cycleways_and_roads",

View file

@ -57,7 +57,6 @@
"startLon": 0,
"startZoom": 1,
"widenFactor": 1.5,
"defaultBackgroundId": "CartoDB.Voyager",
"layers": [
"charging_station"
]

View file

@ -351,7 +351,7 @@
"source": {
"=osmTags": {
"and": [
"service:repair:climbing_shoes=yes",
"service:climbing_shoes:repair=yes",
{
"or": [
"shop=shoe_repair",
@ -375,7 +375,7 @@
},
"mappings": [
{
"if": "service:repair:climbing_shoes=yes",
"if": "service:climbing_shoes:repair=yes",
"then": {
"en": "This shop repairs climbing shoes",
"de": "Dieser Laden repariert Kletterschuhe",
@ -385,7 +385,7 @@
}
},
{
"if": "service:repair:climbing_shoes=no",
"if": "service:climbing_shoes:repair=no",
"then": {
"en": "This shop does not repair climbing shoes",
"de": "Dieser Shop repariert keine Kletterschuhe",
@ -423,7 +423,7 @@
},
"mappings": [
{
"if": "service:repair:climbing_shoes=yes",
"if": "service:climbing_shoes:repair=yes",
"then": {
"en": "This shop repairs climbing shoes",
"de": "Dieses Geschäft repariert Kletterschuhe",
@ -433,7 +433,7 @@
}
},
{
"if": "service:repair:climbing_shoes=no",
"if": "service:climbing_shoes:repair=no",
"then": {
"en": "This shop does not repair climbing shoes",
"de": "Dieses Geschäft repariert keine Kletterschuhe",

View file

@ -15,7 +15,7 @@
"en": "Map showing all public clocks",
"nl": "Kaart met alle openbare klokken",
"ca": "Mapa amb tots els rellotges públics",
"de": "Karte mit allen öffentlichen Uhren",
"de": "Eine Karte mit öffentlichen Uhren",
"es": "Mapa con todos los relojes públicos",
"cs": "Mapa zobrazující všechny veřejné hodiny",
"fr": "Carte affichant toutes les horloges publiques"

View file

@ -234,6 +234,6 @@
]
}
],
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"credits": "L'imaginaire"
}

View file

@ -45,7 +45,6 @@
"cs": "Mapa, kde můžete prohlížet a upravovat věci související s cyklistickou infrastrukturou. Vytvořeno během #osoc21."
},
"hideFromOverview": false,
"defaultBackgroundId": "CartoDB.Voyager",
"icon": "./assets/themes/cycle_infra/cycle-infra.svg",
"startLat": 51,
"startLon": 3.75,

View file

@ -36,7 +36,6 @@
"credits": "Originally created during Open Summer of Code by Pieter Fiers, Thibault Declercq, Pierre Barban, Joost Schouppe and Pieter Vander Vennet",
"icon": "./assets/themes/cyclofix/logo.svg",
"startLat": 0,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 0,
"startZoom": 1,
"widenFactor": 2,

View file

@ -37,7 +37,6 @@
},
"icon": "./assets/themes/drinking_water/logo.svg",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,

View file

@ -24,7 +24,6 @@
"eu": "Hezkuntza",
"pl": "Edukacja"
},
"defaultBackgroundId": "CartoDB.Voyager",
"startLat": 0,
"startLon": 0,
"startZoom": 0,

View file

@ -2,13 +2,13 @@
"id": "elongated_coin",
"title": {
"en": "Penny Presses",
"de": "Münzpressen",
"de": "Münzprägeautomaten",
"es": "Prensa de céntimos",
"ca": "Premsa de cèntims"
},
"description": {
"en": "Find penny presses to create your own elongated coins.",
"de": "Finde Münzpresse um deine eigenen Prägemünzen zu Pressen.",
"de": "Finde Automaten um Souvenirmünzen zu prägen.",
"es": "Encuentra prensas de centimos para crear tus propias monedas alargadas.",
"ca": "Trobeu premses de cèntims per crear les vostres pròpies monedes allargades."
},

View file

@ -44,7 +44,7 @@
"layers": [
"ghost_bike"
],
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"clustering": {
"maxZoom": 0
}

View file

@ -27,7 +27,6 @@
},
"icon": "./assets/layers/doctors/doctors.svg",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,

View file

@ -27,7 +27,6 @@
},
"icon": "./assets/layers/entrance/entrance.svg",
"startLat": 51.17181,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.144383,
"startZoom": 14,
"widenFactor": 2,

View file

@ -282,10 +282,6 @@
"if": "theme=kerbs_and_crossings",
"then": "./assets/layers/kerbs/KerbIcon.svg"
},
{
"if": "theme=mapcomplete-changes",
"then": "./assets/svg/logo.svg"
},
{
"if": "theme=maproulette",
"then": "./assets/layers/maproulette/logomark.svg"

View file

@ -47,7 +47,7 @@
"startLon": 0,
"startZoom": 1,
"widenFactor": 5,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
"map"
]

View file

@ -24,7 +24,6 @@
},
"icon": "./assets/themes/onwheels/crest.svg",
"startLat": 50.86622,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.350103,
"startZoom": 17,
"widenFactor": 2,

View file

@ -41,6 +41,5 @@
"layers": [
"windturbine"
],
"defaultBackgroundId": "CartoDB.Voyager",
"credits": "Seppe Santens"
}

View file

@ -29,7 +29,6 @@
},
"icon": "./assets/themes/osm_community_index/osm.svg",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"clustering": false,

View file

@ -144,14 +144,7 @@
"width": 5
}
],
"presets": [
{
"tags": [
"shop=yes",
"dog=yes"
]
}
],
"=presets": [],
"source": {
"=osmTags": {
"and": [

View file

@ -46,7 +46,6 @@
"startLon": 9.9937,
"startZoom": 13,
"widenFactor": 1.5,
"defaultBackgroundId": "CartoDB.Voyager",
"clustering": {
"maxZoom": 14,
"minNeededElements": 100

View file

@ -24,7 +24,6 @@
},
"icon": "./assets/themes/rainbow_crossings/logo.svg",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,

View file

@ -27,7 +27,7 @@
"startZoom": 12,
"widenFactor": 1.2,
"socialImage": "./assets/themes/speelplekken/social_image.jpg",
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"id": "shadow",

View file

@ -27,7 +27,7 @@
"startLon": 0,
"startZoom": 0,
"hideFromOverview": true,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"builtin": "indoors",

View file

@ -54,8 +54,8 @@
"startLon": 0,
"startZoom": 1,
"widenFactor": 2,
"defaultBackgroundId": "osm",
"defaultBackgroundId": "maptiler.carto",
"layers": [
"surveillance_camera"
]
}
}

View file

@ -29,6 +29,7 @@
"sameAs": "vending_machine"
},
"minzoom": 18,
"=presets": [],
"source": {
"osmTags": {
"and": [

View file

@ -26,7 +26,6 @@
},
"icon": "./assets/layers/walls_and_buildings/walls_and_buildings.png",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,