diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..e1002670c3 Binary files /dev/null and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000000..046c7db674 Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json index c6e5f57f0e..56da2650a2 100644 --- a/assets/layers/parking/parking.json +++ b/assets/layers/parking/parking.json @@ -1,7 +1,7 @@ { "id": "parking", "name": { - "nl": "parking" + "nl": "Parking" }, "minzoom": 12, "source": { @@ -10,7 +10,8 @@ { "or": [ "amenity=parking", - "amenity=motorcycle_parking" + "amenity=motorcycle_parking", + "amenity=bicycle_parking" ] } ] @@ -22,23 +23,21 @@ }, "mappings": [ { - "if": { - "and": [ - "name:nl~*" - ] - }, + "if": "amenity=parking", "then": { - "nl": "{name:nl}" + "nl": "Auto Parking" } }, { - "if": { - "and": [ - "name~*" - ] - }, + "if": "amenity=motorcycle_parking", "then": { - "nl": "{name}" + "nl": "Motorfiets Parking" + } + }, + { + "if": "amenity=bicycle_parking", + "then": { + "nl": "Fietsenstalling" } } ] @@ -169,7 +168,7 @@ ], "wayHandling": 1, "iconSize": { - "render": "30,30,center" + "render": "36,36,center" }, "color": { "render": "#E1AD01" @@ -179,6 +178,7 @@ "tags": [ "amenity=parking", "amenity=motorcycle_parking", + "amenity=bicycle_parking", "fixme=Toegevoegd met MapComplete, geometry nog uit te tekenen" ], "title": { diff --git a/assets/layers/watermill/watermill.json b/assets/layers/watermill/watermill.json index ffa2f0dc9a..1ff9b488df 100644 --- a/assets/layers/watermill/watermill.json +++ b/assets/layers/watermill/watermill.json @@ -1,7 +1,7 @@ { "id": "watermill", "name": { - "nl": "watermolens" + "nl": "Watermolens" }, "minzoom": 12, "source": { diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 560b9d1435..2f85396c2b 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -608,7 +608,9 @@ "sources": [] }, { - "authors": ["Hannah Declerck"], + "authors": [ + "Hannah Declerck" + ], "path": "filter.svg", "license": "CC0", "sources": [] diff --git a/assets/themes/.DS_Store b/assets/themes/.DS_Store new file mode 100644 index 0000000000..7d02d7d4e6 Binary files /dev/null and b/assets/themes/.DS_Store differ diff --git a/assets/themes/natuurpunt/license_info.json b/assets/themes/natuurpunt/license_info.json index c24e4be1c2..c192defd61 100644 --- a/assets/themes/natuurpunt/license_info.json +++ b/assets/themes/natuurpunt/license_info.json @@ -81,6 +81,24 @@ "license": "CC0", "sources": [] }, + { + "authors": [], + "path": "parkingbike.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "parkingmotor.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "parkingwheels.svg", + "license": "CC0", + "sources": [] + }, { "authors": [], "path": "nature_reserve.svg", diff --git a/assets/themes/natuurpunt/natuurpunt.json b/assets/themes/natuurpunt/natuurpunt.json index 06d30fd7c4..993b5e1c66 100644 --- a/assets/themes/natuurpunt/natuurpunt.json +++ b/assets/themes/natuurpunt/natuurpunt.json @@ -21,7 +21,7 @@ "version": "0", "startLat": 51.20875, "startLon": 3.22435, - "startZoom": 12, + "startZoom": 15, "widenFactor": 0.05, "socialImage": "", "layers": [ @@ -37,7 +37,7 @@ ] } }, - "minzoom": "8", + "minzoom": "10", "icon": { "render": "circle:#FE6F32;./assets/themes/natuurpunt/nature_reserve.svg" } @@ -55,7 +55,7 @@ ] } }, - "minzoom": "8", + "minzoom": "10", "icon": { "render": "circle:#FE6F32;./assets/themes/natuurpunt/information.svg" } @@ -143,6 +143,46 @@ } } }, + { + "builtin": [ + "parking" + ], + "override": { + "minzoom": "16", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/parking.svg", + "mappings": [ + { + "if": "amenity=bicycle_parking", + "then": "circle:#FE6F32;./assets/themes/natuurpunt/parkingbike.svg" + } + ] + }, + "iconOverlays": [ + { + "if": "amenity=motorcycle_parking", + "then": "circle:#335D9F;./assets/themes/natuurpunt/parkingmotor.svg", + "badge": true + }, + { + "if": "capacity:disabled=yes", + "then": "circle:#335D9F;./assets/themes/natuurpunt/parkingwheels.svg", + "badge": true + } + ] + } + }, + { + "builtin": [ + "information_board" + ], + "override": { + "minzoom": "16", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/information_board.svg" + } + } + }, { "builtin": [ "bench" @@ -164,28 +204,6 @@ "render": "circle:#FE6F32;./assets/themes/natuurpunt/watermill.svg" } } - }, - { - "builtin": [ - "parking" - ], - "override": { - "minzoom": "18", - "icon": { - "render": "circle:#FE6F32;./assets/themes/natuurpunt/parking.svg" - } - } - }, - { - "builtin": [ - "information_board" - ], - "override": { - "minzoom": "18", - "icon": { - "render": "circle:#FE6F32;./assets/themes/natuurpunt/information_board.svg" - } - } } ], "roamingRenderings": [] diff --git a/assets/themes/natuurpunt/parkingbike.svg b/assets/themes/natuurpunt/parkingbike.svg new file mode 100644 index 0000000000..e22f683e53 --- /dev/null +++ b/assets/themes/natuurpunt/parkingbike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/parkingmotor.svg b/assets/themes/natuurpunt/parkingmotor.svg new file mode 100644 index 0000000000..0fc18d9a68 --- /dev/null +++ b/assets/themes/natuurpunt/parkingmotor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/parkingwheels.svg b/assets/themes/natuurpunt/parkingwheels.svg new file mode 100644 index 0000000000..3e08f733bb --- /dev/null +++ b/assets/themes/natuurpunt/parkingwheels.svg @@ -0,0 +1 @@ + \ No newline at end of file