From 2aacc0df6b4cf696ed51773fe06b68d9535e5211 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 6 Jun 2024 03:17:44 +0200 Subject: [PATCH] Chore: whitespace in layers and themes --- assets/layers/dogpark/dogpark.json | 2 -- assets/layers/memorial/memorial.json | 7 +++++-- assets/themes/cyclofix/cyclofix.json | 10 ++++++---- .../mapcomplete-changes/mapcomplete-changes.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/assets/layers/dogpark/dogpark.json b/assets/layers/dogpark/dogpark.json index ee527d56fc..badca45873 100644 --- a/assets/layers/dogpark/dogpark.json +++ b/assets/layers/dogpark/dogpark.json @@ -201,7 +201,6 @@ "cs": "Má tento psí park samostatný oplocený areál pro malé psy a štěňata?" } }, - { "id": "dogarea", "render": { @@ -215,6 +214,5 @@ }, "condition": "_surface:ha!=0" } - ] } diff --git a/assets/layers/memorial/memorial.json b/assets/layers/memorial/memorial.json index 18a3238a6d..6a4d6242f4 100644 --- a/assets/layers/memorial/memorial.json +++ b/assets/layers/memorial/memorial.json @@ -222,11 +222,14 @@ "natural=tree" ] }, - {"if": "historic=tomb", + { + "if": "historic=tomb", "then": { "en": "This is a gravestone; the person is buried here" }, - "addExtraTags": ["memorial="] + "addExtraTags": [ + "memorial=" + ] } ], "render": { diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 002485e621..734df59330 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -162,14 +162,16 @@ "minzoom": 11, "source": { "osmTags": { - "and+": ["vending~.*bicycle.*"] + "and+": [ + "vending~.*bicycle.*" + ] } }, - "=presets":[] - + "=presets": [] } }, - {"#": "All vending machines at high zoom level to avoid duplicates", + { + "#": "All vending machines at high zoom level to avoid duplicates", "builtin": "vending_machine", "override": { "name": null, diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 6ba5c58842..71a45eb7f8 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -689,4 +689,4 @@ } } ] -} +} \ No newline at end of file