diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index fca4ca579e..f55874b0ff 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -520,11 +520,7 @@ ], "hideUnderlayingFeaturesMinPercentage": 0, "icon": { - "render": "./assets/themes/benches/bench_poi.svg", - "mappings": [] - }, - "width": { - "render": "8" + "render": "circle:#FE6F32;./assets/layers/bench/bench.svg" }, "iconSize": { "render": "35,35,center" diff --git a/assets/layers/bench/bench.svg b/assets/layers/bench/bench.svg new file mode 100644 index 0000000000..dc4fc07882 --- /dev/null +++ b/assets/layers/bench/bench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/layers/bench/license_info.json b/assets/layers/bench/license_info.json new file mode 100644 index 0000000000..2e404ab20d --- /dev/null +++ b/assets/layers/bench/license_info.json @@ -0,0 +1,8 @@ +[ + { + "authors": [], + "path": "bench.svg", + "license": "CC0", + "sources": [] + } +] \ No newline at end of file diff --git a/assets/layers/birdhide/birdhide.json b/assets/layers/birdhide/birdhide.json index 71a80d88d1..08ff0f22f5 100644 --- a/assets/layers/birdhide/birdhide.json +++ b/assets/layers/birdhide/birdhide.json @@ -241,5 +241,5 @@ } } ], - "wayHandling": 2 + "wayHandling": 1 } \ No newline at end of file diff --git a/assets/layers/information_board/information_board.json b/assets/layers/information_board/information_board.json index 017f3aeb63..db4b5dfcd8 100644 --- a/assets/layers/information_board/information_board.json +++ b/assets/layers/information_board/information_board.json @@ -33,9 +33,6 @@ "icon": { "render": "./assets/layers/information_board/board.svg" }, - "width": { - "render": "8" - }, "iconSize": { "render": "40,40,center" }, diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json index a8ad2767d5..c6e5f57f0e 100644 --- a/assets/layers/parking/parking.json +++ b/assets/layers/parking/parking.json @@ -167,13 +167,9 @@ ] } ], - "hideUnderlayingFeaturesMinPercentage": 10, - "wayHandling": 2, - "width": { - "render": "5" - }, + "wayHandling": 1, "iconSize": { - "render": "50,50,center" + "render": "30,30,center" }, "color": { "render": "#E1AD01" diff --git a/assets/layers/picnic_table/picnic_table.json b/assets/layers/picnic_table/picnic_table.json index 672e41f07f..ac46da5363 100644 --- a/assets/layers/picnic_table/picnic_table.json +++ b/assets/layers/picnic_table/picnic_table.json @@ -72,13 +72,9 @@ ] } ], - "hideUnderlayingFeaturesMinPercentage": 0, "icon": { "render": "circle:#e6cf39;./assets/layers/picnic_table/picnic_table.svg" }, - "width": { - "render": "8" - }, "iconSize": { "render": "35,35,center" }, diff --git a/assets/layers/toilet/toilet.json b/assets/layers/toilet/toilet.json index b7a44457e2..cbdd19d286 100644 --- a/assets/layers/toilet/toilet.json +++ b/assets/layers/toilet/toilet.json @@ -38,7 +38,7 @@ "color": { "render": "#0000ff" }, - "wayHandling": 2, + "wayHandling": 1, "presets": [ { "title": { diff --git a/assets/layers/trail/trail.json b/assets/layers/trail/trail.json index d1236bc896..5a031f02e5 100644 --- a/assets/layers/trail/trail.json +++ b/assets/layers/trail/trail.json @@ -393,7 +393,7 @@ }, "wayHandling": 2, "width": { - "render": "5" + "render": "3" }, "iconSize": { "render": "35,35,center" @@ -401,6 +401,9 @@ "color": { "render": "#335D9F" }, + "dashArray": { + "render": "5 5" + }, "presets": [ { "tags": [ diff --git a/assets/layers/visitor_information_centre/visitor_information_centre.json b/assets/layers/visitor_information_centre/visitor_information_centre.json index 07f28942c0..10c3cd0de1 100644 --- a/assets/layers/visitor_information_centre/visitor_information_centre.json +++ b/assets/layers/visitor_information_centre/visitor_information_centre.json @@ -51,13 +51,9 @@ "nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd." }, "tagRenderings": [], - "hideUnderlayingFeaturesMinPercentage": 0, "icon": { "render": "./assets/layers/visitor_information_centre/information.svg" }, - "width": { - "render": "8" - }, "iconSize": { "render": "40,40,center" }, diff --git a/assets/layers/watermill/license_info.json b/assets/layers/watermill/license_info.json new file mode 100644 index 0000000000..44bc785297 --- /dev/null +++ b/assets/layers/watermill/license_info.json @@ -0,0 +1,8 @@ +[ + { + "authors": [], + "path": "watermill.svg", + "license": "CC0", + "sources": [] + } +] \ No newline at end of file diff --git a/assets/layers/watermill/watermill.json b/assets/layers/watermill/watermill.json index 5789202d5e..ffa2f0dc9a 100644 --- a/assets/layers/watermill/watermill.json +++ b/assets/layers/watermill/watermill.json @@ -160,9 +160,9 @@ } ], "hideUnderlayingFeaturesMinPercentage": 10, - "wayHandling": 2, - "width": { - "render": "10" + "wayHandling": 1, + "icon": { + "render": "./assets/layers/watermill/watermill.svg" }, "iconSize": { "render": "50,50,center" diff --git a/assets/layers/watermill/watermill.svg b/assets/layers/watermill/watermill.svg new file mode 100644 index 0000000000..05528d3c4d --- /dev/null +++ b/assets/layers/watermill/watermill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 82c1793bab..41272b2d58 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -1,36 +1,50 @@ [ { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "direction_masked.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "direction_outline.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "direction_stroke.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "SocialImageForeground.svg", "license": "CC-BY-SA", - "sources": ["https://mapcomplete.osm.be"] + "sources": [ + "https://mapcomplete.osm.be" + ] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "add.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "addSmall.svg", "license": "CC0", "sources": [] @@ -42,25 +56,33 @@ "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "arrow-left-smooth.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "arrow-right-smooth.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "back.svg", "license": "CC0", "sources": [] }, { - "authors": ["Github"], + "authors": [ + "Github" + ], "path": "bug.svg", "license": "MIT", "sources": [ @@ -71,26 +93,35 @@ { "path": "camera-plus.svg", "license": "CC-BY-SA 3.0", - "authors": ["Dave Gandy", "Pieter Vander Vennet"], + "authors": [ + "Dave Gandy", + "Pieter Vander Vennet" + ], "sources": [ "https://fontawesome.com/", "https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg" ] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "checkmark.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "circle.svg", "license": "CC0", "sources": [] }, { - "authors": ["Pieter Vander Vennet"], + "authors": [ + "Pieter Vander Vennet" + ], "path": "clock.svg", "license": "CC0", "sources": [] @@ -132,7 +163,9 @@ "sources": [] }, { - "authors": ["Dave Gandy"], + "authors": [ + "Dave Gandy" + ], "path": "delete_icon.svg", "license": "CC-BY-SA", "sources": [ @@ -164,7 +197,9 @@ "sources": [] }, { - "authors": ["The Tango Desktop Project"], + "authors": [ + "The Tango Desktop Project" + ], "path": "floppy.svg", "license": "CC0", "sources": [ @@ -185,19 +220,29 @@ "sources": [] }, { - "authors": ["Timothy Miller"], + "authors": [ + "Timothy Miller" + ], "path": "home.svg", "license": "CC-BY-SA 3.0", - "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"] + "sources": [ + "https://commons.wikimedia.org/wiki/File:Home-icon.svg" + ] }, { - "authors": ["Timothy Miller"], + "authors": [ + "Timothy Miller" + ], "path": "home_white_bg.svg", "license": "CC-BY-SA 3.0", - "sources": ["https://commons.wikimedia.org/wiki/File:Home-icon.svg"] + "sources": [ + "https://commons.wikimedia.org/wiki/File:Home-icon.svg" + ] }, { - "authors": ["JOSM Team"], + "authors": [ + "JOSM Team" + ], "path": "josm_logo.svg", "license": "CC0", "sources": [ @@ -220,7 +265,9 @@ { "path": "Ornament-Horiz-0.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -228,7 +275,9 @@ { "path": "Ornament-Horiz-1.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -236,7 +285,9 @@ { "path": "Ornament-Horiz-2.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -244,7 +295,9 @@ { "path": "Ornament-Horiz-3.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -252,7 +305,9 @@ { "path": "Ornament-Horiz-4.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -260,7 +315,9 @@ { "path": "Ornament-Horiz-5.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -268,7 +325,9 @@ { "path": "Ornament-Horiz-6.svg", "license": "CC-BY", - "authors": ["Nightwolfdezines"], + "authors": [ + "Nightwolfdezines" + ], "sources": [ "https://www.vecteezy.com/vector-art/226361-ornaments-and-flourishes" ] @@ -310,16 +369,25 @@ "sources": [] }, { - "authors": ["Pieter Vander Vennet", " OSM"], + "authors": [ + "Pieter Vander Vennet", + " OSM" + ], "path": "mapcomplete_logo.svg", "license": "Logo; CC-BY-SA", - "sources": ["https://mapcomplete.osm.be"] + "sources": [ + "https://mapcomplete.osm.be" + ] }, { - "authors": ["Mapillary"], + "authors": [ + "Mapillary" + ], "path": "mapillary.svg", "license": "Logo; All rights reserved", - "sources": ["https://mapillary.com/"] + "sources": [ + "https://mapillary.com/" + ] }, { "authors": [], @@ -343,22 +411,32 @@ "authors": [], "path": "osm-copyright.svg", "license": "logo; all rights reserved", - "sources": ["https://www.OpenStreetMap.org"] + "sources": [ + "https://www.OpenStreetMap.org" + ] }, { - "authors": ["OpenStreetMap U.S. Chapter"], + "authors": [ + "OpenStreetMap U.S. Chapter" + ], "path": "osm-logo-us.svg", "license": "Logo", - "sources": ["https://www.openstreetmap.us/"] + "sources": [ + "https://www.openstreetmap.us/" + ] }, { "authors": [], "path": "osm-logo.svg", "license": "logo; all rights reserved", - "sources": ["https://www.OpenStreetMap.org"] + "sources": [ + "https://www.OpenStreetMap.org" + ] }, { - "authors": ["GitHub Octicons"], + "authors": [ + "GitHub Octicons" + ], "path": "pencil.svg", "license": "MIT", "sources": [ @@ -367,10 +445,14 @@ ] }, { - "authors": ["@ tyskrat"], + "authors": [ + "@ tyskrat" + ], "path": "phone.svg", "license": "CC-BY 3.0", - "sources": ["https://www.onlinewebfonts.com/icon/1059"] + "sources": [ + "https://www.onlinewebfonts.com/icon/1059" + ] }, { "authors": [], @@ -385,10 +467,14 @@ "sources": [] }, { - "authors": ["@fatih"], + "authors": [ + "@fatih" + ], "path": "pop-out.svg", "license": "CC-BY 3.0", - "sources": ["https://www.onlinewebfonts.com/icon/2151"] + "sources": [ + "https://www.onlinewebfonts.com/icon/2151" + ] }, { "authors": [], @@ -403,7 +489,9 @@ "sources": [] }, { - "authors": ["OOjs UI Team and other contributors"], + "authors": [ + "OOjs UI Team and other contributors" + ], "path": "search.svg", "license": "MIT", "sources": [ @@ -430,13 +518,19 @@ "sources": [] }, { - "authors": ["@felpgrc"], + "authors": [ + "@felpgrc" + ], "path": "statistics.svg", "license": "CC-BY 3.0", - "sources": ["https://www.onlinewebfonts.com/icon/197818"] + "sources": [ + "https://www.onlinewebfonts.com/icon/197818" + ] }, { - "authors": ["MGalloway (WMF)"], + "authors": [ + "MGalloway (WMF)" + ], "path": "translate.svg", "license": "CC-BY-SA 3.0", "sources": [ @@ -450,45 +544,67 @@ "sources": [] }, { - "authors": ["Wikidata"], + "authors": [ + "Wikidata" + ], "path": "wikidata.svg", "license": "Logo; All rights reserved", - "sources": ["https://www.wikidata.org"] + "sources": [ + "https://www.wikidata.org" + ] }, { - "authors": ["Wikimedia"], + "authors": [ + "Wikimedia" + ], "path": "wikimedia-commons-white.svg", "license": "Logo; All rights reserved", - "sources": ["https://commons.wikimedia.org"] + "sources": [ + "https://commons.wikimedia.org" + ] }, { - "authors": ["Wikipedia"], + "authors": [ + "Wikipedia" + ], "path": "wikipedia.svg", "license": "Logo; All rights reserved", - "sources": ["https://www.wikipedia.org/"] + "sources": [ + "https://www.wikipedia.org/" + ] }, { - "authors": ["Mapillary"], + "authors": [ + "Mapillary" + ], "path": "mapillary_black.svg", "license": "Logo; All rights reserved", - "sources": ["https://www.mapillary.com/"] + "sources": [ + "https://www.mapillary.com/" + ] }, { - "authors": ["Hannah Declerck"], + "authors": [ + "Hannah Declerck" + ], "path": "location.svg", "license": "CC0", "sources": [] }, { - "authors": ["Hannah Declerck"], + "authors": [ + "Hannah Declerck" + ], "path": "min-zoom.svg", "license": "CC0", "sources": [] }, { - "authors": ["Hannah Declerck"], + "authors": [ + "Hannah Declerck" + ], "path": "plus-zoom.svg", "license": "CC0", "sources": [] } -] +] \ No newline at end of file diff --git a/assets/themes/natuurpunt/bench.svg b/assets/themes/natuurpunt/bench.svg new file mode 100644 index 0000000000..ddab90ca99 --- /dev/null +++ b/assets/themes/natuurpunt/bench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/birdhide.svg b/assets/themes/natuurpunt/birdhide.svg new file mode 100644 index 0000000000..730e3f712f --- /dev/null +++ b/assets/themes/natuurpunt/birdhide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/drips.svg b/assets/themes/natuurpunt/drips.svg new file mode 100644 index 0000000000..94517d71eb --- /dev/null +++ b/assets/themes/natuurpunt/drips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/information.svg b/assets/themes/natuurpunt/information.svg new file mode 100644 index 0000000000..248cbccb52 --- /dev/null +++ b/assets/themes/natuurpunt/information.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/information_board.svg b/assets/themes/natuurpunt/information_board.svg new file mode 100644 index 0000000000..42d2b07459 --- /dev/null +++ b/assets/themes/natuurpunt/information_board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/license_info.json b/assets/themes/natuurpunt/license_info.json index 29b7ace4ba..c24e4be1c2 100644 --- a/assets/themes/natuurpunt/license_info.json +++ b/assets/themes/natuurpunt/license_info.json @@ -8,5 +8,95 @@ "sources": [ "https://www.natuurpunt.be/" ] + }, + { + "authors": [], + "path": "bench.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "watermill.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "information.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "trail.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "toilets.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "urinal.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "wheelchair.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "walk_wheelchair.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "information_board.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "pushchair.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "picnic_table.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "parking.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "nature_reserve.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "drips.svg", + "license": "CC0", + "sources": [] + }, + { + "authors": [], + "path": "birdhide.svg", + "license": "CC0", + "sources": [] } ] \ No newline at end of file diff --git a/assets/themes/natuurpunt/nature_reserve.svg b/assets/themes/natuurpunt/nature_reserve.svg new file mode 100644 index 0000000000..e1085da76c --- /dev/null +++ b/assets/themes/natuurpunt/nature_reserve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/natuurpunt.json b/assets/themes/natuurpunt/natuurpunt.json index f14c42a8cf..06d30fd7c4 100644 --- a/assets/themes/natuurpunt/natuurpunt.json +++ b/assets/themes/natuurpunt/natuurpunt.json @@ -27,8 +27,24 @@ "layers": [ { "builtin": [ - "nature_reserve", - "trail", + "nature_reserve" + ], + "override": { + "source": { + "osmTags": { + "+and": [ + "operator~.*[nN]atuurpunt.*" + ] + } + }, + "minzoom": "8", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/nature_reserve.svg" + } + } + }, + { + "builtin": [ "visitor_information_centre" ], "override": { @@ -37,33 +53,138 @@ "+and": [ "operator~.*[nN]atuurpunt.*" ] - }, - "geoJson": "https://pietervdvn.github.io/natuurpunt_cache/natuurpunt_{layer}_{z}_{x}_{y}.geojson", - "geoJsonZoomLevel": 8, - "isOsmCache": true + } + }, + "minzoom": "8", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/information.svg" } } }, { "builtin": [ - "birdhide", - "toilet", - "drinking_water", - "picnic_table" + "trail" ], "override": { - "minzoom": "14" + "source": { + "osmTags": { + "+and": [ + "operator~.*[nN]atuurpunt.*" + ] + } + }, + "minzoom": "13", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/trail.svg", + "mappings": [ + { + "if": "wheelchair=yes", + "then": "circle:#FE6F32;./assets/themes/natuurpunt/walk_wheelchair.svg" + }, + { + "if": "pushchair=yes", + "then": "circle:#FE6F32;./assets/themes/natuurpunt/pushchair.svg" + } + ] + } + } + }, + { + "builtin": [ + "toilet" + ], + "override": { + "minzoom": "15", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/toilets.svg", + "mappings": [ + { + "if": "wheelchair=yes", + "then": "circle:#FE6F32;./assets/themes/natuurpunt/wheelchair.svg" + }, + { + "if": "toilets:position=urinals", + "then": "circle:#FE6F32;./assets/themes/natuurpunt/urinal.svg" + } + ] + } + } + }, + { + "builtin": [ + "birdhide" + ], + "override": { + "minzoom": "15", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/birdhide.svg" + } + } + }, + { + "builtin": [ + "picnic_table" + ], + "override": { + "minzoom": "16", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/picnic_table.svg" + } + } + }, + { + "builtin": [ + "drinking_water" + ], + "override": { + "minzoom": "16", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/drips.svg" + } + } + }, + { + "builtin": [ + "bench" + ], + "override": { + "minzoom": "18", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/bench.svg" + } + } + }, + { + "builtin": [ + "watermill" + ], + "override": { + "minzoom": "18", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/watermill.svg" + } + } + }, + { + "builtin": [ + "parking" + ], + "override": { + "minzoom": "18", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/parking.svg" + } } }, { "builtin": [ - "bench", - "watermill", - "parking", "information_board" ], "override": { - "minzoom": "17" + "minzoom": "18", + "icon": { + "render": "circle:#FE6F32;./assets/themes/natuurpunt/information_board.svg" + } } } ], diff --git a/assets/themes/natuurpunt/parking.svg b/assets/themes/natuurpunt/parking.svg new file mode 100644 index 0000000000..fceb3f23f7 --- /dev/null +++ b/assets/themes/natuurpunt/parking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/picnic_table.svg b/assets/themes/natuurpunt/picnic_table.svg new file mode 100644 index 0000000000..6629c237ef --- /dev/null +++ b/assets/themes/natuurpunt/picnic_table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/pushchair.svg b/assets/themes/natuurpunt/pushchair.svg new file mode 100644 index 0000000000..725e1dee32 --- /dev/null +++ b/assets/themes/natuurpunt/pushchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/toilets.svg b/assets/themes/natuurpunt/toilets.svg new file mode 100644 index 0000000000..006dcceca5 --- /dev/null +++ b/assets/themes/natuurpunt/toilets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/trail.svg b/assets/themes/natuurpunt/trail.svg new file mode 100644 index 0000000000..3839ed493b --- /dev/null +++ b/assets/themes/natuurpunt/trail.svg @@ -0,0 +1 @@ + diff --git a/assets/themes/natuurpunt/urinal.svg b/assets/themes/natuurpunt/urinal.svg new file mode 100644 index 0000000000..90038efb6a --- /dev/null +++ b/assets/themes/natuurpunt/urinal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/walk_wheelchair.svg b/assets/themes/natuurpunt/walk_wheelchair.svg new file mode 100644 index 0000000000..6f2e46fe9c --- /dev/null +++ b/assets/themes/natuurpunt/walk_wheelchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/watermill.svg b/assets/themes/natuurpunt/watermill.svg new file mode 100644 index 0000000000..1c62cd1473 --- /dev/null +++ b/assets/themes/natuurpunt/watermill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/themes/natuurpunt/wheelchair.svg b/assets/themes/natuurpunt/wheelchair.svg new file mode 100644 index 0000000000..9a7124a876 --- /dev/null +++ b/assets/themes/natuurpunt/wheelchair.svg @@ -0,0 +1 @@ + \ No newline at end of file