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