Add icons of toerisme_vlaanderen styling; make maxspeed=30 and motor_vehicle:overtaking=no a belgian-only preset for cyclestreets, fix various consistency bugs and styling tweaks
0
Models/ThemeConfig/Conversion/Validation.ts
Normal file
279
assets/layers/bicycle_rental/bicycle_rental.json
Normal file
|
@ -0,0 +1,279 @@
|
|||
{
|
||||
"id": "bicycle_rental",
|
||||
"name": {
|
||||
"en": "Bicycle rental",
|
||||
"nl": "Fietsverhuur"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"amenity=bicycle_rental",
|
||||
"bicycle_rental~*",
|
||||
"service:bicycle:rental=yes",
|
||||
"rental~.*bicycle.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Bicycle rental",
|
||||
"nl": "Fietsverhuur"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "Bicycle rental stations",
|
||||
"nl": "Fietsverhuustations"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "bicycle_rental_type",
|
||||
"question": {
|
||||
"en": "What kind of bicycle rental is this?",
|
||||
"nl": "Wat voor fietsverhuur is dit?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"shop=bicycle_rental",
|
||||
"bicycle_rental=shop"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a shop whose main focus is bicycle rental",
|
||||
"nl": "Dit is een zaak die focust op fietsverhuur"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"shop=rental"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus",
|
||||
"nl": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"service:bicycle:rental=yes",
|
||||
"shop=bicycle"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a shop which sells or repairs bicycles, but also rents out bicycles",
|
||||
"nl": "Dit is een fietsenmaker of fietswinkel die ook fietsen veruurt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=docking_station",
|
||||
"then": {
|
||||
"en": "This is an automated docking station, where a bicycle is mechanically locked into a structure",
|
||||
"nl": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=key_dispensing_machine",
|
||||
"then": {
|
||||
"en": "A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby",
|
||||
"nl": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=dropoff_point",
|
||||
"then": {
|
||||
"en": "This is a dropoff point: a designated bicycle parking for this cycle rental",
|
||||
"nl": "Dit is een afzetpunt: een parking met duidelijke signalisatie waar (enkel) fietsen van deze fietsverhuur gezet worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"website",
|
||||
"email",
|
||||
"phone",
|
||||
{
|
||||
"builtin": "opening_hours",
|
||||
"override": {
|
||||
"condition": {
|
||||
"or": [
|
||||
"shop~*",
|
||||
"opening_hours~*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "payment-options",
|
||||
"override": {
|
||||
"condition": "shop~*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "payment-options-advanced",
|
||||
"override": {
|
||||
"condition": "shop="
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bicycle-types",
|
||||
"question": {
|
||||
"en": "What kind of bicycles and accessories are rented here?",
|
||||
"nl": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{rental} is rented here",
|
||||
"nl": "{rental} wordt hier uitgeleend"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "rental"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "rental=city_bike",
|
||||
"then": {
|
||||
"en": "Normal city bikes can be rented here",
|
||||
"nl": "Gewone stadsfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=ebike",
|
||||
"then": {
|
||||
"en": "Electrical bikes can be rented here",
|
||||
"nl": "Elektrische fietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=bmx",
|
||||
"then": {
|
||||
"en": "BMX bikes can be rented here",
|
||||
"nl": "BMX-fietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=mtb",
|
||||
"then": {
|
||||
"en": "Mountainbikes can be rented here",
|
||||
"nl": "Mountainbikes kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=kid_bike",
|
||||
"then": {
|
||||
"en": "Bikes for childs can be rented here",
|
||||
"nl": "Kinderfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rewrite": {
|
||||
"sourceString": [
|
||||
"bicycle_type",
|
||||
"type_plural"
|
||||
],
|
||||
"into": [
|
||||
[
|
||||
"city_bike",
|
||||
{
|
||||
"en": "city bikes",
|
||||
"nl": "Stadsfietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"ebike",
|
||||
{
|
||||
"en": "electrical bikes",
|
||||
"nl": "elektrische fietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"kid_bike",
|
||||
{
|
||||
"en": "bikes for children",
|
||||
"nl": "Kinderfietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"bmx",
|
||||
{
|
||||
"en": "BMX bikes",
|
||||
"nl": "BMX-fietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"mtb",
|
||||
{
|
||||
"en": "mountainbike",
|
||||
"nl": "mountainbike"
|
||||
}
|
||||
],
|
||||
[
|
||||
"bicycle_pannier",
|
||||
{
|
||||
"en": "bicycle panniers",
|
||||
"nl": "Fietstassen"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"renderings": [
|
||||
{
|
||||
"id": "rental-capacity-bicycle-type",
|
||||
"group": "",
|
||||
"question": {
|
||||
"en": "How much type_plural can be rented here? ",
|
||||
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{capacity:bicycle_type} type_plural can be rented here",
|
||||
"nl": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "capacity:bicycle_type",
|
||||
"type": "pnat"
|
||||
},
|
||||
"condition": "rental~.*bicycle_type.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presets": [],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/bicycle_rental/logo.svg",
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#3333aa88"
|
||||
},
|
||||
"width": {
|
||||
"render": "2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
13
assets/layers/bicycle_rental/license_info.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
{
|
||||
"path": "rental.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
}
|
||||
]
|
1
assets/layers/bicycle_rental/rental.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M102.39,75a18.18,18.18,0,0,0-3.92.43L92.87,57a7,7,0,0,0-6.77-5H80.67v2.59H86.1a4.45,4.45,0,0,1,4.29,3.19l1.72,5.66H55.54l-2-4.89h3.72S62,57.77,62,54.14H46.39v4.33h4.35l2.55,6.25L47.67,76.27A18.31,18.31,0,1,0,59,96.27h8l1-.43L93.33,67.37,96,76.15a18.28,18.28,0,1,0,6.4-1.17ZM41,109a15.72,15.72,0,1,1,5.58-30.4l-7.69,15.8L40,96.27H56.38A15.74,15.74,0,0,1,41,109Zm15.7-15.33H42.07l6.8-14a15.71,15.71,0,0,1,7.8,13.56C56.67,93.42,56.66,93.55,56.65,93.68ZM50,77.39l4.61-9.45,10.5,25.74H59.24c0-.13,0-.26,0-.39A18.33,18.33,0,0,0,50,77.39ZM67.45,92.56,56.59,66H91.13ZM102.39,109a15.71,15.71,0,0,1-5.65-30.38l4.56,15,2.48-.76-4.56-15A15.72,15.72,0,1,1,102.39,109Z"/><path class="cls-2" d="M78.72,40.26a13.89,13.89,0,0,1-5.58,1.25,9.86,9.86,0,0,1-5.6-1.61,9,9,0,0,1-3.39-4.41h9.4l1.07-2.89-.13-.36h-11a2.91,2.91,0,0,1,0-.4v-.57c0-.4,0-.79.05-1.17h12l1.08-2.93L76.36,27H64.13a8.69,8.69,0,0,1,3.48-4.43A10.82,10.82,0,0,1,73.55,21a16.47,16.47,0,0,1,4.55.68l.13,0,1.08-3-.15-.05a16.56,16.56,0,0,0-5.3-.81,14.91,14.91,0,0,0-8.42,2.35A11.73,11.73,0,0,0,60.66,27h-2.3l-1.08,2.93.19.19h2.69c0,.16,0,.32,0,.49v1.23c0,.14,0,.29,0,.42h-1.8L57.28,35.3l.19.19h3.21a12.2,12.2,0,0,0,4.48,6.72,12.47,12.47,0,0,0,7.64,2.46A16.44,16.44,0,0,0,79,43.39l.09,0v-3l-.28-.16Z"/></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -760,14 +760,6 @@
|
|||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"width": {
|
||||
"render": "1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": {
|
||||
|
|
|
@ -1,8 +1,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="374px" height="342px" viewBox="0 0 374 342" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.980395%,50.980395%,50.980395%);fill-opacity:1;" d="M 293.472656 24.730469 C 292.90625 23.320312 291.773438 22.21875 290.351562 21.695312 C 288.929688 21.183594 287.347656 21.277344 286.015625 21.984375 L 158.789062 89.125 C 156.394531 90.382812 155.328125 93.238281 156.300781 95.761719 L 158.917969 102.609375 L 85.476562 142.890625 C 83.070312 144.207031 82.054688 147.113281 83.101562 149.625 L 85.539062 155.492188 L 7.542969 192.769531 C 4.980469 194 3.824219 197.011719 4.914062 199.640625 L 20.921875 238.222656 C 21.777344 240.277344 23.753906 241.527344 25.859375 241.527344 C 26.457031 241.527344 27.054688 241.429688 27.644531 241.21875 L 109.121094 212.351562 L 111.558594 218.21875 C 112.402344 220.257812 114.378906 221.519531 116.496094 221.519531 C 116.988281 221.519531 117.480469 221.457031 117.980469 221.304688 L 195.730469 198.894531 L 198.058594 204.976562 C 198.851562 207.082031 200.871094 208.40625 203.027344 208.40625 C 203.550781 208.40625 204.074219 208.332031 204.597656 208.171875 L 343.511719 165.421875 C 344.945312 164.984375 346.121094 163.96875 346.761719 162.621094 C 347.402344 161.273438 347.457031 159.714844 346.902344 158.335938 Z M 28.851562 229.449219 L 16.734375 200.230469 L 89.640625 165.378906 L 105.019531 202.464844 Z M 119.582031 209.722656 L 117.039062 203.585938 L 97.347656 156.082031 L 94.804688 149.957031 L 162.507812 112.816406 L 187.875 178.375 L 191.882812 188.859375 Z M 206.234375 196.488281 L 204.066406 190.816406 C 204.03125 190.695312 204.054688 190.558594 204 190.441406 L 197.398438 173.371094 L 167.96875 96.359375 L 285.757812 34.210938 L 334.824219 156.902344 Z M 206.234375 196.488281 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.980395%,50.980395%,50.980395%);fill-opacity:1;" d="M 309.5 3.355469 C 308.402344 0.609375 305.28125 -0.714844 302.554688 0.375 C 299.820312 1.476562 298.484375 4.585938 299.574219 7.320312 L 363.6875 167.632812 C 364.53125 169.726562 366.542969 171 368.65625 171 C 369.320312 171 369.992188 170.882812 370.644531 170.617188 C 373.378906 169.515625 374.714844 166.40625 373.625 163.667969 Z M 309.5 3.355469 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.980395%,50.980395%,50.980395%);fill-opacity:1;" d="M 192.34375 224.4375 L 160.285156 224.4375 C 148.105469 224.4375 138.914062 233.628906 138.914062 245.8125 L 138.914062 259.867188 L 76.09375 333.171875 C 74.167969 335.40625 74.425781 338.78125 76.671875 340.707031 C 77.675781 341.574219 78.914062 342 80.144531 342 C 81.648438 342 83.144531 341.371094 84.191406 340.128906 L 146.714844 267.1875 L 170.972656 267.1875 L 170.972656 336.65625 C 170.972656 339.605469 173.363281 342 176.3125 342 C 179.261719 342 181.65625 339.605469 181.65625 336.65625 L 181.65625 267.1875 L 205.914062 267.1875 L 268.425781 340.128906 C 269.484375 341.371094 270.980469 342 272.484375 342 C 273.714844 342 274.953125 341.574219 275.957031 340.707031 C 278.203125 338.78125 278.460938 335.417969 276.535156 333.171875 L 213.714844 259.867188 L 213.714844 246.613281 C 213.714844 234.183594 204.332031 224.4375 192.34375 224.4375 Z M 203.027344 256.5 L 149.601562 256.5 L 149.601562 245.8125 C 149.601562 239.515625 153.992188 235.125 160.285156 235.125 L 192.34375 235.125 C 198.433594 235.125 203.027344 240.0625 203.027344 246.613281 Z M 203.027344 256.5 "/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="374"
|
||||
height="374"
|
||||
viewBox="0 0 374 374"
|
||||
version="1.1"
|
||||
id="svg9"
|
||||
sodipodi:docname="telescope.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs13" />
|
||||
<sodipodi:namedview
|
||||
id="namedview11"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.55505638"
|
||||
inkscape:cx="-104.49389"
|
||||
inkscape:cy="272.04443"
|
||||
inkscape:current-layer="svg9" />
|
||||
<g
|
||||
id="surface1"
|
||||
transform="translate(0,15.499046)">
|
||||
<path
|
||||
style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 293.47266,24.730469 c -0.56641,-1.410157 -1.69922,-2.511719 -3.1211,-3.035157 -1.42187,-0.511718 -3.0039,-0.417968 -4.33594,0.289063 L 158.78906,89.125 c -2.39453,1.257812 -3.46094,4.113281 -2.48828,6.636719 l 2.61719,6.847661 -73.441408,40.28124 c -2.40625,1.31641 -3.421874,4.22266 -2.375,6.73438 l 2.4375,5.86719 -77.996093,37.27734 c -2.5625,1.23047 -3.71875,4.24219 -2.628907,6.87109 l 16.007813,38.58204 c 0.855469,2.05468 2.832031,3.30468 4.9375,3.30468 0.597656,0 1.195313,-0.0977 1.785156,-0.30859 l 81.476559,-28.86719 2.4375,5.86719 c 0.84375,2.03906 2.82032,3.30078 4.9375,3.30078 0.49219,0 0.98438,-0.0625 1.48438,-0.21484 l 77.75,-22.41016 2.32812,6.08203 c 0.79297,2.10547 2.8125,3.42969 4.96875,3.42969 0.52344,0 1.04688,-0.0742 1.57032,-0.23438 l 138.91406,-42.75 c 1.43359,-0.4375 2.60937,-1.45312 3.25,-2.80078 0.64062,-1.34765 0.69531,-2.90625 0.14062,-4.28515 z M 28.851562,229.44922 16.734375,200.23047 l 72.90625,-34.85156 15.378905,37.08593 z m 90.730468,-19.72656 -2.54297,-6.13672 -19.691404,-47.50391 -2.542968,-6.125 67.703122,-37.14062 25.36719,65.55859 4.00781,10.48437 z m 86.65234,-13.23438 -2.16796,-5.67187 c -0.0352,-0.1211 -0.0117,-0.25782 -0.0664,-0.375 L 197.39844,173.37109 167.96875,96.359375 285.75781,34.210938 334.82422,156.90234 Z m 0,0"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 309.5,3.355469 c -1.09766,-2.746094 -4.21875,-4.070313 -6.94531,-2.980469 -2.73438,1.101562 -4.07032,4.210938 -2.98047,6.945312 L 363.6875,167.63281 c 0.84375,2.09375 2.85547,3.36719 4.96875,3.36719 0.66406,0 1.33594,-0.11719 1.98828,-0.38281 2.73438,-1.10157 4.07031,-4.21094 2.98047,-6.94922 z m 0,0"
|
||||
id="path4" />
|
||||
<path
|
||||
style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 192.34375,224.4375 h -32.05859 c -12.17969,0 -21.3711,9.19141 -21.3711,21.375 v 14.05469 l -62.82031,73.30468 c -1.925781,2.23438 -1.667969,5.60938 0.578125,7.53516 1.003906,0.86719 2.242187,1.29297 3.472656,1.29297 1.503907,0 3,-0.62891 4.046875,-1.87109 L 146.71484,267.1875 h 24.25782 v 69.46875 c 0,2.94922 2.39062,5.34375 5.33984,5.34375 2.94922,0 5.34375,-2.39453 5.34375,-5.34375 V 267.1875 h 24.25781 l 62.51172,72.94141 c 1.05859,1.24218 2.55469,1.87109 4.05859,1.87109 1.23047,0 2.46875,-0.42578 3.47266,-1.29297 2.24609,-1.92578 2.50391,-5.28906 0.57813,-7.53516 l -62.82032,-73.30468 v -13.25391 c 0,-12.42969 -9.38281,-22.17578 -21.37109,-22.17578 z M 203.02734,256.5 h -53.42578 v -10.6875 c 0,-6.29688 4.39063,-10.6875 10.6836,-10.6875 h 32.05859 c 6.08984,0 10.68359,4.9375 10.68359,11.48828 z m 0,0"
|
||||
id="path6" />
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -8,12 +8,15 @@
|
|||
"minzoom": 10,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"amenity=charging_station",
|
||||
"disused:amenity=charging_station",
|
||||
"planned:amenity=charging_station",
|
||||
"construction:amenity=charging_station"
|
||||
]
|
||||
} ]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -7,11 +7,15 @@
|
|||
"minzoom": 10,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"amenity=charging_station",
|
||||
"disused:amenity=charging_station",
|
||||
"planned:amenity=charging_station",
|
||||
"construction:amenity=charging_station"
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"amenity=charging_station",
|
||||
"disused:amenity=charging_station",
|
||||
"planned:amenity=charging_station",
|
||||
"construction:amenity=charging_station"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9,9 +9,13 @@
|
|||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"name:etymology:wikidata~*",
|
||||
"name:etymology~*"
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"name:etymology:wikidata~*",
|
||||
"name:etymology~*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
|
@ -321,6 +321,7 @@
|
|||
},
|
||||
"id": "shops-opening_hours"
|
||||
},
|
||||
"payment-options",
|
||||
"questions",
|
||||
"reviews"
|
||||
],
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="275px"
|
||||
height="374px"
|
||||
viewBox="0 0 275 374"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="teardrop.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
width="275px"
|
||||
height="374px"
|
||||
viewBox="0 0 275 374"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="note.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs11" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:zoom="1.8073494"
|
||||
inkscape:cx="80.227983"
|
||||
inkscape:cy="144.13372"
|
||||
inkscape:zoom="68.899136"
|
||||
inkscape:cx="134.67513"
|
||||
inkscape:cy="370.52714"
|
||||
inkscape:current-layer="svg7">
|
||||
<sodipodi:guide
|
||||
position="137.32093,125.42369"
|
||||
|
@ -37,7 +37,8 @@
|
|||
<path
|
||||
id="path2"
|
||||
style="fill:#c60000;fill-opacity:1;fill-rule:nonzero;stroke:#950000;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 135.55664 1.9765625 C 74.593645 2.1922681 20.084472 43.910648 7.2773438 104.37109 C 4.936895 115.41704 4.1435422 126.42334 4.7265625 137.18555 C 2.5821353 205.89923 56.815085 269.30423 107.08203 335.96094 C 119.40234 351.22656 136.60547 368.02734 137.43359 370.03516 L 165.07812 337.42188 C 227.98632 255.40992 319.84389 135.74148 238.04492 49.080078 C 219.42005 26.853995 193.07863 10.556457 161.97656 4.4921875 C 153.10693 2.7626953 144.26564 1.9457474 135.55664 1.9765625 z " />
|
||||
d="M 135.55664,1.9765625 C 74.593645,2.1922681 20.084472,43.910648 7.2773438,104.37109 4.936895,115.41704 4.1435422,126.42334 4.7265625,137.18555 2.5821353,205.89923 56.815085,269.30423 107.08203,335.96094 c 12.32031,15.26562 30.35156,34.07422 30.35156,34.07422 l 27.64453,-32.61328 C 227.98632,255.40992 319.84389,135.74148 238.04492,49.080078 219.42005,26.853995 193.07863,10.556457 161.97656,4.4921875 153.10693,2.7626953 144.26564,1.9457474 135.55664,1.9765625 Z"
|
||||
sodipodi:nodetypes="scccccccs" />
|
||||
<path
|
||||
id="path5936"
|
||||
style="color:#000000;fill:#fffffd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="275px"
|
||||
height="374px"
|
||||
viewBox="0 0 275 374"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="resolved.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
width="275px"
|
||||
height="374px"
|
||||
viewBox="0 0 275 374"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="resolved.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs11" />
|
||||
<sodipodi:namedview
|
||||
|
@ -25,9 +25,9 @@
|
|||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:zoom="2.2793262"
|
||||
inkscape:cx="68.44128"
|
||||
inkscape:cy="162.54804"
|
||||
inkscape:zoom="18.72612"
|
||||
inkscape:cx="130.03227"
|
||||
inkscape:cy="365.95941"
|
||||
inkscape:current-layer="svg7">
|
||||
<sodipodi:guide
|
||||
position="137.32093,125.42369"
|
||||
|
@ -37,7 +37,8 @@
|
|||
<path
|
||||
id="path2"
|
||||
style="fill:#00c82e;fill-opacity:1;fill-rule:nonzero;stroke:#40ff00;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 135.55664 1.9765625 C 74.593645 2.1922681 20.084472 43.910648 7.2773438 104.37109 C 4.936895 115.41704 4.1435422 126.42334 4.7265625 137.18555 C 2.5821353 205.89923 56.815085 269.30423 107.08203 335.96094 C 119.40234 351.22656 136.60547 368.02734 137.43359 370.03516 L 165.07812 337.42188 C 227.98632 255.40992 319.84389 135.74148 238.04492 49.080078 C 219.42005 26.853995 193.07863 10.556457 161.97656 4.4921875 C 153.10693 2.7626953 144.26564 1.9457474 135.55664 1.9765625 z " />
|
||||
d="M 135.55664,1.9765625 C 74.593645,2.1922681 20.084472,43.910648 7.2773438,104.37109 4.936895,115.41704 4.1435422,126.42334 4.7265625,137.18555 2.5821353,205.89923 56.815085,269.30423 107.08203,335.96094 c 12.32031,15.26562 30.35156,34.07422 30.35156,34.07422 l 27.64453,-32.61328 C 227.98632,255.40992 319.84389,135.74148 238.04492,49.080078 219.42005,26.853995 193.07863,10.556457 161.97656,4.4921875 153.10693,2.7626953 144.26564,1.9457474 135.55664,1.9765625 Z"
|
||||
sodipodi:nodetypes="scccccccs" />
|
||||
<path
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.52437;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 216.35763,81.457377 c -6.31364,-1.014444 -12.65279,1.657101 -16.62944,7.00824 L 117.3564,199.32492 69.393978,152.33285 c -7.532586,-9.1813 -20.4662,-9.07329 -27.311559,-1.91781 -7.087039,7.56459 -8.507731,17.24412 -0.648456,25.76692 l 61.942427,65.80658 c 7.15464,9.62634 20.80539,9.62634 27.96003,0 l 96.3518,-129.67383 c 6.14683,-8.27231 4.87072,-20.317183 -2.85026,-26.902908 -2.45389,-2.092661 -5.37864,-3.456485 -8.48033,-3.954425 z"
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,9 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="275px" height="374px" viewBox="0 0 275 374" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,50.196081%,0%);fill-opacity:0.988235;" d="M 137.433594 370.035156 C 136.605469 368.027344 119.402344 351.226562 107.082031 335.960938 C 34.097656 239.179688 -47.273438 149.257812 47.746094 39.980469 C 89.816406 -0.617188 141.691406 -2.933594 195.023438 15.992188 C 345.191406 102.777344 236.46875 244.351562 165.078125 337.421875 Z M 182.605469 221.6875 C 282.765625 150.148438 205.328125 12.386719 95.28125 58.183594 C 63.148438 75.296875 47.203125 105.070312 46.644531 140.195312 C 45.109375 174.359375 63.277344 202.929688 92.066406 220.429688 C 112.707031 231.652344 121.78125 233.675781 145.152344 232.285156 C 160.300781 231.386719 169.027344 228.914062 182.605469 221.6875 Z M 182.605469 221.6875 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,50.196081%,0%);fill-opacity:0.988235;" d="M 108.722656 255.84375 C 37.953125 241.132812 -7.363281 173.46875 7.277344 104.371094 C 21.914062 35.273438 91.019531 -9.34375 161.976562 4.492188 C 232.9375 18.328125 279.128906 85.421875 265.390625 154.699219 C 251.65625 223.972656 183.136719 269.4375 112.003906 256.484375 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,58.039218%,0%);fill-opacity:1;" d="M 117.332031 237.785156 C 64.75 226.246094 31.078125 173.167969 41.957031 118.96875 C 52.835938 64.765625 104.179688 29.769531 156.898438 40.621094 C 209.621094 51.472656 243.941406 104.105469 233.734375 158.445312 C 223.527344 212.785156 172.621094 248.449219 119.769531 238.289062 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 122.921875 202.851562 C 88.144531 195.28125 65.878906 160.484375 73.074219 124.945312 C 80.265625 89.40625 114.222656 66.457031 149.085938 73.574219 C 183.953125 80.691406 206.652344 115.199219 199.902344 150.828125 C 193.152344 186.457031 159.484375 209.84375 124.53125 203.179688 "/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="400"
|
||||
height="400"
|
||||
viewBox="0 0 400 400"
|
||||
version="1.1"
|
||||
id="svg11"
|
||||
sodipodi:docname="teardrop_with_hole_green.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs15" />
|
||||
<sodipodi:namedview
|
||||
id="namedview13"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
width="400px"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="1.8002433"
|
||||
inkscape:cx="161.08934"
|
||||
inkscape:cy="210.5271"
|
||||
inkscape:current-layer="svg11">
|
||||
<sodipodi:guide
|
||||
position="199.99891,418.65297"
|
||||
orientation="1,0"
|
||||
id="guide832" />
|
||||
</sodipodi:namedview>
|
||||
<g
|
||||
id="surface1"
|
||||
transform="matrix(1.0785793,0,0,1.0785793,51.765885,-0.40531133)">
|
||||
<path
|
||||
style="fill:#007f00;fill-opacity:0.988235;fill-rule:nonzero;stroke:none"
|
||||
d="m 137.43359,370.03516 c -0.82812,-2.00782 -18.03125,-18.8086 -30.35156,-34.07422 C 34.097656,239.17969 -47.273438,149.25781 47.746094,39.980469 89.816406,-0.617188 141.69141,-2.933594 195.02344,15.992188 345.19141,102.77734 236.46875,244.35156 165.07812,337.42187 Z M 182.60547,221.6875 C 282.76562,150.14844 205.32812,12.386719 95.28125,58.183594 63.148438,75.296875 47.203125,105.07031 46.644531,140.19531 c -1.535156,34.16406 16.632813,62.73438 45.421875,80.23438 20.640624,11.22265 29.714844,13.24609 53.085934,11.85547 15.14844,-0.89844 23.875,-3.3711 37.45313,-10.59766 z m 0,0"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#007f00;fill-opacity:0.988235;fill-rule:nonzero;stroke:none"
|
||||
d="M 108.72266,255.84375 C 37.953125,241.13281 -7.363281,173.46875 7.277344,104.37109 21.914062,35.273438 91.019531,-9.34375 161.97656,4.492188 232.9375,18.328125 279.12891,85.421875 265.39062,154.69922 251.65625,223.97266 183.13672,269.4375 112.00391,256.48437"
|
||||
id="path4" />
|
||||
<path
|
||||
style="fill:#009400;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 117.33203,237.78516 C 64.75,226.24609 31.078125,173.16797 41.957031,118.96875 52.835938,64.765625 104.17969,29.769531 156.89844,40.621094 c 52.72265,10.851562 87.04297,63.484376 76.83593,117.824216 -10.20703,54.33985 -61.11328,90.00391 -113.96484,79.84375"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 122.92188,202.85156 C 88.144531,195.28125 65.878906,160.48437 73.074219,124.94531 80.265625,89.40625 114.22266,66.457031 149.08594,73.574219 c 34.86718,7.117187 57.5664,41.625001 50.8164,77.253901 -6.75,35.62891 -40.41797,59.01563 -75.37109,52.35157"
|
||||
id="path8" />
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -21,283 +21,6 @@
|
|||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
{
|
||||
"id": "bicycle_rental",
|
||||
"name": {
|
||||
"en": "Bicycle rental",
|
||||
"nl": "Fietsverhuur"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"amenity=bicycle_rental",
|
||||
"bicycle_rental~*",
|
||||
"service:bicycle:rental=yes",
|
||||
"rental~.*bicycle.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 12,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Bicycle rental",
|
||||
"nl": "Fietsverhuur"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"en": "Bicycle rental stations",
|
||||
"nl": "Fietsverhuustations"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "bicycle_rental_type",
|
||||
"question": {
|
||||
"en": "What kind of bicycle rental is this?",
|
||||
"nl": "Wat voor fietsverhuur is dit?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"shop=bicycle_rental",
|
||||
"bicycle_rental=shop"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a shop whose main focus is bicycle rental",
|
||||
"nl": "Dit is een zaak die focust op fietsverhuur"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"shop=rental"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus",
|
||||
"nl": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"service:bicycle:rental=yes",
|
||||
"shop=bicycle"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a shop which sells or repairs bicycles, but also rents out bicycles",
|
||||
"nl": "Dit is een fietsenmaker of fietswinkel die ook fietsen veruurt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=docking_station",
|
||||
"then": {
|
||||
"en": "This is an automated docking station, where a bicycle is mechanically locked into a structure",
|
||||
"nl": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=key_dispensing_machine",
|
||||
"then": {
|
||||
"en": "A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby",
|
||||
"nl": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bicycle_rental=dropoff_point",
|
||||
"then": {
|
||||
"en": "This is a dropoff point: a designated bicycle parking for this cycle rental",
|
||||
"nl": "Dit is een afzetpunt: een parking met duidelijke signalisatie waar (enkel) fietsen van deze fietsverhuur gezet worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"website",
|
||||
"email",
|
||||
"phone",
|
||||
{
|
||||
"builtin": "opening_hours",
|
||||
"override": {
|
||||
"condition": {
|
||||
"or": [
|
||||
"shop~*",
|
||||
"opening_hours~*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "payment-options",
|
||||
"override": {
|
||||
"condition": "shop~*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "payment-options-advanced",
|
||||
"override": {
|
||||
"condition": "shop="
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bicycle-types",
|
||||
"question": {
|
||||
"en": "What kind of bicycles and accessories are rented here?",
|
||||
"nl": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{rental} is rented here"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "rental"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "rental=city_bike",
|
||||
"then": {
|
||||
"en": "Normal city bikes can be rented here",
|
||||
"nl": "Gewone stadsfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=ebike",
|
||||
"then": {
|
||||
"en": "Electrical bikes can be rented here",
|
||||
"nl": "Elektrische fietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=bmx",
|
||||
"then": {
|
||||
"en": "BMX bikes can be rented here",
|
||||
"nl": "BMX-fietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=mtb",
|
||||
"then": {
|
||||
"en": "Mountainbikes can be rented here",
|
||||
"nl": "Mountainbikes kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=kid_bike",
|
||||
"then": {
|
||||
"en": "Bikes for childs can be rented here",
|
||||
"nl": "Kinderfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rewrite": {
|
||||
"sourceString": [
|
||||
"bicycle_type",
|
||||
"type_plural"
|
||||
],
|
||||
"into": [
|
||||
[
|
||||
"city_bike",
|
||||
{
|
||||
"en": "city bikes",
|
||||
"nl": "Stadsfietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"ebike",
|
||||
{
|
||||
"en": "electrical bikes",
|
||||
"nl": "elektrische fietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"kid_bike",
|
||||
{
|
||||
"en": "bikes for children",
|
||||
"nl": "Kinderfietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"bmx",
|
||||
{
|
||||
"en": "BMX bikes",
|
||||
"nl": "BMX-fietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
"mtb",
|
||||
{
|
||||
"en": "mountainbike",
|
||||
"nl": "mountainbike"
|
||||
}
|
||||
],
|
||||
[
|
||||
"bicycle_pannier",
|
||||
{
|
||||
"en": "bicycle panniers",
|
||||
"nl": "Fietstassen"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"renderings": [
|
||||
{
|
||||
"id": "rental-capacity-bicycle-type",
|
||||
"group": "",
|
||||
"question": {
|
||||
"en": "How much type_plural can be rented here? ",
|
||||
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{capacity:bicycle_type} type_plural can be rented here",
|
||||
"nl": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "capacity:bicycle_type",
|
||||
"type": "pnat"
|
||||
},
|
||||
"condition": "rental~.*bicycle_type.*"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presets": [],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/bicycle_rental/logo.svg",
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#3333aa88"
|
||||
},
|
||||
"width": {
|
||||
"render": "2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"bicycle_rental"
|
||||
]
|
||||
}
|
|
@ -1,35 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="logo.svg"
|
||||
width="500"
|
||||
height="500"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
id="namedview6"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.54825395"
|
||||
inkscape:cx="-32.831501"
|
||||
inkscape:cy="300.95542"
|
||||
inkscape:current-layer="svg4"
|
||||
width="500px" />
|
||||
<path
|
||||
path-name="two"
|
||||
unicode="2"
|
||||
d="m 441.60404,389.29411 h 58.98868 v 17.10265 H 3.0601316 V 389.29411 H 62.041575 C 51.426453,364.1221 46.036816,337.49423 46.036816,309.89628 c 0,-113.46174 92.313164,-205.75997 205.789834,-205.75997 113.47667,0 205.78237,92.29823 205.78237,205.75997 0,27.59818 -5.38959,54.22603 -16.00476,79.39783 z m -298.6711,-34.60033 c 0,16.52014 11.1597,30.42168 26.35084,34.60183 h 19.08843 c 14.01964,-3.8521 24.61288,-15.99745 26.15839,-30.83795 h -36.41489 c -1.71682,0 -3.29951,-0.87335 -4.21806,-2.32189 -0.90324,-1.44855 -1.00749,-3.27035 -0.26099,-4.80784 l 15.04243,-31.15215 c -3.12818,-0.89595 -6.43498,-1.38147 -9.84674,-1.38147 -19.82694,0 -35.89941,16.07253 -35.89941,35.89941 z m 83.54095,-17.09385 c -2.60548,-0.008 -4.71014,-2.03029 -4.70284,-4.50893 0.008,-2.19506 1.66433,-4.01686 3.84407,-4.40469 l -13.65363,-33.86914 -9.86137,20.43199 c 11.79467,6.97227 20.18557,19.08844 22.1044,33.26477 h 9.4057 l -4.39667,-10.90677 z m 14.96077,-8.77877 c 1.98583,0.52998 3.44094,2.27596 3.43365,4.33615 -0.008,2.48594 -2.12726,4.49436 -4.72546,4.48707 h -0.19391 l 2.82928,7.01746 55.87582,-55.8685 -0.47021,-1.48573 c 0,0 -56.77909,41.61051 -56.74915,41.51361 z m 0.94732,40.7809 -4.63652,-11.13858 h -13.28037 c -1.00749,12.29477 -6.86,23.20879 -15.65404,30.83795 h 86.02009 c -9.68198,-8.39822 -15.81812,-20.78263 -15.81812,-34.60765 0,-18.68532 11.20493,-34.7498 27.25485,-41.87148 l -4.23263,-13.35474 -55.61485,55.60753 5.09142,14.52704 h 3.43364 c 2.60549,0 4.71816,2.11267 4.71816,4.71816 0,2.60549 -2.11267,4.71816 -4.71816,4.71816 h -13.66094 c -2.60549,0 -4.71817,-2.11267 -4.71817,-4.71816 0,-2.60549 2.11268,-4.71816 4.71817,-4.71816 h 1.09716 z m 66.89383,-47.26955 c -12.04834,5.79273 -20.35765,18.10207 -20.35765,32.36007 0,16.52014 11.16776,30.4202 26.3589,34.60035 h 19.08843 c 15.19114,-4.18016 26.35158,-18.08021 26.35158,-34.60035 0,-19.82696 -16.07254,-35.89941 -35.89942,-35.89941 -2.06748,0 -4.09777,0.18662 -6.06829,0.52269 v 0 c 5.94217,18.77497 10.06255,32.92145 10.06255,32.92145 0.82889,2.61278 -0.61967,5.40488 -3.23973,6.23377 -2.61277,0.82889 -5.41218,-0.61965 -6.24107,-3.23244 z m -95.09093,26.17928 c -1.77659,-10.24993 -7.89812,-19.01333 -16.40861,-24.31324 l -0.008,0.0146 -11.73488,24.29868 h 28.15082 z m 209.86577,40.78232 c 11.50384,-24.88118 17.55241,-52.02667 17.55241,-79.40081 0,-104.63802 -85.12429,-189.78396 -189.77798,-189.78396 -104.65369,0 -189.777986,85.14669 -189.777986,189.78396 0,27.37436 6.039131,54.51769 17.542937,79.39858 H 148.8432 c -9.69005,-8.3909 -15.81881,-20.7754 -15.81881,-34.60035 0,-25.29885 20.50635,-45.80527 45.79796,-45.80527 4.96457,0 9.73447,0.799 14.21352,2.26211 l 13.90005,-28.78504 -5.86781,-14.5569 h -9.79427 c -2.75493,0 -2.78482,-2.22495 -2.78482,-4.96457 0,-2.74692 0.0299,-4.97915 2.78482,-4.97915 h 31.92054 c 2.73962,0 4.97186,2.23223 4.97186,4.97915 0,2.73962 -2.22495,4.96457 -4.97186,4.96457 h -11.40687 l 21.8208,53.86084 61.43014,-44.30495 -3.882,-12.25034 c -0.31347,-0.66413 -2.32919,-4.61318 -6.56183,-4.61318 h -11.93681 c -2.74692,0 -2.77681,-2.22495 -2.77681,-4.97187 0,-2.73963 0.0299,-4.97186 2.77681,-4.97186 h 11.93681 c 8.98795,0 14.17634,6.85271 15.8188,10.89871 0.0445,0.13415 3.73254,11.75751 8.47257,26.71752 0.0445,0.11228 0.067,0.23183 0.10423,0.35138 2.11269,6.6741 4.43458,14.00502 6.73389,21.26891 v 0.008 c 2.94156,-0.58976 5.98008,-0.90325 9.09299,-0.90325 25.29885,0 45.79796,20.50635 45.79796,45.79797 0,13.82495 -6.12881,26.20944 -15.81082,34.60034 h 69.24592 z M 301.3352,170.42263 c 0,0 8.96467,8.96683 10.51016,10.51232 1.53748,1.5455 1.49302,2.64267 0.14215,3.99352 -1.35085,1.35087 -11.76481,11.82455 -11.76481,11.82455 l -6.80094,-6.97957 -7.09183,6.97957 -6.9052,-7.27117 -7.23398,7.27117 -6.94967,-6.97957 -9.65212,8.81597 h -11.04817 c -4.77794,9.83875 -14.60938,15.53453 -25.23981,15.53453 -15.82611,0 -28.65888,-12.83278 -28.65888,-28.6662 0,-15.82613 12.83277,-28.65889 28.65888,-28.65889 10.31697,0 19.36472,5.44936 24.41096,13.62377 h 57.62325 z m -95.15811,22.95661 c 4.3748,0 7.92075,-3.54591 7.92075,-7.92075 0,-4.36678 -3.54591,-7.91268 -7.92075,-7.91268 -4.36678,0 -7.91269,3.54591 -7.91269,7.91268 0,4.3748 3.54592,7.92075 7.91269,7.92075 z"
|
||||
id="path2"
|
||||
style="stroke-width:0.746508" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M102.39,75a18.18,18.18,0,0,0-3.92.43L92.87,57a7,7,0,0,0-6.77-5H80.67v2.59H86.1a4.45,4.45,0,0,1,4.29,3.19l1.72,5.66H55.54l-2-4.89h3.72S62,57.77,62,54.14H46.39v4.33h4.35l2.55,6.25L47.67,76.27A18.31,18.31,0,1,0,59,96.27h8l1-.43L93.33,67.37,96,76.15a18.28,18.28,0,1,0,6.4-1.17ZM41,109a15.72,15.72,0,1,1,5.58-30.4l-7.69,15.8L40,96.27H56.38A15.74,15.74,0,0,1,41,109Zm15.7-15.33H42.07l6.8-14a15.71,15.71,0,0,1,7.8,13.56C56.67,93.42,56.66,93.55,56.65,93.68ZM50,77.39l4.61-9.45,10.5,25.74H59.24c0-.13,0-.26,0-.39A18.33,18.33,0,0,0,50,77.39ZM67.45,92.56,56.59,66H91.13ZM102.39,109a15.71,15.71,0,0,1-5.65-30.38l4.56,15,2.48-.76-4.56-15A15.72,15.72,0,1,1,102.39,109Z"/><path class="cls-2" d="M78.72,40.26a13.89,13.89,0,0,1-5.58,1.25,9.86,9.86,0,0,1-5.6-1.61,9,9,0,0,1-3.39-4.41h9.4l1.07-2.89-.13-.36h-11a2.91,2.91,0,0,1,0-.4v-.57c0-.4,0-.79.05-1.17h12l1.08-2.93L76.36,27H64.13a8.69,8.69,0,0,1,3.48-4.43A10.82,10.82,0,0,1,73.55,21a16.47,16.47,0,0,1,4.55.68l.13,0,1.08-3-.15-.05a16.56,16.56,0,0,0-5.3-.81,14.91,14.91,0,0,0-8.42,2.35A11.73,11.73,0,0,0,60.66,27h-2.3l-1.08,2.93.19.19h2.69c0,.16,0,.32,0,.49v1.23c0,.14,0,.29,0,.42h-1.8L57.28,35.3l.19.19h3.21a12.2,12.2,0,0,0,4.48,6.72,12.47,12.47,0,0,0,7.64,2.46A16.44,16.44,0,0,0,79,43.39l.09,0v-3l-.28-.16Z"/></g></svg>
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,33 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="rental.svg"
|
||||
width="666.47998"
|
||||
height="404.8992"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
id="namedview6"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.54825395"
|
||||
inkscape:cx="-32.831501"
|
||||
inkscape:cy="300.95542"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
path-name="two"
|
||||
unicode="2"
|
||||
d="M 587.4605,381.989 H 666.48 v 22.9102 H 0 V 381.989 H 79.0098 C 64.7901,348.2693 57.5703,312.5994 57.5703,275.63 57.5703,123.64 181.2303,0 333.2403,0 c 152.01,0 275.66,123.64 275.66,275.63 0,36.9697 -7.21973,72.6396 -21.4395,106.359 z m -400.091,-46.3496 c 0,22.1299 14.9492,40.752 35.2988,46.3516 h 25.5703 c 18.7803,-5.16016 32.9707,-21.4297 35.041,-41.3096 h -48.7803 c -2.2998,0 -4.41992,-1.16992 -5.65039,-3.11035 -1.20996,-1.94043 -1.34961,-4.38086 -0.34961,-6.44043 l 20.1504,-41.7305 c -4.19043,-1.2002 -8.62012,-1.85059 -13.1904,-1.85059 -26.5596,0 -48.0898,21.5303 -48.0898,48.0898 z m 111.909,-22.8984 c -3.49023,-0.01 -6.30957,-2.71973 -6.2998,-6.04004 0.01,-2.94043 2.22949,-5.38086 5.14941,-5.90039 l -18.29,-45.3701 -13.21,27.3701 c 15.7998,9.33984 27.04,25.5703 29.6104,44.5605 h 12.5996 l -5.88965,-14.6104 z m 20.041,-11.7598 c 2.66016,0.70996 4.60938,3.04883 4.59961,5.80859 -0.01,3.33008 -2.84961,6.02051 -6.33008,6.01074 h -0.25977 l 3.79004,9.40039 74.8496,-74.8398 -0.62988,-1.99023 c 0,0 -76.0596,55.7402 -76.0195,55.6104 z m 1.269,54.6289 -6.21094,-14.9209 h -17.79 c -1.34961,16.4697 -9.18945,31.0898 -20.9697,41.3096 h 115.23 c -12.9697,-11.25 -21.1895,-27.8398 -21.1895,-46.3594 0,-25.0303 15.0098,-46.5498 36.5098,-56.0898 l -5.66992,-17.8896 -74.5,74.4902 6.82031,19.46 h 4.59961 c 3.49023,0 6.32031,2.83008 6.32031,6.32031 0,3.49023 -2.83008,6.32031 -6.32031,6.32031 h -18.2998 c -3.49023,0 -6.32031,-2.83008 -6.32031,-6.32031 0,-3.49023 2.83008,-6.32031 6.32031,-6.32031 h 1.46973 z m 89.609,-63.3209 c -16.1396,7.75977 -27.2705,24.249 -27.2705,43.3486 0,22.1299 14.96,40.75 35.3096,46.3496 h 25.5703 c 20.3496,-5.59961 35.2998,-24.2197 35.2998,-46.3496 0,-26.5596 -21.5303,-48.0898 -48.0898,-48.0898 -2.76953,0 -5.48926,0.25 -8.12891,0.70019 v 0 c 7.95996,25.1504 13.4795,44.1006 13.4795,44.1006 1.11035,3.5 -0.83008,7.24023 -4.33984,8.35059 -3.5,1.11035 -7.25,-0.83007 -8.36035,-4.33008 z m -127.381,35.069 c -2.37988,-13.7305 -10.5801,-25.4697 -21.9805,-32.5693 l -0.01,0.0195 -15.7197,32.5498 h 37.71 z m 281.13,54.6308 c 15.4102,-33.3301 23.5127,-69.6934 23.5127,-106.363 0,-140.17 -114.03,-254.229 -254.221,-254.229 -140.191,0 -254.221,114.06 -254.221,254.229 0,36.6699 8.08984,73.0303 23.5,106.36 h 92.7695 c -12.9805,-11.2402 -21.1904,-27.8301 -21.1904,-46.3496 0,-33.8896 27.4697,-61.3594 61.3496,-61.3594 6.65039,0 13.04,1.07031 19.04,3.03027 l 18.6201,-38.5596 -7.86035,-19.5 h -13.1201 c -3.69043,0 -3.73047,-2.98047 -3.73047,-6.65039 0,-3.67969 0.04,-6.66992 3.73047,-6.66992 h 42.7598 c 3.66992,0 6.66016,2.99023 6.66016,6.66992 0,3.66992 -2.98047,6.65039 -6.66016,6.65039 h -15.2803 l 29.2305,72.1504 82.29,-59.3496 -5.2002,-16.4102 c -0.41992,-0.88965 -3.12012,-6.17969 -8.79004,-6.17969 h -15.9902 c -3.67969,0 -3.71973,-2.98047 -3.71973,-6.66016 0,-3.66992 0.04,-6.66016 3.71973,-6.66016 h 15.9902 c 12.04,0 18.9902,9.17969 21.1904,14.5996 0.0596,0.17969 5,15.75 11.3496,35.79 0.0596,0.15039 0.0898,0.31055 0.13965,0.4707 2.83008,8.94043 5.94043,18.7607 9.02051,28.4912 v 0.01 c 3.94043,-0.79004 8.01074,-1.20996 12.1807,-1.20996 33.8896,0 61.3496,27.4697 61.3496,61.3496 0,18.5195 -8.20996,35.1094 -21.1797,46.3496 h 92.7598 z M 399.5605,88.7952 c 0,0 12.0088,12.0117 14.0791,14.082 2.05957,2.07031 2,3.54004 0.19043,5.34961 -1.80957,1.80957 -15.7598,15.8398 -15.7598,15.8398 l -9.11035,-9.34961 -9.5,9.34961 -9.25,-9.74023 -9.69043,9.74023 -9.30957,-9.34961 -12.9297,11.8096 h -14.7998 c -6.40039,13.1797 -19.5703,20.8096 -33.8105,20.8096 -21.2002,0 -38.3906,-17.1904 -38.3906,-38.4004 0,-21.2002 17.1904,-38.3906 38.3906,-38.3906 13.8203,0 25.9404,7.2998 32.7002,18.25 h 77.1904 z m -127.471,30.752 c 5.86035,0 10.6104,-4.75 10.6104,-10.6104 0,-5.84961 -4.75,-10.5996 -10.6104,-10.5996 -5.84961,0 -10.5996,4.75 -10.5996,10.5996 0,5.86035 4.75,10.6104 10.5996,10.6104 z"
|
||||
id="path2" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M102.39,75a18.18,18.18,0,0,0-3.92.43L92.87,57a7,7,0,0,0-6.77-5H80.67v2.59H86.1a4.45,4.45,0,0,1,4.29,3.19l1.72,5.66H55.54l-2-4.89h3.72S62,57.77,62,54.14H46.39v4.33h4.35l2.55,6.25L47.67,76.27A18.31,18.31,0,1,0,59,96.27h8l1-.43L93.33,67.37,96,76.15a18.28,18.28,0,1,0,6.4-1.17ZM41,109a15.72,15.72,0,1,1,5.58-30.4l-7.69,15.8L40,96.27H56.38A15.74,15.74,0,0,1,41,109Zm15.7-15.33H42.07l6.8-14a15.71,15.71,0,0,1,7.8,13.56C56.67,93.42,56.66,93.55,56.65,93.68ZM50,77.39l4.61-9.45,10.5,25.74H59.24c0-.13,0-.26,0-.39A18.33,18.33,0,0,0,50,77.39ZM67.45,92.56,56.59,66H91.13ZM102.39,109a15.71,15.71,0,0,1-5.65-30.38l4.56,15,2.48-.76-4.56-15A15.72,15.72,0,1,1,102.39,109Z"/><path class="cls-2" d="M78.72,40.26a13.89,13.89,0,0,1-5.58,1.25,9.86,9.86,0,0,1-5.6-1.61,9,9,0,0,1-3.39-4.41h9.4l1.07-2.89-.13-.36h-11a2.91,2.91,0,0,1,0-.4v-.57c0-.4,0-.79.05-1.17h12l1.08-2.93L76.36,27H64.13a8.69,8.69,0,0,1,3.48-4.43A10.82,10.82,0,0,1,73.55,21a16.47,16.47,0,0,1,4.55.68l.13,0,1.08-3-.15-.05a16.56,16.56,0,0,0-5.3-.81,14.91,14.91,0,0,0-8.42,2.35A11.73,11.73,0,0,0,60.66,27h-2.3l-1.08,2.93.19.19h2.69c0,.16,0,.32,0,.49v1.23c0,.14,0,.29,0,.42h-1.8L57.28,35.3l.19.19h3.21a12.2,12.2,0,0,0,4.48,6.72,12.47,12.47,0,0,0,7.64,2.46A16.44,16.44,0,0,0,79,43.39l.09,0v-3l-.28-.16Z"/></g></svg>
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,7 +1,42 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="373px" height="345px" viewBox="0 0 373 345" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(8.235294%,50.980395%,87.058824%);fill-opacity:1;" d="M 186.761719 0 C 170.023438 0 155.382812 8.113281 148.058594 18.058594 C 120.863281 55.484375 95.757812 94.222656 73.007812 134.527344 C 36.132812 199.433594 11.554688 248.117188 2.660156 272.71875 C -2.046875 286.589844 -0.476562 301.769531 7.105469 314.070312 C 14.167969 326.894531 26.71875 335.535156 41.101562 337.628906 C 71.699219 341.03125 114.324219 345.21875 185.976562 344.957031 C 186.238281 344.957031 185.714844 344.957031 185.976562 344.957031 C 257.628906 345.480469 301.039062 341.292969 331.636719 337.890625 C 346.019531 335.796875 358.832031 327.15625 365.894531 314.332031 C 373.476562 301.769531 375.046875 286.589844 370.339844 272.71875 C 361.445312 248.117188 336.867188 199.433594 299.992188 134.527344 C 277.242188 94.222656 252.136719 55.222656 224.679688 17.796875 C 217.621094 8.113281 202.714844 0 185.976562 0 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 144.921875 275.597656 C 144.921875 287.898438 152.765625 294.703125 163.226562 294.703125 C 173.6875 294.703125 181.53125 287.898438 181.53125 275.597656 L 181.53125 222.46875 L 219.1875 222.46875 C 228.339844 222.992188 236.1875 215.925781 236.710938 206.765625 C 236.710938 206.242188 236.710938 205.71875 236.710938 205.457031 C 236.96875 196.554688 229.648438 188.964844 220.757812 188.964844 C 220.234375 188.964844 219.710938 188.964844 219.449219 188.964844 L 181.269531 188.964844 L 181.269531 153.371094 L 225.988281 153.371094 C 236.96875 153.371094 242.199219 144.734375 242.199219 136.621094 C 242.199219 127.984375 236.710938 119.871094 225.988281 119.871094 L 163.75 119.871094 C 153.8125 119.609375 145.183594 127.460938 144.921875 137.40625 C 144.921875 137.929688 144.921875 138.453125 144.921875 138.976562 Z M 144.921875 275.597656 "/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="373"
|
||||
height="373"
|
||||
viewBox="0 0 373 373"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="fietssnelwegen-logo.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs11" />
|
||||
<sodipodi:namedview
|
||||
id="namedview9"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
height="373px"
|
||||
inkscape:zoom="1.1701757"
|
||||
inkscape:cx="78.620674"
|
||||
inkscape:cy="79.475246"
|
||||
inkscape:current-layer="svg7" />
|
||||
<g
|
||||
id="surface1"
|
||||
transform="translate(0,16.174235)">
|
||||
<path
|
||||
style="fill:#147fde;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="M 186.76172,0 C 170.02344,0 155.38281,8.113281 148.05859,18.058594 120.86328,55.484375 95.757812,94.222656 73.007812,134.52734 c -36.875,64.90625 -61.453124,113.58985 -70.347656,138.19141 -4.707031,13.87109 -3.136718,29.05078 4.445313,41.35156 7.0625,12.82422 19.613281,21.46485 33.996093,23.5586 30.597657,3.40234 73.222658,7.58984 144.874998,7.32812 0.26172,0 -0.26172,0 0,0 71.65235,0.52344 115.0625,-3.66406 145.66016,-7.06641 14.38281,-2.09375 27.19531,-10.73437 34.25781,-23.55859 7.58203,-12.5625 9.15234,-27.74219 4.44531,-41.61328 C 361.44531,248.11719 336.86719,199.43359 299.99219,134.52734 277.24219,94.222656 252.13672,55.222656 224.67969,17.796875 217.62109,8.113281 202.71484,0 185.97656,0"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
d="m 144.92187,275.59766 c 0,12.30078 7.84375,19.10546 18.30469,19.10546 10.46094,0 18.30469,-6.80468 18.30469,-19.10546 v -53.12891 h 37.65625 c 9.15234,0.52344 17,-6.54297 17.52344,-15.70313 0,-0.52343 0,-1.04687 0,-1.30859 0.25781,-8.90234 -7.0625,-16.49219 -15.95313,-16.49219 -0.52344,0 -1.04687,0 -1.30859,0 h -38.17969 v -35.59375 h 44.71875 c 10.98047,0 16.21094,-8.63672 16.21094,-16.75 0,-8.63671 -5.48828,-16.75 -16.21094,-16.75 H 163.75 c -9.9375,-0.26171 -18.56641,7.58985 -18.82813,17.53516 0,0.52344 0,1.04687 0,1.57031 z m 0,0"
|
||||
id="path4" />
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 26 KiB |
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"=osmTags": {
|
||||
"and": [
|
||||
"name~*",
|
||||
"highway~*",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"hu": "Sültkrumplievő-hely"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"=osmTags": {
|
||||
"and": [
|
||||
"cuisine=friture",
|
||||
{
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
{
|
||||
"id": "nature",
|
||||
"title": {
|
||||
"en": "Into nature",
|
||||
"nl": "De Natuur in"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "A map for nature lovers, with interesting POI's",
|
||||
"nl": "Deze kaart bevat informatie voor natuurliefhebbers"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, one can find interesting infromation for tourists and nature lovers, such as ",
|
||||
"nl": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..."
|
||||
},
|
||||
"maintainer": "",
|
||||
|
@ -20,8 +23,18 @@
|
|||
"layers": [
|
||||
"drinking_water",
|
||||
"birdhide",
|
||||
"map",
|
||||
"information_board",
|
||||
"nature_reserve"
|
||||
"nature_reserve",
|
||||
{
|
||||
"builtin": [
|
||||
"map",
|
||||
"information_board",
|
||||
"bench",
|
||||
"picnic_table",
|
||||
"toilet"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -30,7 +30,16 @@
|
|||
"startLat": 51.20875,
|
||||
"startLon": 3.22435,
|
||||
"startZoom": 15,
|
||||
"lockLocation": [[2.1,50.40],[ 6.4,51.54]],
|
||||
"lockLocation": [
|
||||
[
|
||||
2.1,
|
||||
50.4
|
||||
],
|
||||
[
|
||||
6.4,
|
||||
51.54
|
||||
]
|
||||
],
|
||||
"widenFactor": 2,
|
||||
"socialImage": "",
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
|
@ -188,11 +197,11 @@
|
|||
"geoJson": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/natuurpunt_cache/natuurpunt_{layer}_{z}_{x}_{y}.geojson",
|
||||
"geoJsonZoomLevel": 12,
|
||||
"isOsmCache": true,
|
||||
"osmTags": {
|
||||
"+and": [
|
||||
"operator~.*[nN]atuurpunt.*"
|
||||
]
|
||||
}
|
||||
"osmTags": {
|
||||
"+and": [
|
||||
"operator~.*[nN]atuurpunt.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
|
|
10
assets/themes/notes/license_info.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"path": "logo.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Pieter Vander Vennet"
|
||||
],
|
||||
"sources": []
|
||||
}
|
||||
]
|
48
assets/themes/notes/logo.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="374"
|
||||
height="374"
|
||||
viewBox="0 0 374 374"
|
||||
version="1.1"
|
||||
id="svg7"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs11" />
|
||||
<sodipodi:namedview
|
||||
id="namedview9"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-global="false"
|
||||
inkscape:zoom="2.4702564"
|
||||
inkscape:cx="245.31867"
|
||||
inkscape:cy="234.38863"
|
||||
inkscape:current-layer="svg7"
|
||||
width="374px">
|
||||
<sodipodi:guide
|
||||
position="187.00008,631.15853"
|
||||
orientation="1,0"
|
||||
id="guide2177" />
|
||||
</sodipodi:namedview>
|
||||
<path
|
||||
id="path2"
|
||||
style="fill:#00c82e;fill-opacity:1;fill-rule:nonzero;stroke:#40ff00;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 185.73458,1.1914152 C 124.77158,1.4071208 70.262411,43.125501 57.455283,103.58594 c -2.340449,11.04595 -3.133802,22.05225 -2.550782,32.81446 -2.144427,68.71368 52.088519,132.11868 102.355469,198.77539 12.32031,15.26562 30.35156,34.07422 30.35156,34.07422 l 27.64453,-32.61328 C 278.16426,254.62477 370.02183,134.95633 288.22286,48.294931 269.59799,26.068848 243.25657,9.7713097 212.1545,3.7070402 203.28487,1.977548 194.44358,1.1606001 185.73458,1.1914152 Z"
|
||||
sodipodi:nodetypes="scccccccs" />
|
||||
<path
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.52437;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 266.53557,80.67223 c -6.31364,-1.014444 -12.65279,1.657101 -16.62944,7.00824 l -82.37179,110.8593 -47.96242,-46.99207 c -7.53259,-9.1813 -20.4662,-9.07329 -27.311562,-1.91781 -7.087039,7.56459 -8.507731,17.24412 -0.648456,25.76692 l 61.942428,65.80658 c 7.15464,9.62634 20.80539,9.62634 27.96003,0 l 96.3518,-129.67383 c 6.14683,-8.27231 4.87072,-20.31718 -2.85026,-26.902905 -2.45389,-2.092661 -5.37864,-3.456485 -8.48033,-3.954425 z"
|
||||
id="path3639"
|
||||
sodipodi:nodetypes="ccccccccccc" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
1
assets/themes/toerisme_vlaanderen/NEGATIEF/bench.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M70.14,51.09A10.33,10.33,0,1,0,59.81,40.76,10.34,10.34,0,0,0,70.14,51.09Zm0-17.86a7.53,7.53,0,1,1-7.53,7.53A7.54,7.54,0,0,1,70.14,33.23Z"/><path class="cls-2" d="M119.11,81.77V63.39H83.16c-.57-5.2-6-10.85-13-10.85s-12.45,5.65-13,10.85H22.62V81.77H40.38v6.59H24v2.8H40.38v16.48h2.8V91.16H58.89L62.12,109H78.31l3.12-17.85h19v16.46h2.8V91.16h14.46v-2.8H103.25V81.77Zm-62,6.59H43.18V81.77H57.06Zm0-9.39H25.42V66.19H57.06Zm22.1,8.91-.08.48-.16.92-.24,1.4-.09.48-2.63,15H64.46l-2.73-15-.08-.48-.26-1.4-.16-.92-.09-.48-1-5.49h20Zm1.25-21.69v13.4H59.86V64.26a5.21,5.21,0,0,1,.08-.87c.59-3.84,4.91-8,10.2-8s9.61,4.21,10.2,8a6.51,6.51,0,0,1,.07.87Zm20,22.17H83.2V81.77h17.25ZM83.21,79V66.19h33.1V79Z"/></g></svg>
|
After Width: | Height: | Size: 987 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M102.39,75a18.18,18.18,0,0,0-3.92.43L92.87,57a7,7,0,0,0-6.77-5H80.67v2.59H86.1a4.45,4.45,0,0,1,4.29,3.19l1.72,5.66H55.54l-2-4.89h3.72S62,57.77,62,54.14H46.39v4.33h4.35l2.55,6.25L47.67,76.27A18.31,18.31,0,1,0,59,96.27h8l1-.43L93.33,67.37,96,76.15a18.28,18.28,0,1,0,6.4-1.17ZM41,109a15.72,15.72,0,1,1,5.58-30.4l-7.69,15.8L40,96.27H56.38A15.74,15.74,0,0,1,41,109Zm15.7-15.33H42.07l6.8-14a15.71,15.71,0,0,1,7.8,13.56C56.67,93.42,56.66,93.55,56.65,93.68Zm2.59,0c0-.13,0-.26,0-.39A18.33,18.33,0,0,0,50,77.39l4.61-9.45,10.5,25.74Zm8.21-1.12L56.59,66H91.13ZM102.39,109a15.71,15.71,0,0,1-5.65-30.38l4.56,15,2.48-.76-4.56-15A15.72,15.72,0,1,1,102.39,109Z"/><path class="cls-2" d="M67.61,22.55A10.82,10.82,0,0,1,73.55,21a16.47,16.47,0,0,1,4.55.68l.13,0,1.08-3-.15-.05a16.56,16.56,0,0,0-5.3-.81,14.91,14.91,0,0,0-8.42,2.35A11.73,11.73,0,0,0,60.66,27h-2.3l-1.08,2.93.19.19h2.69c0,.16,0,.32,0,.49v1.23c0,.14,0,.29,0,.42h-1.8L57.28,35.3l.19.19h3.21a12.2,12.2,0,0,0,4.48,6.72,12.47,12.47,0,0,0,7.64,2.46A16.44,16.44,0,0,0,79,43.39l.09,0v-3l-.28-.16-.07,0a13.89,13.89,0,0,1-5.58,1.25,9.86,9.86,0,0,1-5.6-1.61,9,9,0,0,1-3.39-4.41h9.4l1.07-2.89-.13-.36h-11a2.91,2.91,0,0,1,0-.4v-.57c0-.4,0-.79.05-1.17h12l1.08-2.93L76.36,27H64.13A8.69,8.69,0,0,1,67.61,22.55Z"/></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M37.77,60.82l5-2-.06.2-5.21,17a1.33,1.33,0,0,0,.09,1,1.31,1.31,0,0,0,.78.64,1.21,1.21,0,0,0,.38.06A1.31,1.31,0,0,0,40,76.86L46.06,57a1.31,1.31,0,0,0-1.73-1.6l-5,2,3-9.33a1.32,1.32,0,0,0-.86-1.64,1.3,1.3,0,0,0-1.64.85L36,59.21a1.29,1.29,0,0,0,.35,1.35A1.3,1.3,0,0,0,37.77,60.82Z"/><path class="cls-2" d="M110.77,75.17a16.45,16.45,0,0,0-3.17.31l-.09,0-5.08-16.58a6.51,6.51,0,0,0-6.25-4.62H91.39v2.62h4.79a3.9,3.9,0,0,1,3.75,2.77l1.44,4.71H68.92l-1.74-4.15,3.36,0s4-.65,4.09-3.66L61,56.65l0,3.64,3.35,0,0,.06,2.46,5.86,0,0L62.17,76.29l-.09,0a16.16,16.16,0,0,0-5.84-1.09h-.36V53.64H56l.14,0h.12c3.5,0,5.83-2.93,6.91-4.67l.05-.09.08.05a6.87,6.87,0,0,0,3.26.87A5.69,5.69,0,0,0,70.85,48l4.52-5-2-1.79,1.68-1.86a1.26,1.26,0,0,0,.34-.94,1.31,1.31,0,0,0-2.28-.82l-1.68,1.85-2-1.82,1.68-1.86a1.26,1.26,0,0,0,.34-.94A1.33,1.33,0,0,0,71,33.9a1.28,1.28,0,0,0-1-.33,1.25,1.25,0,0,0-.9.43l-1.68,1.85-2-1.8-4.53,5a5.73,5.73,0,0,0-1.41,4.55,6.89,6.89,0,0,0,1.55,3.57l0,.06,0,.06c-.65,1.12-2.41,3.69-5,3.69h-.28V36.51H25.51v71.66H56.24A16.51,16.51,0,0,0,72.6,93.7v-.09h6.6a1.32,1.32,0,0,0,1-.44L102.46,68,105,76.23l-.09,0a16.47,16.47,0,1,0,5.86-1.09ZM62.93,40.81l2.76-3.06,1,.93,5,4.49-2.77,3a3.1,3.1,0,0,1-2.36,1A4.38,4.38,0,0,1,63.63,46a4.34,4.34,0,0,1-1.45-2.73A3.13,3.13,0,0,1,62.93,40.81Zm-7,37h.36a13.73,13.73,0,0,1,4.72.88l.1,0L55.88,89.94ZM53.26,105.2l-.13,0a13.85,13.85,0,0,1,0-27l.13,0Zm0-29.75h-.08a16.49,16.49,0,0,0-6.13,29.9l.27.19H28.13V39.14H53.26ZM69.91,93.73a14,14,0,0,1-4.61,8.41,13.74,13.74,0,0,1-9.06,3.41l-.15,0h-.21v-12l.12,0,.11,0,.13,0H69.93ZM58.28,91l5.14-11.15.1.06a13.91,13.91,0,0,1,6.52,11V91ZM72.7,91V90.9a16.43,16.43,0,0,0-8.09-13.42l-.08,0,0-.08,3.63-7.88,1,2.43,0,0-1.09,2.33,5.5,13.13,2.11,0L77.24,91ZM75,85,70.38,74l2.35-1,0,.09L77.3,84ZM99.66,67.18l-20,22.69-1.38-3.28L80,84.83,74.58,71.68l-3-1.05-.08,0L70,67H99.81Zm11.11,38.37a13.87,13.87,0,0,1-5.1-26.76l.1,0,3.85,12.54,2.5-.77L108.3,78.05l.11,0a13.52,13.52,0,0,1,2.36-.24,13.88,13.88,0,1,1,0,27.76Z"/></g></svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M69.05,65.11a1.75,1.75,0,0,0-1.74,1.75V71a1.74,1.74,0,1,0,3.48,0V66.86A1.75,1.75,0,0,0,69.05,65.11Z"/><path class="cls-2" d="M105,67.34l-5.87-2.13-.31.86c-6.12-1.69-10.65-.44-12.79,3.52-3.93,7.27,1.61,14.38,6.5,20.65,2.7,3.46,5.25,6.74,5.68,9.36a4.21,4.21,0,0,1-.75,3.61c-2.16,2.46-8.1,2.3-10.7,2.23l-.68,0c-1,0-1.54,0-2-.06-.67,0-1.26,0-3.11-.06l-4.26,0V78.84a10.86,10.86,0,0,0,0-15.63v-8a7.4,7.4,0,0,0-5.89-7.25V22.33h13V18.84H54.33v3.49h13V47.76H61.42V63.21a10.86,10.86,0,0,0,0,15.63v35.69H53.26V118H84.84v-3.48H76.68v-5.79l4.23.05c1.83,0,2.41,0,3.08.06l2,.05.89,0c.56,0,1.2,0,1.9,0,5.56,0,9.25-1.13,11.29-3.45A7.57,7.57,0,0,0,101.64,99c-.57-3.5-3.38-7.11-6.37-11-4.44-5.69-9-11.58-6.19-16.84,1.62-3,5.48-2.73,8.55-1.92l-.35,1,6.37,2.31ZM64.9,51.25h4.35a3.94,3.94,0,0,1,4,3.94v5.73a10.56,10.56,0,0,0-8.3,0Zm8.3,63.28H64.9V81.13a10.67,10.67,0,0,0,8.3,0Zm-4.15-36A7.47,7.47,0,1,1,76.52,71,7.48,7.48,0,0,1,69.05,78.49Z"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
122
assets/themes/toerisme_vlaanderen/NEGATIEF/license_info.json
Normal file
|
@ -0,0 +1,122 @@
|
|||
[
|
||||
{
|
||||
"path": "bench.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "bicycle_rental.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "charging_station_ebike.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "cycle_pump.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "logo.png",
|
||||
"license": "Logo (all rights reserved)",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://www.toerismevlaanderen.be/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "observation_platform.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "observation_tower.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "picnic_table.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "playground.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "toilets.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "toilets_wheelchair.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M121.59,51.22H96.83v-.36c0-3.27-3.47-7.07-8-7.07s-7.95,3.8-7.95,7.07v.36H23.45A1.48,1.48,0,0,0,22,52.7l2,16.48a1.48,1.48,0,0,0,1.48,1.48H43.73L31,105.86a1.48,1.48,0,1,0,2.78,1l1.72-4.74h74l1.72,4.74a1.51,1.51,0,0,0,1.9.89,1.49,1.49,0,0,0,.83-.77,1.43,1.43,0,0,0,0-1.13l-12.74-35.2h18.36a1.48,1.48,0,0,0,1.48-1.48l2-16.48A1.48,1.48,0,0,0,121.59,51.22Zm-38.17-.36c0-2.07,2.52-4.59,5.46-4.59s5.32,2.41,5.46,4.39v.56H83.42Zm-9.67,3.32h13.9V67.7H73.75ZM93.58,70.66l-21,10.07-.11-.06-20.29-10ZM57.4,54.18H71.29V67.7H57.4ZM38.57,67.7H26.93l-2-13.52H38.57Zm2.47,0V54.18H54.93V67.7Zm5.63,3.54L69.19,82.35l-.46.23L37.08,97.75ZM41,99.17,72.57,84l.11,0,30.59,15.1Zm67.1-.94L76,82.39l.46-.22,22-10.55.09.26Zm-18-30.53V54.18h13.64V67.7Zm28,0H106.72V54.18h13.39Z"/><path class="cls-2" d="M82.4,34.53a6.48,6.48,0,1,0,6.48-6.47A6.49,6.49,0,0,0,82.4,34.53Zm10.47,0a4,4,0,1,1-4-4A4,4,0,0,1,92.87,34.53Z"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M79.57,122.46V70.09H88l5.32,52.43v.1l2.62-.21v-.1c-.61-7.13-1.39-14.34-2.14-21.31-2.15-20.08-4.38-40.84-2.9-61.53l7.87,6.73,1.66-2.06L71,18.65,51.65,35.42l-10.34,9,1.95,1.84,1.48-1.28c.91-.79,1.76-1.53,2.62-2.26l2.69-2.3,1-.89c1.48,20.59-.73,41.17-2.86,61.08-.76,7.12-1.55,14.48-2.16,21.74v.1l2.6.21L54,70.12h8.5v52.34h2.63V117.4H76.93v5.06ZM71,22.21,87.36,36.38H54.64Zm5.79,92.07H65.15v-9H76.78ZM65.17,102.21V93.06H76.75v9.15ZM76.8,90H65.22V80.91H76.8ZM65.21,78V70.12H76.76V78ZM54.34,67.18V39.34H87.66V67.18Z"/><path class="cls-2" d="M62.57,61.66H79.4V44.73H62.57Zm2.62-14.12H76.78V59H65.19Z"/></g></svg>
|
After Width: | Height: | Size: 890 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M87.7,68.63h23.8v-13h-9.61v-11h-9v11H87.24v-11h-9v11H71l2-14.85H62.13V35.62H59.58v5.13H48.66L50.72,55.6H29.11v13H52.65l-6,10.4H15.84V91.16H39.63L29.54,108.63H42.31L52.4,91.16H88L98,108.63h12.77L100.72,91.16h23.53V79H93.7Zm7.74-21.49h3.9V55.6h-3.9Zm-14.65,0h3.9V55.6h-3.9ZM59.58,43.3v3.56h2.55V43.3h8l-1.7,12.3H53.29l-1.7-12.3ZM31.67,66.08V58.15h77.27v7.93Zm43.26,2.55,6,10.4H59.41l6-10.4Zm-56.54,20v-7H45.17l-4.06,7Zm22.44,17.47H34L55.6,68.63h6.87ZM53.88,88.61l4.06-7H82.41l4.06,7Zm52.51,17.47H99.52L77.88,68.63h6.87Zm15.31-24.5v7H99.24l-4.06-7Z"/></g></svg>
|
After Width: | Height: | Size: 843 B |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M82.09,96.49a7.82,7.82,0,1,0,7.82,7.82A7.83,7.83,0,0,0,82.09,96.49Zm0,13.25a5.43,5.43,0,1,1,5.43-5.43A5.43,5.43,0,0,1,82.09,109.74Z"/><path class="cls-2" d="M103,64.86c-5.75,0-10.22,4.85-10.22,9V90.25H93l4,22.24h12l4-22.24h.2V73.89C113.2,69.71,108.74,64.86,103,64.86Zm4,45.24H99L96.71,97.58h12.54Zm2.68-14.91H96.29l-.89-4.94h15.17Zm1.12-7.33H95.16v-14c0-3,3.62-6.64,7.83-6.64s7.58,3.41,7.81,6.34Z"/><path class="cls-2" d="M103,62.3a8.23,8.23,0,1,0-8.23-8.23A8.23,8.23,0,0,0,103,62.3Zm0-14.07a5.82,5.82,0,0,1,4.87,2.64l-8.47-1.36A5.74,5.74,0,0,1,103,48.23Zm-5.3,3.43,11.07,1.78c0,.21.06.41.06.63a5.84,5.84,0,1,1-11.67,0A5.75,5.75,0,0,1,97.69,51.66Z"/><path class="cls-2" d="M48.91,64.86c-5.78,0-7.78,3.82-9.63,8.43l-5.22,17h7.21l4,22.24h7.27l4-22.24h6.8L58.91,72.83C56.92,67.66,54.74,64.86,48.91,64.86Zm1.63,45.24H47.27L43.7,90.25H54.1ZM37.29,87.86l4.23-13.73c1.95-4.85,3.41-6.88,7.39-6.88s5.84,1.44,7.73,6.3l3.62,14.31Z"/><path class="cls-2" d="M37.72,55.89A1.2,1.2,0,0,0,35.58,57a4.17,4.17,0,0,0,4.31,2.42,2.94,2.94,0,0,0,1.78-1.47A8.16,8.16,0,0,0,56,58.27a2.55,2.55,0,0,0,1,1.08,2.45,2.45,0,0,0,1.18.28,4.41,4.41,0,0,0,1.77-.44,1.19,1.19,0,1,0-1-2.17c-.62.28-.84.22-.84.22-.25-.16-.45-1.31-.54-1.87a9.63,9.63,0,0,0-.48-1.9,8.21,8.21,0,0,0-16.39.6c0,.07,0,.13,0,.19A9.41,9.41,0,0,1,39.46,57C38.42,57.21,37.74,55.94,37.72,55.89ZM48.9,48.23a5.86,5.86,0,0,1,5.36,3.52c-1.62-.16-3.63-.88-3.91-1.35a1.2,1.2,0,0,0-.76-.63,1.23,1.23,0,0,0-1,.15,7.46,7.46,0,0,1-3.72,1.21c-.24,0-.62,0-1,0A5.82,5.82,0,0,1,48.9,48.23ZM43.44,53.5c.59,0,1.22,0,1.58,0a10.1,10.1,0,0,0,4-1.08c1.66,1.29,4.82,1.69,5.69,1.68a5.82,5.82,0,0,1-11.62.47C43.23,54.23,43.34,53.86,43.44,53.5Z"/><path class="cls-2" d="M68.71,68.86V47.08c0-.21-.48-20.59-19.46-21.34h-1c-19,.75-19.46,21.13-19.46,21.35V68.86a4.54,4.54,0,1,0,2.39,0V47.1c0-.77.42-18.63,17.58-19,17.13.37,17.58,18.23,17.59,19V68.86a4.54,4.54,0,1,0,2.39,0ZM32.1,73.21a2.15,2.15,0,1,1-4.29,0A2.25,2.25,0,0,1,30,71.07a2.06,2.06,0,0,1,1.19.41A2.11,2.11,0,0,1,32.1,73.21Zm35.41,2.15a2.14,2.14,0,0,1-2.14-2.15,2.11,2.11,0,0,1,.95-1.73,2.06,2.06,0,0,1,1.19-.41,2.25,2.25,0,0,1,2.15,2.14A2.15,2.15,0,0,1,67.51,75.36Z"/></g></svg>
|
After Width: | Height: | Size: 2.4 KiB |
1
assets/themes/toerisme_vlaanderen/NEGATIEF/toilets.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M86.64,52.92a7.52,7.52,0,1,0,7.51-7.51A7.53,7.53,0,0,0,86.64,52.92Zm7.51-5.11A5.12,5.12,0,1,1,89,52.92,5.12,5.12,0,0,1,94.15,47.81Z"/><path class="cls-2" d="M41.86,118.89V119H53L56.6,90.32h.14V72.63c0-3.81-4.06-8.24-9.29-8.24s-9.3,4.43-9.3,8.24V90.32h.14Zm9-2.31H44L40.72,90.32H54.18ZM40.56,72.63c0-2.63,3.18-5.84,6.9-5.84s6.7,3.07,6.88,5.6V87.92H40.56Z"/><path class="cls-2" d="M101.52,72a7.39,7.39,0,0,0-7.35-7.42A7.29,7.29,0,0,0,89,66.75a7.57,7.57,0,0,0-2.16,5.34l.71,6.85-8.76,23.13,0,.13H88.92l1.78,16.71V119l7.13,0,1.67-16.76h10.11l-8.81-23.26Zm-7.35-5a4.88,4.88,0,0,1,5,4.92l-.64,6.33H89.84L89.19,72A5,5,0,0,1,94.17,67Zm1.5,49.61-2.8,0L91.33,102.2h5.76Zm10.6-16.77H82l7.38-19.19H98.9Z"/><path class="cls-2" d="M47.45,60.44a7.52,7.52,0,1,0-7.51-7.52A7.53,7.53,0,0,0,47.45,60.44Zm0-12.63a5.12,5.12,0,1,1-5.11,5.11A5.12,5.12,0,0,1,47.45,47.81Z"/><rect class="cls-2" x="70.37" y="45.51" width="1" height="73.55"/><polygon class="cls-2" points="56.47 39.19 60.23 25.98 64 39.19 67.79 39.19 73.52 19.59 69.89 19.59 65.92 33.17 62.05 19.59 58.42 19.59 54.55 33.17 50.58 19.59 46.95 19.59 52.68 39.19 56.47 39.19"/><path class="cls-2" d="M86.32,39.19a19.54,19.54,0,0,0,4.83-.6V35.34L91,35.28a15.92,15.92,0,0,1-4.23.6,7.15,7.15,0,0,1-5.48-2.07,6.54,6.54,0,0,1-1.68-4.55,6.7,6.7,0,0,1,1.68-4.59,7.26,7.26,0,0,1,5.5-2.06,15.77,15.77,0,0,1,4.21.6l.12-.06V19.9a19,19,0,0,0-4.82-.6c-3.44,0-6,1.06-7.66,2.81a9.84,9.84,0,0,0-2.59,6.82,10.48,10.48,0,0,0,2.58,7.39C80.36,38.13,82.92,39.19,86.32,39.19Z"/></g></svg>
|
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#3c3d3c;}.cls-2{fill:#fff;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><polygon class="cls-2" points="56.47 39.19 60.24 25.98 64 39.19 67.79 39.19 73.52 19.59 69.89 19.59 65.92 33.17 62.05 19.59 58.42 19.59 54.55 33.17 50.58 19.59 46.95 19.59 52.68 39.19 56.47 39.19"/><path class="cls-2" d="M86.32,39.19a19.54,19.54,0,0,0,4.83-.6V35.34L91,35.28a15.92,15.92,0,0,1-4.23.6,7.15,7.15,0,0,1-5.48-2.07,6.54,6.54,0,0,1-1.68-4.55,6.7,6.7,0,0,1,1.68-4.59,7.26,7.26,0,0,1,5.5-2.06,15.77,15.77,0,0,1,4.21.6l.12-.06V19.9a19,19,0,0,0-4.82-.6c-3.44,0-6,1.06-7.66,2.81a9.84,9.84,0,0,0-2.59,6.82,10.48,10.48,0,0,0,2.58,7.39C80.36,38.13,82.92,39.19,86.32,39.19Z"/><path class="cls-2" d="M66.42,119.31A22.05,22.05,0,0,0,86.1,107.25l.07-.13-1.76-2.76-.18.43A19.36,19.36,0,1,1,59.89,79l.16-.06V76l-.33.11a22.11,22.11,0,0,0,6.7,43.19Z"/><path class="cls-2" d="M90.26,86.8l0,0H79.5V73.35c0-5.17-3.66-9.37-8.15-9.37s-8.14,4.2-8.14,9.37V98.1H85.15l8.21,13.74.06.09,8.61-6.26Zm-3.47,8.66-.07-.12H66v-22c0-3.65,2.42-6.61,5.39-6.61s5.39,3,5.39,6.61V89.51h12L98.33,105l-4.1,3Z"/><path class="cls-2" d="M80.78,54.24a9,9,0,1,0-9,9A9,9,0,0,0,80.78,54.24Zm-15.21,0a6.23,6.23,0,1,1,6.23,6.23A6.24,6.24,0,0,1,65.57,54.24Z"/></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
assets/themes/toerisme_vlaanderen/bench.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M70.14,51.09A10.33,10.33,0,1,1,80.47,40.76,10.34,10.34,0,0,1,70.14,51.09Zm0-17.86a7.53,7.53,0,1,0,7.53,7.53A7.53,7.53,0,0,0,70.14,33.23Z"/><path class="cls-2" d="M119.11,81.77H22.62V63.39h96.49ZM25.42,79h90.89V66.19H25.42Z"/><rect class="cls-2" x="41.16" y="80.37" width="1.25" height="27.24"/><rect class="cls-2" x="101.23" y="80.37" width="1.25" height="27.24"/><path class="cls-1" d="M81.8,89.28H58.46v-25c0-4.77,5.1-10.32,11.68-10.32s11.67,5.55,11.67,10.32Z"/><path class="cls-2" d="M83.2,90.68H57.06V64.26c0-5.42,5.72-11.72,13.08-11.72s13.07,6.3,13.07,11.72Zm-23.34-2.8H80.4V64.26c0-4-4.58-8.92-10.27-8.92s-10.28,4.88-10.28,8.92Z"/><polygon class="cls-2" points="43.19 107.64 40.38 107.64 40.38 91.17 24.02 91.17 24.02 88.36 40.38 88.36 40.38 80.37 43.19 80.37 43.19 88.36 100.45 88.36 100.45 80.35 103.25 80.35 103.25 88.36 117.71 88.36 117.71 91.17 103.25 91.17 103.25 107.62 100.45 107.62 100.45 91.17 43.19 91.17 43.19 107.64"/><polygon class="cls-1" points="58.47 80.99 63.29 107.61 77.14 107.61 81.79 80.99 58.47 80.99"/><path class="cls-2" d="M78.31,109H62.12L56.8,79.59H83.46Zm-13.85-2.8H76l4.16-23.82h-20Z"/></g></svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
assets/themes/toerisme_vlaanderen/bicycle_rental.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M102.39,75a18.18,18.18,0,0,0-3.92.43L92.87,57a7,7,0,0,0-6.77-5H80.67v2.59H86.1a4.45,4.45,0,0,1,4.29,3.19l1.72,5.66H55.54l-2-4.89h3.72S62,57.77,62,54.14H46.39v4.33h4.35l2.55,6.25L47.67,76.27A18.31,18.31,0,1,0,59,96.27h8l1-.43L93.33,67.37,96,76.15a18.28,18.28,0,1,0,6.4-1.17ZM41,109a15.72,15.72,0,1,1,5.58-30.4l-7.69,15.8L40,96.27H56.38A15.74,15.74,0,0,1,41,109Zm15.7-15.33H42.07l6.8-14a15.71,15.71,0,0,1,7.8,13.56C56.67,93.42,56.66,93.55,56.65,93.68ZM50,77.39l4.61-9.45,10.5,25.74H59.24c0-.13,0-.26,0-.39A18.33,18.33,0,0,0,50,77.39ZM67.45,92.56,56.59,66H91.13ZM102.39,109a15.71,15.71,0,0,1-5.65-30.38l4.56,15,2.48-.76-4.56-15A15.72,15.72,0,1,1,102.39,109Z"/><path class="cls-2" d="M78.72,40.26a13.89,13.89,0,0,1-5.58,1.25,9.86,9.86,0,0,1-5.6-1.61,9,9,0,0,1-3.39-4.41h9.4l1.07-2.89-.13-.36h-11a2.91,2.91,0,0,1,0-.4v-.57c0-.4,0-.79.05-1.17h12l1.08-2.93L76.36,27H64.13a8.69,8.69,0,0,1,3.48-4.43A10.82,10.82,0,0,1,73.55,21a16.47,16.47,0,0,1,4.55.68l.13,0,1.08-3-.15-.05a16.56,16.56,0,0,0-5.3-.81,14.91,14.91,0,0,0-8.42,2.35A11.73,11.73,0,0,0,60.66,27h-2.3l-1.08,2.93.19.19h2.69c0,.16,0,.32,0,.49v1.23c0,.14,0,.29,0,.42h-1.8L57.28,35.3l.19.19h3.21a12.2,12.2,0,0,0,4.48,6.72,12.47,12.47,0,0,0,7.64,2.46A16.44,16.44,0,0,0,79,43.39l.09,0v-3l-.28-.16Z"/></g></svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M45.7,55.67a1.31,1.31,0,0,0-1.37-.26l-5,2,3-9.33a1.32,1.32,0,0,0-.86-1.64,1.3,1.3,0,0,0-1.64.85L36,59.21a1.29,1.29,0,0,0,.35,1.35,1.3,1.3,0,0,0,1.38.26l5-2-.06.2-5.21,17a1.33,1.33,0,0,0,.09,1,1.31,1.31,0,0,0,.78.64,1.21,1.21,0,0,0,.38.06A1.31,1.31,0,0,0,40,76.86L46.06,57A1.31,1.31,0,0,0,45.7,55.67Z"/><path class="cls-2" d="M110.77,75.17a16.45,16.45,0,0,0-3.17.31l-.09,0-5.08-16.58a6.51,6.51,0,0,0-6.25-4.62H91.39v2.62h4.79a3.9,3.9,0,0,1,3.75,2.77l1.44,4.71H68.92l-1.74-4.15,3.36,0s4-.65,4.09-3.66L61,56.65l0,3.64,3.35,0,0,.06,2.46,5.86,0,0L62.17,76.29l-.09,0a16.16,16.16,0,0,0-5.84-1.09h-.36V53.64H56l.14,0h.12c3.5,0,5.83-2.93,6.91-4.67l.05-.09.08.05a6.87,6.87,0,0,0,3.26.87A5.69,5.69,0,0,0,70.85,48l4.52-5-2-1.79,1.68-1.86a1.26,1.26,0,0,0,.34-.94,1.31,1.31,0,0,0-2.28-.82l-1.68,1.85-2-1.82,1.68-1.86a1.26,1.26,0,0,0,.34-.94A1.33,1.33,0,0,0,71,33.9a1.28,1.28,0,0,0-1-.33,1.25,1.25,0,0,0-.9.43l-1.68,1.85-2-1.8-4.53,5a5.73,5.73,0,0,0-1.41,4.55,6.89,6.89,0,0,0,1.55,3.57l0,.06,0,.06c-.65,1.12-2.41,3.69-5,3.69h-.28V36.51H25.51v71.66H56.24A16.51,16.51,0,0,0,72.6,93.7v-.09h6.6a1.32,1.32,0,0,0,1-.44L102.46,68,105,76.23l-.09,0a16.47,16.47,0,1,0,5.86-1.09ZM62.93,40.81l2.76-3.06,1,.93,5,4.49-2.77,3a3.1,3.1,0,0,1-2.36,1A4.38,4.38,0,0,1,63.63,46a4.34,4.34,0,0,1-1.45-2.73A3.13,3.13,0,0,1,62.93,40.81Zm-7,37h.36a13.73,13.73,0,0,1,4.72.88l.1,0L55.88,89.94ZM53.26,105.2l-.13,0a13.85,13.85,0,0,1,0-27l.13,0Zm0-29.75h-.08a16.49,16.49,0,0,0-6.13,29.9l.27.19H28.13V39.14H53.26ZM69.91,93.73a14,14,0,0,1-4.61,8.41,13.74,13.74,0,0,1-9.06,3.41l-.15,0h-.21v-12l.12,0,.11,0,.13,0H69.93ZM58.28,91l5.14-11.15.1.06a13.91,13.91,0,0,1,6.52,11V91ZM72.7,91V90.9a16.43,16.43,0,0,0-8.09-13.42l-.08,0,0-.08,3.63-7.88,1,2.43,0,0-1.09,2.33,5.5,13.13,2.11,0L77.24,91ZM75,85,70.38,74l2.35-1,0,.09L77.3,84ZM99.66,67.18l-20,22.69-1.38-3.28L80,84.83,74.58,71.68l-3-1.05-.08,0L70,67H99.81Zm11.11,38.37a13.87,13.87,0,0,1-5.1-26.76l.1,0,3.85,12.54,2.5-.77L108.3,78.05l.11,0a13.52,13.52,0,0,1,2.36-.24,13.88,13.88,0,1,1,0,27.76Z"/></g></svg>
|
After Width: | Height: | Size: 2.3 KiB |
1
assets/themes/toerisme_vlaanderen/cycle_pump.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M70.05,70a1.74,1.74,0,0,0-1.74,1.74v4.17a1.74,1.74,0,0,0,3.48,0V71.74A1.74,1.74,0,0,0,70.05,70Z"/><path class="cls-2" d="M106,72.22l-5.87-2.13-.31.86c-6.12-1.69-10.65-.44-12.79,3.52-3.93,7.27,1.61,14.38,6.5,20.65,2.7,3.47,5.25,6.74,5.68,9.36a4.21,4.21,0,0,1-.75,3.61c-2.16,2.46-8.1,2.3-10.7,2.23l-.68,0-2,0c-.67,0-1.26,0-3.11-.07l-4.26-.05V83.72a10.86,10.86,0,0,0,0-15.63v-8a7.41,7.41,0,0,0-5.89-7.25V27.21h13V23.72H55.33v3.49h13V52.64H62.42V68.09a10.87,10.87,0,0,0,0,15.64v35.68H54.26v3.49H85.84v-3.49H77.68v-5.79l4.23,0c1.83,0,2.41,0,3.08.06.47,0,1,0,2,.06l.89,0c.56,0,1.2,0,1.9,0,5.56,0,9.25-1.13,11.29-3.45a7.55,7.55,0,0,0,1.57-6.46c-.57-3.5-3.38-7.12-6.37-11-4.44-5.7-9-11.58-6.19-16.85,1.62-3,5.48-2.73,8.55-1.92l-.35,1,6.37,2.31ZM65.9,56.13h4.35a4,4,0,0,1,4,3.94V65.8a10.56,10.56,0,0,0-8.3,0Zm8.3,63.28H65.9V86a10.63,10.63,0,0,0,8.3,0Zm-4.15-36a7.47,7.47,0,1,1,7.47-7.46A7.48,7.48,0,0,1,70.05,83.37Z"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -1,4 +1,48 @@
|
|||
[
|
||||
{
|
||||
"path": "bench.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "bicycle_rental.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "charging_station_ebike.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "cycle_pump.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "logo.png",
|
||||
"license": "Logo (all rights reserved)",
|
||||
|
@ -8,5 +52,71 @@
|
|||
"sources": [
|
||||
"https://www.toerismevlaanderen.be/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "observation_platform.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "observation_tower.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "picnic_table.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "playground.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "toilets.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "toilets_wheelchair.svg",
|
||||
"license": "CC0",
|
||||
"authors": [
|
||||
"Toerisme Vlaanderen"
|
||||
],
|
||||
"sources": [
|
||||
"https://toerismevlaanderen.be/pinjepunt",
|
||||
"https://mapcomplete.osm.be/toerisme_vlaanderenn"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:none;}.cls-3{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><polygon class="cls-2" points="43.16 98.67 101.13 98.67 72.56 84.58 43.16 98.67"/><polygon class="cls-2" points="90.61 67.2 117.61 67.2 119.61 54.68 90.61 54.68 90.61 67.2"/><rect class="cls-2" x="57.9" y="54.68" width="12.89" height="12.52"/><polygon class="cls-2" points="77.1 82.4 107.17 97.24 98.15 72.31 77.1 82.4"/><rect class="cls-2" x="74.25" y="54.68" width="12.89" height="12.52"/><polygon class="cls-2" points="27.43 67.2 38.07 67.2 38.07 54.68 25.43 54.68 27.43 67.2"/><polygon class="cls-2" points="72.59 80.17 91.39 71.16 54.33 71.16 72.59 80.17"/><rect class="cls-2" x="41.54" y="54.68" width="12.89" height="12.52"/><polygon class="cls-2" points="68.05 82.35 46.95 71.94 37.96 96.77 68.05 82.35"/><path class="cls-3" d="M121.59,51.22H23.45A1.48,1.48,0,0,0,22,52.7l2,16.48a1.48,1.48,0,0,0,1.48,1.48H43.73L31,105.86a1.48,1.48,0,1,0,2.78,1l1.72-4.74h74l1.72,4.74a1.51,1.51,0,0,0,1.9.89,1.49,1.49,0,0,0,.83-.77,1.43,1.43,0,0,0,0-1.13l-12.74-35.2h18.36a1.48,1.48,0,0,0,1.48-1.48l2-16.48A1.48,1.48,0,0,0,121.59,51.22Zm-47.84,3h13.9V67.7H73.75ZM93.58,70.66l-21,10.07-.11-.06-20.29-10ZM57.4,54.18H71.29V67.7H57.4ZM38.57,67.7H26.93l-2-13.52H38.57Zm2.47,0V54.18H54.93V67.7Zm5.63,3.54L69.19,82.35l-.46.23L37.08,97.75ZM41,99.17,72.57,84l.11,0,30.59,15.1Zm67.1-.94L76,82.39l.46-.22,22-10.55.09.26Zm10-30.53h-28V54.18h30Z"/><path class="cls-3" d="M105.24,70.66a1.49,1.49,0,0,1-1.49-1.48V52.7a1.49,1.49,0,0,1,3,0V69.18A1.48,1.48,0,0,1,105.24,70.66Z"/><path class="cls-3" d="M88.88,41a6.48,6.48,0,1,0-6.48-6.48A6.48,6.48,0,0,0,88.88,41Zm-4-6.48a4,4,0,1,1,4,4A4,4,0,0,1,84.89,34.53Z"/><path class="cls-3" d="M88.88,43.79c-4.48,0-7.95,3.8-7.95,7.07v1.6h2.49v-1.6c0-2.07,2.52-4.59,5.46-4.59s5.32,2.41,5.46,4.39v1.8h2.49v-1.6C96.83,47.59,93.36,43.79,88.88,43.79Z"/></g></svg>
|
After Width: | Height: | Size: 2 KiB |
1
assets/themes/toerisme_vlaanderen/observation_tower.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M98.75,46.2l1.66-2.06L71,18.65,51.65,35.42l-10.34,9,1.95,1.84,1.48-1.28c.91-.79,1.76-1.53,2.62-2.26l2.69-2.3,1-.89c1.48,20.59-.73,41.17-2.86,61.08-.76,7.12-1.55,14.48-2.16,21.74v.1l2.6.21L54,70.12h8.5v52.34h2.63V117.4H76.93v5.06h2.64V70.09H88l5.32,52.43v.1l2.62-.21v-.1c-.61-7.13-1.39-14.34-2.14-21.31-2.15-20.08-4.38-40.84-2.9-61.53Zm-22,34.71V90H65.22V80.91ZM65.21,78V70.12H76.76V78Zm0,24.23V93.06H76.75v9.15Zm11.61,3.08v9H65.15v-9ZM87.66,39.34V67.18H54.34V39.34Zm-.3-3H54.64L71,22.21Z"/><path class="cls-2" d="M79.4,44.73H62.57V61.66H79.4ZM65.19,59V47.54H76.78V59Z"/></g></svg>
|
After Width: | Height: | Size: 865 B |
1
assets/themes/toerisme_vlaanderen/picnic_table.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M124.25,79H93.7l-6-10.4h23.8v-13h-9.61v-11h-9v11H87.24v-11h-9v11H71l2-14.85H62.13V35.62H59.58v5.13H48.66L50.72,55.6H29.11v13H52.65l-6,10.4H15.84V91.16H39.63L29.54,108.63H42.31L52.4,91.16H88L98,108.63h12.77L100.72,91.16h23.53ZM84.69,47.14V55.6h-3.9V47.14ZM95.18,81.58H121.7v7H99.24Zm4.34,24.5L77.88,68.63h6.87l21.64,37.45Zm-13-17.47H53.88l4.06-7H82.41ZM59.41,79l6-10.4h9.51l6,10.4Zm-27.74-13V58.15h77.27v7.93ZM99.34,47.14V55.6h-3.9V47.14Zm-37.21-.28V43.3h8l-1.7,12.3H53.29l-1.7-12.3h8v3.56ZM34,106.08,55.6,68.63h6.87L40.83,106.08Zm7.15-17.47H18.39v-7H45.17Z"/></g></svg>
|
After Width: | Height: | Size: 854 B |
1
assets/themes/toerisme_vlaanderen/playground.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M82.09,112.13a7.82,7.82,0,1,1,7.82-7.82A7.82,7.82,0,0,1,82.09,112.13Zm0-13.25a5.43,5.43,0,1,0,5.43,5.43A5.44,5.44,0,0,0,82.09,98.88Z"/><path class="cls-2" d="M82.09,112.13a7.82,7.82,0,1,1,7.82-7.82A7.82,7.82,0,0,1,82.09,112.13Zm0-13.25a5.43,5.43,0,1,0,5.43,5.43A5.44,5.44,0,0,0,82.09,98.88Z"/><path class="cls-2" d="M82.09,112.13a7.82,7.82,0,1,1,7.82-7.82A7.82,7.82,0,0,1,82.09,112.13Zm0-13.25a5.43,5.43,0,1,0,5.43,5.43A5.44,5.44,0,0,0,82.09,98.88Z"/><path class="cls-2" d="M82.09,96.49a7.82,7.82,0,1,0,7.82,7.82A7.83,7.83,0,0,0,82.09,96.49Zm0,13.25a5.43,5.43,0,1,1,5.43-5.43A5.43,5.43,0,0,1,82.09,109.74Z"/><path class="cls-2" d="M103,64.86c-5.75,0-10.22,4.85-10.22,9V90.25H93l4,22.24h12l4-22.24h.2V73.89C113.2,69.71,108.74,64.86,103,64.86ZM99,110.1,96.71,97.58h12.54L107,110.1Zm4-42.85c4.07,0,7.58,3.41,7.81,6.34V87.86H95.16v-14C95.16,70.9,98.78,67.25,103,67.25Zm6.69,27.94H96.29l-.89-4.94h15.17Z"/><path class="cls-2" d="M103,45.84a8.23,8.23,0,1,0,8.23,8.23A8.25,8.25,0,0,0,103,45.84Zm-5.83,8.23a5.75,5.75,0,0,1,.54-2.41l11.07,1.78c0,.21.06.41.06.63a5.84,5.84,0,1,1-11.67,0ZM103,48.23a5.82,5.82,0,0,1,4.87,2.64l-8.47-1.36A5.74,5.74,0,0,1,103,48.23Z"/><path class="cls-2" d="M58.91,72.83c-2-5.17-4.18-8-10-8s-7.78,3.82-9.63,8.43l-5.22,17h7.21l4,22.24h7.27l4-22.24h6.8ZM47.27,110.1,43.7,90.25H54.1L50.54,110.1Zm1.64-42.85c4.1,0,5.84,1.44,7.73,6.3l3.62,14.31h-23l4.23-13.73C43.47,69.28,44.93,67.25,48.91,67.25Z"/><path class="cls-2" d="M60.52,57.61A1.2,1.2,0,0,0,58.93,57c-.62.28-.84.22-.84.22-.25-.16-.45-1.31-.54-1.87a9.63,9.63,0,0,0-.48-1.9,8.21,8.21,0,0,0-16.39.6c0,.07,0,.13,0,.19A9.41,9.41,0,0,1,39.46,57c-1,.18-1.72-1.09-1.74-1.14A1.2,1.2,0,0,0,35.58,57a4.17,4.17,0,0,0,4.31,2.42,2.94,2.94,0,0,0,1.78-1.47A8.16,8.16,0,0,0,56,58.27a2.55,2.55,0,0,0,1,1.08,2.45,2.45,0,0,0,1.18.28,4.41,4.41,0,0,0,1.77-.44A1.19,1.19,0,0,0,60.52,57.61Zm-17.4-3c.11-.36.22-.73.32-1.09.59,0,1.22,0,1.58,0a10.1,10.1,0,0,0,4-1.08c1.66,1.29,4.82,1.69,5.69,1.68a5.82,5.82,0,0,1-11.62.47Zm5.78-6.36a5.86,5.86,0,0,1,5.36,3.52c-1.62-.16-3.63-.88-3.91-1.35a1.2,1.2,0,0,0-.76-.63,1.23,1.23,0,0,0-1,.15,7.46,7.46,0,0,1-3.72,1.21c-.24,0-.62,0-1,0A5.82,5.82,0,0,1,48.9,48.23Z"/><path class="cls-2" d="M48.73,25.71m-.51,0c-19,.75-19.46,21.13-19.46,21.35V68.86a4.54,4.54,0,1,0,2.39,0V47.1c0-.77.42-18.63,17.58-19,17.13.37,17.58,18.23,17.59,19V68.86a4.54,4.54,0,1,0,2.39,0V47.08c0-.21-.48-20.59-19.46-21.34M30,75.36a2.15,2.15,0,0,1-2.15-2.15A2.25,2.25,0,0,1,30,71.07a2.06,2.06,0,0,1,1.19.41,2.11,2.11,0,0,1,1,1.73A2.14,2.14,0,0,1,30,75.36Zm37.55,0a2.14,2.14,0,0,1-2.14-2.15,2.11,2.11,0,0,1,.95-1.73,2.06,2.06,0,0,1,1.19-.41,2.25,2.25,0,0,1,2.15,2.14A2.15,2.15,0,0,1,67.51,75.36Z"/></g></svg>
|
After Width: | Height: | Size: 2.9 KiB |
|
@ -4,6 +4,7 @@
|
|||
"maintainer": "MapComplete",
|
||||
"version": "0.0.2",
|
||||
"customCss": "./assets/themes/toerisme_vlaanderen/custom.css",
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"mustHaveLanguage": [
|
||||
"nl"
|
||||
],
|
||||
|
@ -25,18 +26,136 @@
|
|||
"startLon": 4.433,
|
||||
"widenFactor": 1.5,
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "toilet",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/toilets.svg",
|
||||
"=mappings": [
|
||||
{
|
||||
"if": "wheelchair=yes",
|
||||
"then": "./assets/themes/toerisme_vlaanderen/toilets_wheelchair.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "bench",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/bench.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "picnic_table",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/picnic_table.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "observation_tower",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/observation_tower.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "playground",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/playground.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bicycle_rental",
|
||||
{
|
||||
"builtin": "bike_repair_station",
|
||||
"override": {
|
||||
"minzoom": 14,
|
||||
"=mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": {
|
||||
"render": "./assets/themes/toerisme_vlaanderen/cycle_pump.svg"
|
||||
},
|
||||
"badges": [
|
||||
{
|
||||
"if": "service:bicycle:pump:operational_status=broken",
|
||||
"then": "close:red"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
"toilet",
|
||||
"bench",
|
||||
"picnic_table",
|
||||
"observation_tower",
|
||||
"bike_repair_station",
|
||||
"playground",
|
||||
"charging_station"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 14
|
||||
"id": "charging_station_ebikes",
|
||||
"minzoom": 14,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and+": [
|
||||
"bicycle=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"=filter": null,
|
||||
"=mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"#": "All charging stations at a high zoom level, to avoid duplicates",
|
||||
"builtin": "charging_station",
|
||||
"override": {
|
||||
"name": null,
|
||||
"filter": {
|
||||
"sameAs": "charging_station_ebike"
|
||||
},
|
||||
"minzoom": 18
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
1
assets/themes/toerisme_vlaanderen/toilets.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M94.15,60.44a7.52,7.52,0,1,0-7.51-7.52A7.53,7.53,0,0,0,94.15,60.44ZM89,52.92A5.12,5.12,0,1,1,94.15,58,5.11,5.11,0,0,1,89,52.92Z"/><path class="cls-2" d="M47.46,64.39c-5.24,0-9.3,4.43-9.3,8.24V90.32h.14l3.56,28.57V119H53L56.6,90.32h.14V72.63C56.75,68.82,52.69,64.39,47.46,64.39ZM44,116.58,40.72,90.32H54.18l-3.3,26.26ZM54.34,72.39V87.92H40.56V72.63c0-2.63,3.18-5.84,6.9-5.84S54.16,69.86,54.34,72.39Z"/><path class="cls-2" d="M100.81,78.94l.71-7a7.39,7.39,0,0,0-7.35-7.42A7.29,7.29,0,0,0,89,66.75a7.57,7.57,0,0,0-2.16,5.34l.71,6.85-8.76,23.13,0,.13H88.92l1.78,16.71V119l7.13,0,1.67-16.76h10.11ZM91.33,102.2h5.76l-1.42,14.37-2.8,0Zm7.15-24H89.84L89.19,72a5,5,0,0,1,5-5,4.88,4.88,0,0,1,5,4.92Zm.42,2.4,7.37,19.19H82l7.38-19.19Z"/><path class="cls-2" d="M47.45,60.44a7.52,7.52,0,1,0-7.51-7.52A7.53,7.53,0,0,0,47.45,60.44Zm0-12.63a5.12,5.12,0,1,1-5.11,5.11A5.12,5.12,0,0,1,47.45,47.81Z"/><rect class="cls-2" x="70.37" y="45.51" width="1" height="73.55"/><path class="cls-2" d="M67.79,39.19H64L60.24,26,56.47,39.19H52.68L47,19.59h3.63l4,13.58,3.87-13.58h3.63l3.87,13.58,4-13.58h3.63Z"/><path class="cls-2" d="M91.15,35.34v3.25a19.54,19.54,0,0,1-4.83.6c-3.4,0-6-1.06-7.66-2.87a10.48,10.48,0,0,1-2.58-7.39,9.84,9.84,0,0,1,2.59-6.82c1.69-1.75,4.22-2.81,7.66-2.81a19,19,0,0,1,4.82.6v3.25l-.12.06a15.77,15.77,0,0,0-4.21-.6,7.26,7.26,0,0,0-5.5,2.06,6.7,6.7,0,0,0-1.68,4.59,6.54,6.54,0,0,0,1.68,4.55,7.15,7.15,0,0,0,5.48,2.07,15.92,15.92,0,0,0,4.23-.6Z"/></g></svg>
|
After Width: | Height: | Size: 1.7 KiB |
1
assets/themes/toerisme_vlaanderen/toilets_wheelchair.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 141.73 141.73"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#3c3d3c;}</style></defs><g id="Laag_1" data-name="Laag 1"><circle class="cls-1" cx="70.87" cy="70.87" r="70.87"/></g><g id="Laag_2" data-name="Laag 2"><path class="cls-2" d="M67.79,39.19H64L60.24,26,56.47,39.19H52.68L47,19.59h3.63l4,13.58,3.87-13.58h3.63l3.87,13.58,4-13.58h3.63Z"/><path class="cls-2" d="M91.15,35.34v3.25a19.54,19.54,0,0,1-4.83.6c-3.4,0-6-1.06-7.66-2.87a10.48,10.48,0,0,1-2.58-7.39,9.84,9.84,0,0,1,2.59-6.82c1.69-1.75,4.22-2.81,7.66-2.81a19,19,0,0,1,4.82.6v3.25l-.12.06a15.77,15.77,0,0,0-4.21-.6,7.26,7.26,0,0,0-5.5,2.06,6.7,6.7,0,0,0-1.68,4.59,6.54,6.54,0,0,0,1.68,4.55,7.15,7.15,0,0,0,5.48,2.07,15.92,15.92,0,0,0,4.23-.6Z"/><path class="cls-2" d="M84.23,104.79A19.36,19.36,0,1,1,59.89,79l.16-.06V76l-.33.11A22.11,22.11,0,1,0,86.1,107.25l.07-.13-1.76-2.76Z"/><path class="cls-2" d="M90.26,86.8l0,0H79.5V73.35c0-5.17-3.66-9.37-8.15-9.37s-8.14,4.2-8.14,9.37V98.1H85.15l8.21,13.74.06.09,8.61-6.26ZM71.35,66.74c3,0,5.39,3,5.39,6.61V89.51h12L98.33,105l-4.1,3L86.79,95.46l-.07-.12H66v-22C66,69.7,68.38,66.74,71.35,66.74Z"/><path class="cls-2" d="M71.8,63.23a9,9,0,1,0-9-9A9,9,0,0,0,71.8,63.23ZM71.8,48a6.23,6.23,0,1,1-6.23,6.23A6.24,6.24,0,0,1,71.8,48Z"/></g></svg>
|
After Width: | Height: | Size: 1.3 KiB |