forked from MapComplete/MapComplete
Chore: Lint themes
This commit is contained in:
parent
7c71e566e9
commit
6c12041f73
16 changed files with 230 additions and 234 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -785,7 +785,7 @@
|
|||
"minzoom": 17,
|
||||
"doCount": false
|
||||
},
|
||||
"widenFactor": 2,
|
||||
"overpassMaxZoom": 15,
|
||||
"osmApiTileSize": 17
|
||||
"osmApiTileSize": 17,
|
||||
"widenFactor": 2
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -70,6 +70,6 @@
|
|||
"layers": [
|
||||
"tree_node"
|
||||
],
|
||||
"widenFactor": 0.2,
|
||||
"osmApiTileSize": 18
|
||||
"osmApiTileSize": 18,
|
||||
"widenFactor": 0.2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue