Chore: Lint themes

This commit is contained in:
Pieter Vander Vennet 2024-04-28 11:00:23 +02:00
parent 7c71e566e9
commit 6c12041f73
16 changed files with 230 additions and 234 deletions

View file

@ -1,13 +1,13 @@
{
"id": "bicycle_parkings",
"description": {
"en": "A map showing all types of bicycle parkings",
"de": "Eine Karte mit allen Arten von Fahrradabstellplätzen"
},
"title": {
"en": "Bicycle parkings",
"de": "Fahrradabstellplätze"
},
"description": {
"en": "A map showing all types of bicycle parkings",
"de": "Eine Karte mit allen Arten von Fahrradabstellplätzen"
},
"icon": "./assets/themes/bicycle_parkings/logo.svg",
"layers": [
{

View file

@ -785,7 +785,7 @@
"minzoom": 17,
"doCount": false
},
"widenFactor": 2,
"overpassMaxZoom": 15,
"osmApiTileSize": 17
"osmApiTileSize": 17,
"widenFactor": 2
}

View file

@ -3,17 +3,14 @@
"title": {
"en": "Changes made with MapComplete"
},
"shortDescription": {
"en": "Shows changes made by MapComplete"
},
"description": {
"en": "This maps shows all the changes made with MapComplete"
},
"shortDescription": {
"en": "Shows changes made by MapComplete"
},
"icon": "./assets/svg/logo.svg",
"hideFromOverview": true,
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"layers": [
{
"id": "mapcomplete-changes",

View file

@ -1,14 +1,14 @@
{
"id": "memorials",
"icon": "./assets/layers/memorial/memorial.svg",
"description": {
"en": "Memorials are physical objects permantently placed in the public space to remember a person or event. They can be a wide range of objects, such as statues, plaques, paintings, military objects (such as tanks), ...",
"de": "Denkmäler sind physische Objekte, die dauerhaft im öffentlichen Raum aufgestellt werden, um an eine Person oder ein Ereignis zu erinnern. Dabei kann es sich um eine Vielzahl von Objekten handeln, z. B. Statuen, Tafeln, Gemälde, militärische Objekte (wie Panzer), ..."
},
"title": {
"en": "Memorials",
"de": "Denkmäler"
},
"description": {
"en": "Memorials are physical objects permantently placed in the public space to remember a person or event. They can be a wide range of objects, such as statues, plaques, paintings, military objects (such as tanks), ...",
"de": "Denkmäler sind physische Objekte, die dauerhaft im öffentlichen Raum aufgestellt werden, um an eine Person oder ein Ereignis zu erinnern. Dabei kann es sich um eine Vielzahl von Objekten handeln, z. B. Statuen, Tafeln, Gemälde, militärische Objekte (wie Panzer), ..."
},
"icon": "./assets/layers/memorial/memorial.svg",
"layers": [
{
"builtin": [

View file

@ -42,7 +42,7 @@
"shownByDefault": false
},
"enableNoteImports": false,
"widenFactor": 1.2,
"overpassMaxZoom": 15,
"widenFactor": 1.2,
"#note": "The 'overpassMaxZoom' should be exactly the same as or less then the minzzom in overrideAll"
}

View file

@ -70,6 +70,6 @@
"layers": [
"tree_node"
],
"widenFactor": 0.2,
"osmApiTileSize": 18
"osmApiTileSize": 18,
"widenFactor": 0.2
}