diff --git a/assets/layers/nesting_site/nesting_site.json b/assets/layers/nesting_site/nesting_site.json index 8ebd3d4993..e785070990 100644 --- a/assets/layers/nesting_site/nesting_site.json +++ b/assets/layers/nesting_site/nesting_site.json @@ -1,9 +1,20 @@ { - "credits": "Pieter Vander Vennet", + "id": "nesting_site", + "name": { + "en": "Artificial nesting sites" + }, + "description": { + "en": "A man-made device equipped with one or multiple nests, serving as an artificial nesting aid for wild animals" + }, + "source": { + "osmTags": "man_made=nesting_site" + }, "minzoom": 10, - - - + "title": { + "render": { + "en": "Nesting site" + } + }, "pointRendering": [ { "location": [ @@ -21,6 +32,35 @@ ] } ], + "lineRendering": [ + { + "width": 1, + "color": "blue" + } + ], + "presets": [ + { + "title": { + "en": "a nesting site" + }, + "tags": [ + "man_made=nesting_site" + ] + }, + { + "title": { + "en": "a nesting site on a wall" + }, + "tags": [ + "man_made=nesting_site", + "support=wall" + ], + "snapToLayer": [ + "walls_and_buildings" + ], + "maxSnapDistance": 1 + } + ], "tagRenderings": [ "images", { @@ -60,53 +100,10 @@ ] } ], - "lineRendering": [ - { - "width": 1, - "color": "blue" - } - ], - "credits:uid": 3818858, - "source": { - "osmTags": "man_made=nesting_site" - }, - "id": "nesting_site", - "description": { - "en": "A man-made device equipped with one or multiple nests, serving as an artificial nesting aid for wild animals" - }, - "name": { - "en": "Artificial nesting sites" - }, - "title": { - "render": { - "en": "Nesting site" - } - }, - "presets": [ - { - "title": { - "en": "a nesting site" - }, - "tags": [ - "man_made=nesting_site" - ] - }, - { - "title": { - "en": "a nesting site on a wall" - }, - "tags": [ - "man_made=nesting_site", - "support=wall" - ], - "snapToLayer": [ - "walls_and_buildings" - ], - "maxSnapDistance": 1 - } - ], "allowMove": { "enableImproveAccuracy": true, "enableRelocation": false - } -} + }, + "credits": "Pieter Vander Vennet", + "credits:uid": 3818858 +} \ No newline at end of file diff --git a/assets/layers/police_call_box/police_call_box.json b/assets/layers/police_call_box/police_call_box.json index 9320e410ff..c2d5cc1f9b 100644 --- a/assets/layers/police_call_box/police_call_box.json +++ b/assets/layers/police_call_box/police_call_box.json @@ -1,6 +1,20 @@ { - "credits": "osmuser63783", + "id": "police_call_box", + "name": { + "en": "Police call boxes" + }, + "description": { + "en": "A type of telephone kiosk historically used by the police." + }, + "source": { + "osmTags": "historic=police_call_box" + }, "minzoom": 10, + "title": { + "render": { + "en": "A police call box." + } + }, "pointRendering": [ { "location": [ @@ -16,6 +30,26 @@ ] } ], + "lineRendering": [ + { + "width": 1, + "color": "blue" + } + ], + "presets": [ + { + "title": { + "en": "a police call box" + }, + "tags": [ + "historic=police_call_box", + "building=kiosk" + ], + "exampleImages": [ + "./assets/layers/police_call_box/Edinburgh_City_police_box_001.jpg" + ] + } + ], "tagRenderings": [ "images", { @@ -89,44 +123,10 @@ } } ], - "lineRendering": [ - { - "width": 1, - "color": "blue" - } - ], - "id": "police_call_box", - "name": { - "en": "Police call boxes" - }, - "description": { - "en": "A type of telephone kiosk historically used by the police." - }, - "source": { - "osmTags": "historic=police_call_box" - }, - "title": { - "render": { - "en": "A police call box." - } - }, - "presets": [ - { - "title": { - "en": "a police call box" - }, - "tags": [ - "historic=police_call_box", - "building=kiosk" - ], - "exampleImages": [ - "./assets/layers/police_call_box/Edinburgh_City_police_box_001.jpg" - ] - } - ], + "deletion": true, "allowMove": { "enableImproveAccuracy": true, "enableRelocation": false }, - "deletion": true -} + "credits": "osmuser63783" +} \ No newline at end of file