Add Dutch traffic signs, hide questions if traffic signs not known (#679)

* Add Dutch traffic signs, hide questions if traffic signs not known

* Move images to subfolders

* Merge develop, regen docs

Co-authored-by: pietervdvn <pietervdvn@posteo.net>
This commit is contained in:
Robin van der Linde 2022-03-08 01:11:32 +01:00 committed by GitHub
parent 54158767d2
commit e1a9a14d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 339 additions and 118 deletions

View file

@ -796,9 +796,18 @@
"id": "Rambu lalu lintas apa yang dimiliki jalur sepeda ini?"
},
"condition": {
"or": [
"cycleway=lane",
"cycleway=track"
"and": [
{
"or": [
"cycleway=lane",
"cycleway=track"
]
},
{
"or": [
"_country=be"
]
}
]
},
"mappings": [
@ -812,7 +821,7 @@
},
"hideInAnswer": "_country!=be",
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D07.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg",
"class": "medium"
}
},
@ -826,7 +835,7 @@
},
"hideInAnswer": true,
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D07.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg",
"class": "medium"
}
},
@ -844,7 +853,7 @@
"cycleway:segregated=yes"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D09.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg",
"class": "medium"
}
},
@ -862,7 +871,7 @@
"cycleway:segregated=no"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D10.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg",
"class": "medium"
}
},
@ -885,9 +894,19 @@
"de": "Welches Verkehrszeichen hat dieser Radweg?"
},
"condition": {
"or": [
"highway=cycleway",
"highway=path"
"and": [
{
"or": [
"highway=cycleway",
"highway=path"
]
},
{
"or": [
"_country=be",
"_country=nl"
]
}
]
},
"mappings": [
@ -907,7 +926,7 @@
"speed_pedelec=yes"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D07.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg",
"class": "medium"
}
},
@ -920,7 +939,7 @@
},
"hideInAnswer": true,
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D07.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg",
"class": "medium"
}
},
@ -941,7 +960,7 @@
"segregated=yes"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D09.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg",
"class": "medium"
}
},
@ -962,7 +981,55 @@
"segregated=no"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_road_sign_D10.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg",
"class": "medium"
}
},
{
"if": "traffic_sign=NL:G11",
"then": {
"en": "Compulsory cycleway",
"nl": "Verplicht fietspad"
},
"hideInAnswer": "_country!=nl",
"addExtraTags": [
"mofa=yes",
"moped=no"
],
"icon": {
"path": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G11.svg",
"class": "medium"
}
},
{
"if": "traffic_sign=NL:G12a",
"then": {
"en": "Compulsory (moped)cycleway",
"nl": "Verplicht bromfietspad"
},
"hideInAnswer": "_country!=nl",
"addExtraTags": [
"mofa=designated",
"moped=designated"
],
"icon": {
"path": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G12a.svg",
"class": "medium"
}
},
{
"if": "traffic_sign=NL:G13",
"then": {
"en": "Non-compulsory cycleway",
"nl": "Onverplicht fietspad"
},
"hideInAnswer": "_country!=nl",
"addExtraTags": [
"mofa=no",
"moped=no"
],
"icon": {
"path": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G13.svg",
"class": "medium"
}
},
@ -979,9 +1046,9 @@
{
"id": "cycleway-traffic-signs-supplementary",
"question": {
"en": "Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?",
"nl": "Heeft het verkeersbord D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) een onderbord?",
"de": "Hat das Verkehrszeichen D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) ein Zusatzzeichen?"
"en": "Does the traffic sign D7 (<img src='./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?",
"nl": "Heeft het verkeersbord D7 (<img src='./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 1.5em'>) een onderbord?",
"de": "Hat das Verkehrszeichen D7 (<img src='./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 1.5em'>) ein Zusatzzeichen?"
},
"condition": {
"or": [
@ -1001,7 +1068,7 @@
"cycleway:moped=designated"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M6.svg",
"class": "medium"
}
},
@ -1016,7 +1083,7 @@
"cycleway:speed_pedelec=designated"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M13.svg",
"class": "medium"
}
},
@ -1032,7 +1099,7 @@
"cycleway:speed_pedelec=designated"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M14.svg",
"class": "medium"
}
},
@ -1047,7 +1114,7 @@
"cycleway:moped=no"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M7.svg",
"class": "medium"
}
},
@ -1062,7 +1129,7 @@
"cycleway:speed_pedelec=no"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M15.svg",
"class": "medium"
}
},
@ -1078,7 +1145,7 @@
"cycleway:speed_pedelec=no"
],
"icon": {
"path": "./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg",
"path": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M16.svg",
"class": "medium"
}
},

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="375px" height="370px" viewBox="0 0 375 370" version="1.1">
<g id="surface1">
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.742411 79.217658 C 9.329749 79.217658 -9.689995 46.296632 5.532667 19.92595 C 20.757004 -6.410367 58.762992 -6.410367 73.985654 19.92595 C 89.210829 46.296632 70.18941 79.217658 39.742411 79.217658 Z M 39.742411 79.217658 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.742411 77.231181 C 10.82798 77.231181 -7.252124 45.947951 7.205092 20.900748 C 21.662308 -4.147293 57.821678 -4.147293 72.24372 20.900748 C 86.701774 45.947951 68.656006 77.231181 39.742411 77.231181 Z M 39.742411 77.231181 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.742411 74.827294 C 12.708934 74.827294 -4.186153 45.564905 9.329749 22.120294 C 22.847325 -1.289952 56.672671 -1.289952 70.18941 22.120294 C 83.706987 45.564905 66.811063 74.827294 39.742411 74.827294 Z M 39.742411 74.827294 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 29.396328 32.433207 L 39.394025 41.316193 C 39.011302 41.768808 38.766761 42.326194 38.766761 42.95315 C 38.766761 44.242264 39.847095 45.357038 41.065611 45.460971 L 41.065611 48.423084 L 40.682888 48.423084 L 40.682888 48.981309 L 41.971752 48.981309 L 41.971752 48.423084 L 41.589867 48.423084 L 41.589867 45.529702 C 42.809221 45.460133 43.715361 44.485335 43.888717 43.404926 L 45.316601 43.404926 C 45.490794 48.247067 49.462906 52.11441 54.340322 52.11441 C 59.35592 52.11441 63.431878 48.038361 63.431878 43.057084 C 63.431878 38.038926 59.35592 33.963716 54.340322 33.963716 C 52.842091 33.963716 51.411695 34.346762 50.158005 35.043286 L 47.614614 30.341121 L 48.241878 29.120737 C 48.417746 28.737691 48.938651 28.843301 49.254377 28.528985 C 49.287038 28.320279 49.287038 28.180304 49.287038 27.97076 C 49.112845 27.866826 49.077671 27.693324 48.835643 27.693324 L 45.489957 27.693324 C 45.454783 27.797258 45.315763 27.762054 45.212755 27.762054 C 45.178418 27.797258 45.143245 27.830785 45.108071 27.830785 C 45.037724 28.005963 45.037724 28.249034 45.108071 28.424213 C 45.143245 28.45774 45.212755 28.492943 45.282265 28.492943 L 46.989025 28.492943 C 47.163218 28.45774 47.339087 28.528147 47.511605 28.597715 C 47.580278 28.63208 47.580278 28.63208 47.650625 28.665607 C 47.616289 28.807259 47.756146 28.979923 47.685799 29.084695 L 47.338249 29.885991 L 29.988418 29.885991 L 30.475824 27.829946 C 30.859385 27.690809 31.172598 27.969922 31.974055 27.621241 C 32.287268 27.621241 33.019216 27.202991 33.925356 27.517307 C 34.098712 27.4469 33.855009 27.377332 33.958855 27.273398 C 33.855009 27.202991 34.098712 27.02865 34.064376 26.95992 C 33.506622 26.784741 32.356778 26.681646 31.834198 27.02865 C 31.277282 27.342128 30.510998 27.132584 30.022754 27.168626 L 28.315994 34.55463 C 27.34118 34.170745 26.225673 33.926836 25.075829 33.926836 C 20.095404 33.926836 16.018608 38.002884 16.018608 42.985 C 16.018608 48.00232 20.095404 52.042327 25.075829 52.042327 C 30.057928 52.042327 34.133886 48.00232 34.133886 42.985 C 34.133886 39.327202 31.938882 36.22679 28.839411 34.764174 Z M 29.396328 32.433207 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style="fill:none;stroke-width:0.418;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 23.612771 33.371964 C 24.136189 33.26803 24.622758 33.197623 25.075829 33.197623 C 30.475824 33.197623 34.829822 37.622353 34.829822 43.057084 C 34.829822 43.333681 34.829822 43.613632 34.796323 43.92711 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 62.213362 52.531821 L 17.16929 52.531821 L 17.16929 51.869662 L 62.211687 51.869662 L 62.211687 52.531821 Z M 62.213362 52.531821 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 122.585938 195.304688 C 121.449219 194.65625 120.308594 194.820312 119.007812 194.820312 C 115.4375 194.820312 112.675781 197.582031 112.675781 200.828125 C 112.675781 204.234375 115.4375 206.992188 119.007812 206.992188 C 121.769531 206.992188 124.371094 205.042969 125.019531 202.617188 L 156.871094 202.617188 C 155.730469 222.582031 139.160156 238.332031 119.007812 238.332031 C 97.5625 238.332031 80.5 221.121094 80.5 200.175781 C 80.5 178.910156 97.5625 161.859375 119.007812 161.859375 C 123.882812 161.859375 128.757812 162.835938 133.308594 164.78125 L 130.707031 175.007812 C 129.246094 181.019531 127.300781 188 122.585938 195.304688 Z M 122.585938 195.304688 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 137.535156 166.730469 L 134.121094 178.257812 C 132.496094 183.617188 128.597656 195.304688 125.183594 199.527344 C 125.511719 200.335938 125.019531 198.714844 125.183594 199.527344 L 157.195312 199.527344 C 156.707031 184.589844 149.882812 172.90625 137.535156 166.730469 Z M 137.535156 166.730469 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 139.808594 148.546875 L 141.109375 141.890625 L 221.378906 141.890625 L 199.441406 189.460938 C 198.464844 189.132812 197.816406 187.832031 196.351562 188.160156 L 196.351562 175.828125 L 198.960938 175.828125 L 198.960938 172.089844 L 188.722656 172.089844 L 188.722656 175.828125 L 191.484375 175.828125 L 191.484375 188.492188 C 189.210938 188.976562 188.886719 188.652344 187.257812 190.113281 Z M 139.808594 148.546875 "/>
<path style="fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.348;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 61.828126 39.468854 C 62.489726 40.617992 62.596085 41.628832 62.596085 43.057922 C 62.596085 47.551381 58.938023 51.208342 54.374658 51.208342 C 49.948638 51.208342 46.396097 47.935266 46.222741 43.579267 L 52.702234 43.579267 C 52.842929 44.414928 53.573201 45.077087 54.444168 45.077087 C 55.454155 45.077087 56.291623 43.996678 56.291623 43.057084 C 56.291623 42.673199 55.97841 42.673199 56.012746 42.673199 C 57.96321 41.593629 59.879338 40.549262 61.828126 39.468854 Z M 61.828126 39.468854 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 262.492188 194.820312 L 288.167969 180.535156 C 281.496094 169.65625 269.480469 162.351562 255.507812 162.351562 C 249.492188 162.351562 243.480469 163.652344 238.28125 166.410156 L 252.742188 192.550781 C 253.5625 192.222656 254.851562 191.898438 255.828125 191.898438 C 258.269531 191.898438 260.542969 193.191406 262.492188 194.820312 Z M 262.492188 194.820312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 235.1875 168.195312 L 250.136719 195.140625 C 248.675781 196.441406 248.023438 197.253906 247.707031 199.363281 L 217.316406 199.363281 C 217.808594 185.890625 224.46875 174.6875 235.1875 168.195312 Z M 235.1875 168.195312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 223.820312 146.117188 L 202.367188 191.574219 C 204.972656 192.550781 207.402344 195.636719 207.566406 199.53125 L 212.277344 199.367188 C 212.765625 184.59375 220.238281 171.28125 232.101562 164.136719 Z M 223.820312 146.117188 "/>
<path style="fill:none;stroke-width:0.418;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 44.794858 44.485335 C 44.690174 43.996678 44.654163 43.50886 44.654163 43.057084 C 44.654163 37.620676 49.077671 33.197623 54.477667 33.197623 C 58.484115 33.197623 61.897636 35.602349 63.431041 39.050604 " transform="matrix(4.664355,0,0,4.660419,2.045235,0)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="370px" height="370px" viewBox="0 0 370 370" version="1.1">
<g id="surface1">
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 40.030893 79.904383 C 9.3147 79.904383 -9.87436 46.637595 5.484159 20.036001 C 20.841832 -6.567284 59.236862 -6.583346 74.595381 20.036001 C 89.953055 46.637595 70.747931 79.904383 40.030893 79.904383 Z M 40.030893 79.904383 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 40.030893 77.901612 C 10.84827 77.901612 -7.388017 46.295205 7.203718 21.020901 C 21.780235 -4.253403 58.267179 -4.253403 72.858914 21.020901 C 87.449803 46.29436 69.215207 77.901612 40.030893 77.901612 Z M 40.030893 77.901612 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 40.030893 75.461766 C 12.725074 75.461766 -4.337786 45.887719 9.3147 22.240824 C 22.968878 -1.406071 57.092908 -1.406071 70.747931 22.240824 C 84.401263 45.887719 67.338402 75.461766 40.030893 75.461766 Z M 40.030893 75.461766 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 279.996094 179.4375 L 258.898438 146.632812 C 255.867188 142.875 249.503906 138.535156 244.445312 139.117188 L 244.445312 133.480469 C 248.058594 131.742188 250.511719 128.277344 250.511719 123.796875 C 250.511719 118.160156 246.035156 113.246094 239.964844 113.246094 C 234.320312 113.246094 229.558594 118.160156 229.558594 123.796875 C 229.558594 128.566406 232.589844 132.320312 236.929688 133.765625 L 236.929688 138.683594 C 231.003906 138.683594 216.695312 142.582031 216.695312 157.179688 L 216.695312 187.964844 C 216.695312 190.425781 218.71875 192.449219 221.175781 192.449219 C 223.777344 192.449219 225.652344 190.425781 225.652344 187.964844 L 225.652344 159.496094 C 225.652344 158.339844 226.523438 157.761719 227.675781 157.761719 C 228.832031 157.761719 229.414062 158.339844 229.414062 159.496094 L 229.414062 241.441406 C 229.414062 244.042969 231.582031 246.203125 234.328125 246.203125 C 236.789062 246.203125 238.660156 244.035156 238.660156 241.441406 L 238.660156 197.214844 C 238.660156 195.480469 239.964844 194.324219 241.695312 194.324219 C 243.433594 194.324219 244.445312 195.480469 244.445312 197.214844 L 244.445312 251.703125 C 244.445312 254.15625 246.617188 256.613281 249.355469 256.613281 C 251.8125 256.613281 253.839844 254.160156 253.839844 251.703125 L 253.839844 156.601562 L 271.324219 184.0625 C 272.769531 186.515625 274.789062 186.234375 276.53125 185.652344 C 277.972656 191.289062 278.984375 194.609375 282.890625 194.757812 L 295.027344 195.480469 L 286.359375 223.515625 L 293.003906 223.515625 L 293.003906 244.035156 C 293.003906 245.339844 294.449219 246.636719 296.039062 246.636719 C 297.777344 246.636719 299.074219 245.34375 299.074219 244.035156 L 299.074219 223.226562 L 302.980469 223.226562 L 302.980469 239.988281 C 302.980469 241.433594 304.277344 242.882812 306.011719 242.882812 C 307.746094 242.882812 309.1875 241.433594 309.1875 239.988281 L 309.1875 223.515625 L 315.550781 223.515625 L 309.480469 200.394531 L 317.285156 209.070312 C 318.296875 209.644531 319.308594 209.644531 319.886719 209.070312 C 320.753906 208.34375 321.046875 207.621094 320.320312 206.171875 L 309.769531 194.175781 C 307.605469 191.863281 306.304688 190.417969 303.410156 189.835938 C 302.6875 189.121094 302.980469 188.25 303.121094 187.390625 C 305.722656 186.234375 307.167969 183.484375 307.167969 180.597656 C 307.167969 176.40625 304.132812 173.078125 300.085938 173.078125 C 295.605469 173.078125 292.28125 176.40625 292.28125 180.597656 C 292.28125 183.917969 294.453125 186.664062 297.777344 187.671875 C 297.917969 188.683594 298.066406 190.273438 296.765625 190.851562 L 286.648438 190.851562 C 284.917969 190.851562 284.046875 190.5625 282.894531 189.253906 C 281.875 187.382812 280.578125 184.777344 280.578125 183.480469 C 280.578125 182.46875 280.289062 182.609375 279.859375 182.179688 C 280.28125 181.460938 280.574219 180.882812 279.996094 179.4375 Z M 279.996094 179.4375 "/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 40.845866 77.151736 L 39.235365 77.151736 L 39.235365 2.815895 L 40.845866 2.815895 Z M 40.845866 77.151736 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 70.5 163.542969 L 100.710938 190.710938 C 99.550781 192.015625 98.828125 193.890625 98.828125 195.621094 C 98.828125 199.527344 102.152344 202.847656 105.765625 203.285156 L 105.765625 212.242188 L 104.609375 212.242188 L 104.609375 213.832031 L 108.367188 213.832031 L 108.367188 212.242188 L 107.355469 212.242188 L 107.355469 203.429688 C 110.96875 203.289062 113.859375 200.398438 114.292969 196.925781 L 118.628906 196.925781 C 119.207031 211.816406 131.199219 223.230469 145.800781 223.230469 C 161.117188 223.230469 173.40625 210.945312 173.40625 195.769531 C 173.40625 180.746094 161.117188 168.453125 145.800781 168.453125 C 141.320312 168.453125 137.128906 169.464844 133.371094 171.632812 L 125.566406 157.472656 L 127.445312 153.570312 C 128.023438 152.558594 129.46875 152.988281 130.480469 151.976562 C 130.621094 151.257812 130.621094 150.820312 130.621094 150.246094 C 130.191406 149.808594 130.046875 149.375 129.324219 149.375 L 119.207031 149.375 C 119.0625 149.523438 118.628906 149.375 118.339844 149.375 C 118.339844 149.523438 118.050781 149.667969 117.90625 149.667969 C 117.765625 150.386719 117.765625 150.964844 117.90625 151.546875 C 118.050781 151.691406 118.339844 151.832031 118.484375 151.832031 L 123.6875 151.832031 C 124.265625 151.691406 124.699219 151.976562 125.421875 151.976562 C 125.421875 152.125 125.421875 152.125 125.710938 152.269531 C 125.566406 152.84375 125.996094 153.28125 125.710938 153.421875 L 124.699219 155.882812 L 72.238281 155.882812 L 73.679688 149.667969 C 74.980469 149.375 75.851562 150.246094 78.304688 149.230469 C 79.171875 149.230469 81.484375 148.078125 84.085938 148.945312 C 84.667969 148.511719 83.941406 148.363281 84.234375 148.21875 C 83.941406 148.078125 84.667969 147.207031 84.519531 147.066406 C 83.078125 146.632812 79.464844 146.34375 77.871094 147.207031 C 76.136719 148.21875 73.96875 147.644531 72.382812 147.785156 L 67.179688 170.191406 C 64.285156 169.03125 60.820312 168.3125 57.492188 168.3125 C 42.320312 168.3125 30.035156 180.597656 30.035156 195.765625 C 30.035156 210.941406 42.320312 223.226562 57.492188 223.226562 C 72.382812 223.226562 84.808594 210.941406 84.808594 195.765625 C 84.808594 184.640625 78.019531 175.246094 68.625 170.910156 L 70.5 163.542969 "/>
<path style="fill:none;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 11.473871 36.004059 C 11.818798 35.971934 12.100318 35.878093 12.444399 35.878093 C 15.946923 35.878093 18.82469 38.786295 18.82469 42.320944 C 18.82469 42.539905 18.82469 42.758865 18.794255 42.948237 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 59.664062 192.449219 C 58.945312 192.015625 58.222656 192.15625 57.5 192.15625 C 55.1875 192.15625 53.308594 194.03125 53.308594 196.0625 C 53.308594 198.371094 55.1875 199.960938 57.5 199.960938 C 59.085938 199.960938 60.824219 198.949219 61.253906 197.214844 L 82.070312 197.214844 C 81.203125 210.367188 70.503906 220.484375 57.5 220.484375 C 43.621094 220.484375 32.496094 209.355469 32.496094 195.621094 C 32.496094 181.75 43.621094 170.621094 57.5 170.621094 C 60.675781 170.621094 63.570312 171.488281 66.75 172.5 L 65.015625 179.292969 C 64.003906 183.199219 62.84375 187.675781 59.664062 192.449219 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 68.339844 173.371094 L 66.605469 180.449219 C 65.738281 183.628906 62.992188 190.710938 60.824219 193.457031 C 60.824219 194.03125 61.253906 194.753906 61.402344 195.332031 L 82.070312 195.332031 C 81.917969 185.507812 76.433594 177.269531 68.339844 173.371094 Z M 68.339844 173.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 70.9375 162.097656 L 71.808594 157.761719 L 123.832031 157.761719 L 109.378906 188.253906 C 108.65625 187.964844 108.222656 187.675781 107.210938 187.675781 L 107.210938 179.011719 L 108.367188 179.011719 L 108.367188 177.417969 L 104.609375 177.417969 L 104.609375 179.011719 L 105.765625 179.011719 L 105.765625 187.824219 C 103.527344 188.039062 103.164062 188.6875 102.152344 189.699219 L 70.9375 162.097656 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 151.4375 193.027344 L 167.910156 183.917969 C 169.792969 187.675781 170.945312 191.722656 170.945312 195.765625 C 170.945312 209.5 159.820312 220.769531 145.945312 220.769531 C 132.648438 220.769531 121.808594 210.363281 121.371094 196.921875 L 140.597656 196.921875 C 140.886719 199.523438 143.34375 201.550781 145.945312 201.550781 C 149.125 201.550781 151.726562 198.949219 151.726562 195.765625 C 151.726562 194.753906 151.582031 194.03125 151.289062 193.3125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 150.429688 192.160156 L 167.050781 182.910156 C 162.570312 175.828125 155.050781 171.058594 145.804688 171.058594 C 142.046875 171.058594 138.144531 171.929688 134.820312 173.519531 L 144.214844 190.714844 C 144.644531 190.429688 145.515625 190.28125 145.949219 190.28125 C 147.675781 190.277344 149.265625 191.007812 150.429688 192.160156 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 133.371094 174.667969 L 142.765625 191.722656 C 141.898438 192.734375 140.886719 193.890625 140.742188 195.1875 L 121.230469 195.1875 C 121.371094 186.515625 126.144531 178.855469 133.082031 174.519531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 124.699219 159.203125 L 111.257812 188.976562 C 112.992188 190.425781 114.582031 192.734375 114.726562 195.335938 L 118.917969 195.335938 C 119.207031 185.652344 124.265625 177.125 132.070312 172.359375 L 124.699219 159.203125 "/>
<path style="fill:none;stroke-width:0.156;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 25.330947 43.323598 C 25.269232 43.010797 25.237106 42.665871 25.237106 42.32179 C 25.237106 38.787141 28.146154 35.878939 31.648677 35.878939 C 34.308329 35.878939 36.529215 37.506348 37.530178 39.695108 " transform="matrix(4.620553,0,0,4.620553,0,0.219479)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" width="375px" height="370px" viewBox="0 0 375 370" version="1.1">
<g id="surface1">
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.155;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.783293 79.407798 C 9.257867 79.407798 -9.811826 46.348348 5.44963 19.910691 C 20.712762 -6.526967 58.868916 -6.542072 74.132887 19.910691 C 89.395181 46.349187 70.30872 79.407798 39.783293 79.407798 Z M 39.783293 79.407798 " transform="matrix(4.658898,0,0,4.654966,2.12245,0)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.155;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.783293 77.418156 C 10.781329 77.418156 -7.340915 46.006811 7.160067 20.890827 C 21.645118 -4.225997 57.906377 -4.225997 72.407358 20.890827 C 86.90834 46.006811 68.785257 77.418156 39.783293 77.418156 Z M 39.783293 77.418156 " transform="matrix(4.658898,0,0,4.654966,2.12245,0)"/>
<path style="fill-rule:evenodd;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;stroke-width:0.155;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,44.313726%,70.19608%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 39.783293 74.99383 C 12.646041 74.99383 -4.309921 45.602337 9.257867 22.101731 C 22.827332 -1.398036 56.740093 -1.398036 70.307881 22.101731 C 83.875669 45.602337 66.919707 74.99383 39.783293 74.99383 Z M 39.783293 74.99383 " transform="matrix(4.658898,0,0,4.654966,2.12245,0)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 198.765625 120.902344 L 177.625 88.058594 C 174.582031 84.296875 168.207031 79.953125 163.136719 80.535156 L 163.136719 74.890625 C 166.757812 73.152344 169.222656 69.679688 169.222656 65.199219 C 169.222656 59.550781 164.730469 54.628906 158.648438 54.628906 C 153 54.628906 148.222656 59.550781 148.222656 65.199219 C 148.222656 69.96875 151.261719 73.734375 155.609375 75.175781 L 155.609375 80.097656 C 149.667969 80.097656 135.335938 84.007812 135.335938 98.621094 L 135.335938 129.441406 C 135.335938 131.902344 137.359375 133.929688 139.820312 133.929688 C 142.429688 133.929688 144.3125 131.902344 144.3125 129.441406 L 144.3125 100.9375 C 144.3125 99.777344 145.183594 99.199219 146.339844 99.199219 C 147.5 99.199219 148.078125 99.777344 148.078125 100.9375 L 148.078125 182.976562 C 148.078125 185.585938 150.253906 187.753906 153 187.753906 C 155.464844 187.753906 157.347656 185.578125 157.347656 182.976562 L 157.347656 138.703125 C 157.347656 136.96875 158.648438 135.808594 160.386719 135.808594 C 162.121094 135.808594 163.136719 136.96875 163.136719 138.703125 L 163.136719 193.25 C 163.136719 195.714844 165.308594 198.175781 168.0625 198.175781 C 170.523438 198.175781 172.554688 195.71875 172.554688 193.25 L 172.554688 98.042969 L 190.078125 125.535156 C 191.523438 127.992188 193.554688 127.703125 195.292969 127.128906 C 196.742188 132.769531 197.75 136.097656 201.664062 136.242188 L 213.828125 136.96875 L 205.136719 165.039062 L 211.800781 165.039062 L 211.800781 185.585938 C 211.800781 186.890625 213.25 188.195312 214.839844 188.195312 C 216.578125 188.195312 217.875 186.898438 217.875 185.585938 L 217.875 164.75 L 221.789062 164.75 L 221.789062 181.535156 C 221.789062 182.976562 223.089844 184.425781 224.828125 184.425781 C 226.566406 184.425781 228.019531 182.972656 228.019531 181.535156 L 228.019531 165.039062 L 234.390625 165.039062 L 228.300781 141.882812 L 236.128906 150.570312 C 237.140625 151.148438 238.15625 151.148438 238.734375 150.570312 C 239.609375 149.84375 239.894531 149.121094 239.171875 147.675781 L 228.597656 135.664062 C 226.421875 133.347656 225.121094 131.902344 222.226562 131.320312 C 221.5 130.601562 221.789062 129.730469 221.933594 128.863281 C 224.542969 127.703125 225.992188 124.957031 225.992188 122.0625 C 225.992188 117.863281 222.949219 114.535156 218.894531 114.535156 C 214.40625 114.535156 211.070312 117.863281 211.070312 122.0625 C 211.070312 125.390625 213.246094 128.136719 216.578125 129.152344 C 216.71875 130.167969 216.871094 131.757812 215.566406 132.335938 L 205.425781 132.335938 C 203.691406 132.335938 202.8125 132.046875 201.660156 130.742188 C 200.644531 128.863281 199.339844 126.257812 199.339844 124.957031 C 199.339844 123.941406 199.042969 124.085938 198.621094 123.65625 C 199.054688 122.929688 199.34375 122.351562 198.765625 120.902344 Z M 198.765625 120.902344 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 156.1875 246.859375 L 186.457031 274.066406 C 185.296875 275.371094 184.574219 277.25 184.574219 278.984375 C 184.574219 282.890625 187.90625 286.21875 191.523438 286.652344 L 191.523438 295.628906 L 190.363281 295.628906 L 190.363281 297.21875 L 194.128906 297.21875 L 194.128906 295.628906 L 193.117188 295.628906 L 193.117188 286.800781 C 196.738281 286.65625 199.632812 283.765625 200.070312 280.292969 L 204.410156 280.292969 C 204.996094 295.195312 217.015625 306.621094 231.636719 306.621094 C 246.988281 306.621094 259.304688 294.324219 259.304688 279.136719 C 259.304688 264.085938 246.988281 251.789062 231.636719 251.789062 C 227.152344 251.789062 222.953125 252.800781 219.191406 254.976562 L 211.363281 240.792969 L 213.246094 236.882812 C 213.828125 235.871094 215.277344 236.304688 216.28125 235.292969 C 216.433594 234.5625 216.433594 234.128906 216.433594 233.554688 C 216 233.113281 215.855469 232.683594 215.132812 232.683594 L 204.996094 232.683594 C 204.851562 232.824219 204.410156 232.683594 204.121094 232.683594 C 204.121094 232.824219 203.835938 232.972656 203.691406 232.972656 C 203.546875 233.691406 203.546875 234.273438 203.691406 234.847656 C 203.835938 234.992188 204.121094 235.140625 204.261719 235.140625 L 209.476562 235.140625 C 210.058594 234.996094 210.496094 235.289062 211.214844 235.289062 C 211.214844 235.429688 211.214844 235.429688 211.507812 235.578125 C 211.363281 236.160156 211.800781 236.589844 211.507812 236.734375 L 210.496094 239.195312 L 157.925781 239.195312 L 159.375 232.972656 C 160.679688 232.683594 161.546875 233.554688 164.011719 232.539062 C 164.875 232.539062 167.191406 231.375 169.800781 232.246094 C 170.378906 231.8125 169.65625 231.664062 169.945312 231.519531 C 169.65625 231.375 170.378906 230.507812 170.234375 230.363281 C 168.785156 229.925781 165.164062 229.640625 163.570312 230.507812 C 161.835938 231.519531 159.664062 230.945312 158.070312 231.085938 L 152.855469 253.515625 C 149.957031 252.359375 146.484375 251.632812 143.152344 251.632812 C 127.949219 251.632812 115.636719 263.933594 115.636719 279.125 C 115.636719 294.320312 127.949219 306.613281 143.152344 306.613281 C 158.070312 306.613281 170.523438 294.316406 170.523438 279.125 C 170.523438 267.980469 163.714844 258.578125 154.304688 254.234375 L 156.1875 246.859375 "/>
<path style="fill:none;stroke-width:0.155;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 29.307707 53.685103 C 29.649794 53.654893 29.928998 53.560907 30.271085 53.560907 C 33.753165 53.560907 36.613116 56.451805 36.613116 59.963679 C 36.613116 60.18186 36.613116 60.399202 36.582094 60.586334 " transform="matrix(4.658898,0,0,4.654966,2.12245,0)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 145.328125 275.796875 C 144.601562 275.371094 143.878906 275.507812 143.152344 275.507812 C 140.835938 275.507812 138.953125 277.390625 138.953125 279.414062 C 138.953125 281.734375 140.835938 283.324219 143.152344 283.324219 C 144.746094 283.324219 146.484375 282.3125 146.921875 280.578125 L 167.773438 280.578125 C 166.902344 293.742188 156.1875 303.871094 143.152344 303.871094 C 129.25 303.871094 118.101562 292.726562 118.101562 278.980469 C 118.101562 265.09375 129.25 253.945312 143.152344 253.945312 C 146.339844 253.945312 149.238281 254.820312 152.421875 255.832031 L 150.683594 262.632812 C 149.667969 266.542969 148.515625 271.027344 145.328125 275.796875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 154.015625 256.703125 L 152.277344 263.792969 C 151.40625 266.976562 148.660156 274.066406 146.484375 276.816406 C 146.484375 277.394531 146.921875 278.117188 147.066406 278.699219 L 167.773438 278.699219 C 167.628906 268.855469 162.121094 260.605469 154.015625 256.703125 Z M 154.015625 256.703125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 156.621094 245.417969 L 157.492188 241.074219 L 209.625 241.074219 L 195.148438 271.609375 C 194.421875 271.316406 193.984375 271.027344 192.972656 271.027344 L 192.972656 262.34375 L 194.128906 262.34375 L 194.128906 260.753906 L 190.363281 260.753906 L 190.363281 262.34375 L 191.523438 262.34375 L 191.523438 271.175781 C 189.28125 271.390625 188.917969 272.046875 187.90625 273.050781 L 156.621094 245.417969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 237.289062 276.378906 L 253.796875 267.261719 C 255.679688 271.027344 256.84375 275.082031 256.84375 279.128906 C 256.84375 292.871094 245.683594 304.164062 231.78125 304.164062 C 218.464844 304.164062 207.597656 293.746094 207.167969 280.289062 L 226.425781 280.289062 C 226.71875 282.890625 229.183594 284.917969 231.78125 284.917969 C 234.96875 284.917969 237.578125 282.3125 237.578125 279.128906 C 237.578125 278.117188 237.433594 277.394531 237.140625 276.671875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 236.277344 275.511719 L 252.929688 266.253906 C 248.4375 259.167969 240.90625 254.390625 231.636719 254.390625 C 227.875 254.390625 223.96875 255.257812 220.640625 256.847656 L 230.050781 274.066406 C 230.488281 273.773438 231.355469 273.632812 231.789062 273.632812 C 233.519531 273.632812 235.113281 274.355469 236.277344 275.511719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 219.191406 258.007812 L 228.601562 275.082031 C 227.734375 276.089844 226.71875 277.25 226.570312 278.554688 L 207.019531 278.554688 C 207.164062 269.871094 211.945312 262.195312 218.894531 257.863281 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,44.313726%,70.19608%);fill-opacity:1;" d="M 210.5 242.523438 L 197.027344 272.328125 C 198.765625 273.777344 200.363281 276.089844 200.503906 278.699219 L 204.699219 278.699219 C 204.996094 268.996094 210.058594 260.460938 217.875 255.691406 L 210.5 242.523438 "/>
<path style="fill:none;stroke-width:0.155;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:3.863;" d="M 43.078399 60.95892 C 43.014677 60.647593 42.985331 60.306055 42.985331 59.963679 C 42.985331 56.450966 45.876305 53.560907 49.356708 53.560907 C 52.000339 53.560907 54.207138 55.177125 55.2007 57.35306 " transform="matrix(4.658898,0,0,4.654966,2.12245,0)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 154 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 172 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 174 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 186 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 46 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

View file

@ -0,0 +1,92 @@
[
{
"path": "Belgian_road_sign_D07.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_D07.svg"
]
},
{
"path": "Belgian_road_sign_D09.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_D09.svg"
]
},
{
"path": "Belgian_road_sign_D10.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_road_sign_D10.svg"
]
},
{
"path": "Belgian_traffic_sign_M13.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M13.svg"
]
},
{
"path": "Belgian_traffic_sign_M14.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M14.svg"
]
},
{
"path": "Belgian_traffic_sign_M15.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M15.svg"
]
},
{
"path": "Belgian_traffic_sign_M16.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M16.svg"
]
},
{
"path": "Belgian_traffic_sign_M6.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M6.svg"
]
},
{
"path": "Belgian_traffic_sign_M7.svg",
"license": "CC0",
"authors": [
"Belgische Wetgever"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Belgian_traffic_sign_M7.svg"
]
}
]

View file

@ -0,0 +1,27 @@
<?xml version="1.0" standalone="no"?>
<svg id="Nederlands_verkeersbord_G11" width="300" height="300" viewBox="0 0 300 300"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle id="blauwe_cirkel" cx="150" cy="150" r="150" fill="#0e518d" />
<g id="fiets">
<path fill="#f7fbf5"
d="M 40.13024,168.25261 C 40.13024,144.4042 59.47123,125.06102 83.31697,125.06102 C 107.16273,125.06102 126.47002,144.4042 126.47002,168.25261 C 126.47002,192.10103 107.16273,211.4105 83.31697,211.4105 C 59.47123,211.4105 40.13024,192.10103 40.13024,168.25261 z M 83.24961,200.78318 C 101.24339,200.78318 115.84386,186.18106 115.84386,168.18523 C 115.84386,150.18948 101.24339,135.58738 83.24961,135.58738 C 65.25585,135.58738 50.65537,150.18948 50.65537,168.18523 C 50.65537,186.18106 65.25585,200.78318 83.24961,200.78318 z" />
<path fill="#f7fbf5"
d="M 139.52961,83.418936 L 139.52961,72.858975 L 120.77803,72.858975 C 112.35793,72.858975 109.92452,83.418936 109.92452,83.418936 C 104.07254,100.12626 80.0584,168.0253 80.0584,168.0253 C 77.625,174.13897 87.35863,177.59154 89.66573,171.73897 C 91.93076,165.8863 119.36345,88.547344 119.36345,88.547344 C 121.24115,82.694764 126.6637,83.418936 126.6637,83.418936 L 139.52961,83.418936" />
<path fill="#f7fbf5"
d="M 222.37504,162.92214 C 218.13973,153.77683 202.41099,120.12632 192.44999,98.745219 L 110.64865,98.745219 L 104.07254,116.14311 L 154.78685,173.4484 L 216.39678,173.4484 C 228.39543,173.4484 222.37504,162.92214 222.37504,162.92214" />
<path fill="#0e518d"
d="M 210.93213,162.85475 C 203.89293,148.05893 193.43515,125.49049 185.96651,109.56627 L 111.92851,109.43995 L 159.35898,162.85475 L 210.93213,162.85475" />
<path fill="#f7fbf5"
d="M 210.24168,83.418936 L 210.24168,91.839986 L 173.79945,91.705217 C 167.51806,91.705217 167.38334,83.418936 173.79945,83.418936 C 177.09172,83.418936 210.24168,83.418936 210.24168,83.418936" />
<path fill="#f7fbf5"
d="M 175.01195,168.25261 C 175.01195,144.4042 194.35294,125.06102 218.19869,125.06102 C 242.01917,125.06102 261.35175,144.4042 261.35175,168.25261 C 261.35175,192.10103 242.01917,211.4105 218.19869,211.4105 C 194.35294,211.4105 175.01195,192.10103 175.01195,168.25261 z M 218.13973,200.78318 C 236.12509,200.78318 250.73399,186.18106 250.73399,168.18523 C 250.73399,150.18948 236.12509,135.58738 218.13973,135.58738 C 200.14597,135.58738 185.53708,150.18948 185.53708,168.18523 C 185.53708,186.18106 200.14597,200.78318 218.13973,200.78318" />
<path fill="#f7fbf5"
d="M 162.18812,171.14948 L 200.21333,90.290476 L 190.67336,85.818943 L 152.52184,167.13266 L 162.18812,171.14948" />
</g>
<circle id="witte_bies" cx="150" cy="150" r="141.942"
fill="none" stroke="#f7fbf5" stroke-width="6.736" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,47 @@
<svg id="Nederlands_verkeersbord_G12a" width="300" height="300" viewBox="0 0 300 300"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle id="blauwe cirkel" cx="150" cy="150" r="150" fill="#0e518d" />
<g id="bromfiets">
<path fill="#f7fbf5"
d="M 195.07351,136.48858 C 209.01546,136.48858 220.32348,125.18025 220.32348,111.23791 C 220.32348,97.3037 209.01546,86.027885 195.07351,86.027885 C 181.13968,86.027885 169.86418,97.3037 169.86418,111.23791 C 169.86418,125.18025 181.13968,136.48858 195.07351,136.48858" />
<path fill="#0e518d"
d="M 195.07351,128.04188 C 204.34917,128.04188 211.87701,120.51383 211.87701,111.23791 C 211.87701,101.97011 204.34917,94.474585 195.07351,94.474585 C 185.83849,94.474585 178.31065,101.97011 178.31065,111.23791 C 178.31065,120.51383 185.83849,128.04188 195.07351,128.04188" />
<path fill="#f7fbf5"
d="M 107.21076,136.48858 C 121.15271,136.48858 132.45261,125.18025 132.45261,111.23791 C 132.45261,97.3037 121.15271,86.027885 107.21076,86.027885 C 93.26881,86.027885 81.96079,97.3037 81.96079,111.23791 C 81.96079,125.18025 93.26881,136.48858 107.21076,136.48858" />
<path fill="#0e518d"
d="M 107.21076,128.04188 C 116.4783,128.04188 124.00614,120.51383 124.00614,111.23791 C 124.00614,101.97011 116.4783,94.474585 107.21076,94.474585 C 97.9351,94.474585 90.43977,101.97011 90.43977,111.23791 C 90.43977,120.51383 97.9351,128.04188 107.21076,128.04188" />
<path fill="#f7fbf5"
d="M 144.5573,52.17605 L 133.31432,52.17605 C 133.31432,52.17605 127.50179,51.631364 124.42074,59.411434 L 103.2436,110.35178 C 103.2436,110.35178 101.58521,114.16458 105.04833,115.40029 C 108.47895,116.66851 111.02345,112.16469 111.02345,112.16469 L 132.93224,60.874769 L 144.5573,60.874769 L 144.5573,52.17605" />
<path fill="#f7fbf5"
d="M 125.15239,70.849841 L 144.17522,71.199416 L 151.79249,83.361362 L 145.97995,100.03526 L 150.87386,107.08366 L 196.00027,107.27064 C 196.00027,107.27064 199.99993,107.08366 199.99993,110.88833 C 199.99993,114.70114 196.34983,115.40029 196.34983,115.40029 L 151.60551,115.5954 C 151.60551,115.5954 145.97995,116.66851 142.01279,109.43313 C 142.01279,109.43313 123.53463,79.166466 123.33953,79.166466 C 123.15255,79.166466 125.15239,70.849841 125.15239,70.849841" />
<path fill="#f7fbf5"
d="M 212.86067,71.036823 L 213.21024,80.979377 L 189.29349,82.247601 C 189.29349,82.247601 183.29398,82.979269 180.59501,86.442497 C 177.86353,89.873206 174.08335,88.40987 172.97775,85.865292 C 171.89653,83.361362 167.35219,75.386182 167.35219,75.386182 C 167.35219,75.386182 165.73444,71.036823 171.35186,71.036823 L 212.86067,71.036823" />
<path fill="#f7fbf5"
d="M 108.12938,86.792071 L 108.47895,81.515933 C 108.47895,81.515933 100.16256,80.629802 96.69943,82.784157 L 98.3497,87.865184 L 108.12938,86.792071" />
</g>
<g id="fiets">
<path fill="#f7fbf5"
d="M 109.14556,233.02809 C 124.10369,233.02809 136.23278,220.89867 136.23278,205.90761 C 136.23278,190.94907 124.10369,178.81963 109.14556,178.81963 C 94.18743,178.81963 82.05834,190.94907 82.05834,205.90761 C 82.05834,220.89867 94.18743,233.02809 109.14556,233.02809" />
<path fill="#0e518d"
d="M 109.11304,226.32927 C 120.42106,226.32927 129.56666,217.18342 129.56666,205.87509 C 129.56666,194.56676 120.42106,185.42091 109.11304,185.42091 C 97.81316,185.42091 88.66756,194.56676 88.66756,205.87509 C 88.66756,217.18342 97.81316,226.32927 109.11304,226.32927" />
<path fill="#f7fbf5"
d="M 144.42723,152.68283 L 144.42723,146.04904 L 132.68023,146.04904 C 127.37172,146.04904 125.88403,152.68283 125.88403,152.68283 C 122.20141,163.16194 107.1132,205.77753 107.1132,205.77753 C 105.593,209.62285 111.69007,211.78534 113.11272,208.10261 C 114.54349,204.41176 131.78599,155.89404 131.78599,155.89404 C 132.96476,152.21131 136.36285,152.68283 136.36285,152.68283 L 144.42723,152.68283" />
<path fill="#f7fbf5"
d="M 196.43925,202.57446 C 193.7728,196.85931 183.89556,175.70598 177.67655,162.30833 L 126.32302,162.30833 L 122.20141,173.20205 L 154.01995,209.17573 L 192.69159,209.17573 C 200.21942,209.17573 196.43925,202.57446 196.43925,202.57446" />
<path fill="#0e518d"
d="M 189.26911,202.54194 C 184.85483,193.23349 178.27813,179.07165 173.61184,169.07219 L 127.11971,169.00715 L 156.90589,202.54194 L 189.26911,202.54194" />
<path fill="#f7fbf5"
d="M 188.82199,152.68283 L 188.82199,157.95897 L 165.95394,157.86141 C 162.0193,157.86141 161.92174,152.68283 165.95394,152.68283 C 168.0188,152.68283 188.82199,152.68283 188.82199,152.68283" />
<path fill="#f7fbf5"
d="M 166.71809,205.90761 C 166.71809,190.94907 178.84719,178.81963 193.80532,178.81963 C 208.79596,178.81963 220.92506,190.94907 220.92506,205.90761 C 220.92506,220.89867 208.79596,233.02809 193.80532,233.02809 C 178.84719,233.02809 166.71809,220.89867 166.71809,205.90761 z M 193.7728,226.32927 C 205.08082,226.32927 214.25893,217.18342 214.25893,205.87509 C 214.25893,194.56676 205.08082,185.42091 193.7728,185.42091 C 182.50543,185.42091 173.32731,194.56676 173.32731,205.87509 C 173.32731,217.18342 182.50543,226.32927 193.7728,226.32927" />
<path fill="#f7fbf5"
d="M 158.68624,207.75304 L 182.52982,156.96715 L 176.5303,154.17868 L 152.58917,205.24098 L 158.68624,207.75304" />
</g>
<circle id="witte bies" cx="150" cy="150" r="141.942"
fill="none" stroke="#f7fbf5" stroke-width="6.736" />
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -0,0 +1,28 @@
<?xml version="1.0" standalone="no"?>
<svg id="Nederlands_verkeersbord_G13" width="300" height="100" viewBox="0 0 300 100"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect id="blauw_vlak"
width="300" height="100" fill="#0e518d" />
<path id="letter_f" fill="#f7fbf5"
d="M 26.149505,71.540996 L 26.149505,47.622659 L 22.596029,47.622659 L 22.596029,40.697107 L 26.149505,40.697107 L 26.149505,39.05364 C 26.367214,32.303918 28.855425,30.515191 33.894043,30.515191 C 35.50361,30.515191 37.058739,30.90504 38.691626,31.14201 L 38.691626,36.546372 C 37.571933,36.485222 36.421132,36.607532 35.293662,36.607532 C 32.984291,36.607532 32.890995,38.159281 32.859888,40.039727 L 32.859888,40.697107 L 38.753833,40.697107 L 38.753833,47.622659 L 32.859888,47.622659 L 32.859888,71.540996 L 26.149505,71.540996" />
<path id="letter_i" fill="#f7fbf5"
d="M 51.420366,71.540996 L 58.954965,71.540996 L 58.954965,40.727687 L 51.420366,40.727687 L 51.420366,71.540996 z M 55.245978,38.39624 C 57.345408,38.39624 59.017173,36.752773 59.017173,34.727095 C 59.017173,32.663178 57.345408,31.0197 55.245978,31.0197 C 53.185434,31.0197 51.513671,32.663178 51.513671,34.727095 C 51.513671,36.752773 53.185434,38.39624 55.245978,38.39624" />
<path id="letter_e" fill="#f7fbf5"
d="M 95.461654,66.702293 C 93.370004,70.554907 89.295563,72.465925 84.225826,72.465925 C 75.050572,72.465925 71.411559,65.479224 71.411559,56.375126 C 71.411559,47.355108 75.625971,39.802758 84.684603,39.802758 C 93.214481,39.978577 97.28893,45.80336 97.28893,54.341799 L 97.28893,57.238916 L 77.904234,57.238916 C 77.297725,61.152679 78.635136,66.404164 84.163628,66.404164 C 89.544381,66.404164 90.788486,63.507068 90.788486,63.270088 L 95.461654,66.702293 z M 90.819575,52.759492 C 90.905119,48.165387 88.99231,44.610893 84.319142,44.610893 C 80.3069,44.610893 77.904234,48.280048 77.904234,52.759492 L 90.819575,52.759492" />
<path id="letter_t" fill="#f7fbf5"
d="M 113.08126,40.819418 L 113.08126,32.877216 L 119.79165,31.0197 L 119.79165,40.819418 L 128.02606,40.880577 L 128.02606,46.61364 L 119.79165,46.667149 L 119.79165,63.002548 C 119.79165,65.211685 121.4323,65.930244 123.83499,65.930244 C 126.29208,65.930244 127.96386,63.063698 127.96386,62.910819 L 126.81306,70.379099 C 125.95773,73.390865 113.3223,75.661153 113.08126,64.676606 L 113.08126,46.789449 L 107.00848,46.728299 L 107.00848,40.880577 L 113.08126,40.819418" />
<path id="letter_s" fill="#f7fbf5"
d="M 159.2453,47.653228 C 157.18474,46.728299 152.16945,45.298851 149.9534,45.298851 C 147.94728,45.298851 146.2522,46.25437 146.2522,47.981928 C 146.2522,50.703223 150.59101,51.865123 155.02312,53.539169 C 159.49412,55.182647 163.7474,57.422365 163.7474,62.314579 C 163.7474,68.200531 157.79125,72.557655 150.77761,72.557655 C 145.28023,72.557655 139.50292,69.39301 137.47349,65.035886 L 142.87755,62.857318 C 144.39382,65.150535 147.30969,66.794024 150.77761,66.794024 C 153.84122,66.794024 156.48494,65.540384 156.48494,62.910819 C 156.48494,61.244409 155.54409,60.464722 153.84122,59.539782 L 146.73428,56.436276 C 142.54321,54.57877 139.47181,52.881782 139.47181,48.639316 C 139.47181,43.624803 144.48712,39.649868 150.59101,39.649868 C 156.15059,39.649868 162.13006,42.875674 161.98233,42.875674 L 159.2453,47.653228" />
<path id="letter_p" fill="#f7fbf5"
d="M 177.44032,46.25437 C 177.37812,44.396852 177.23038,42.546985 177.44032,40.605377 L 184.18181,40.605377 L 184.15849,42.875674 L 184.18181,42.875674 C 185.18486,41.652616 187.2843,39.833338 191.6231,39.802758 C 201.25712,39.711018 203.53537,47.775538 203.53537,56.138176 C 203.53537,64.049787 198.5823,71.456907 191.50647,71.540996 C 188.59061,71.602145 186.70891,71.242876 184.36843,68.047651 L 184.15849,68.047651 L 184.15849,78.649987 L 177.44032,82.082184 L 177.44032,46.25437 z M 184.15849,62.253429 C 185.09934,63.690527 187.8908,65.723855 191.47537,65.150535 C 193.62922,64.791275 197.15159,61.810069 197.15159,56.015867 C 197.15159,50.252225 195.26989,45.97918 191.53758,45.86452 C 187.85969,45.74221 185.06823,46.8506 184.15849,48.608746 L 184.15849,62.253429" />
<path id="letter_a" fill="#f7fbf5"
d="M 214.70901,46.61364 C 216.13973,41.622046 220.81288,39.802758 226.25584,39.802758 C 232.69409,39.802758 239.07012,41.713776 239.07012,50.313375 L 239.07012,65.035886 C 239.07012,66.404164 239.13232,68.97258 239.31116,71.540996 C 239.31116,71.540996 232.56969,71.724457 232.56969,71.571576 C 232.66299,70.738357 232.53858,68.643881 232.63188,66.946902 L 233.17616,66.946902 C 231.23226,70.822438 227.74098,72.465925 223.4255,72.465925 C 216.34968,72.465925 212.70287,67.061563 212.70287,61.06095 C 212.70287,53.89846 219.93425,50.642064 224.12531,50.787305 C 228.68184,50.970764 232.53858,52.400201 232.53858,52.400201 C 232.53858,47.056989 232.81072,44.373923 226.4969,44.373923 C 223.48772,44.373923 220.33081,45.62755 220.02755,48.731047 L 214.70901,46.61364 z M 224.28082,55.595428 C 219.05559,55.595428 218.50352,60.671101 218.50352,60.671101 C 218.50352,64.493146 220.72735,66.977483 224.24972,66.977483 C 228.13755,66.977483 231.80765,64.676606 232.53858,62.016459 L 232.53858,57.238916 C 232.53858,57.238916 229.41276,55.595428 224.28082,55.595428" />
<path id="letter_d" fill="#f7fbf5"
d="M 278.25162,65.899664 C 278.31382,67.718951 278.46156,69.56882 278.25162,71.540996 L 271.51013,71.540996 L 271.54124,69.2707 L 271.51013,69.2707 C 270.47597,70.470828 268.40765,72.320695 264.06884,72.351267 C 254.44258,72.435355 252.1643,64.347906 252.1643,55.985287 C 252.1643,48.073657 257.10963,40.697107 264.18548,40.574807 C 267.10134,40.521298 268.99082,40.880577 271.32352,44.068153 L 271.54124,44.068153 L 271.54124,33.504036 L 278.25162,30.04126 L 278.25162,65.899664 z M 271.54124,49.862376 C 270.60038,48.432927 267.80115,46.43018 264.21657,46.995839 C 262.06271,47.324539 258.54036,50.343944 258.54036,56.107597 C 258.54036,61.9018 260.39096,66.289503 264.16214,66.289503 C 267.83226,66.289503 270.63148,65.303415 271.54124,63.537648 L 271.54124,49.862376" />
<path id="witte_bies" style="fill:none;stroke:#f7fbf5;stroke-width:6.70733976"
d="M 276.30771,92.233521 C 285.02421,92.233521 292.10005,85.277409 292.10005,76.70839 L 292.10005,23.26096 C 292.10005,14.691942 285.02421,7.7358299 276.30771,7.7358299 L 23.661293,7.7358299 C 14.944785,7.7358299 7.868942,14.691942 7.868942,23.26096 L 7.868942,76.70839 C 7.868942,85.277409 14.944785,92.233521 23.661293,92.233521 L 276.30771,92.233521 z" />
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -0,0 +1,32 @@
[
{
"path": "Nederlands_verkeersbord_G11.svg",
"license": "CC0",
"authors": [
"Ministerie van Infrastructuur en Waterstaat"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Nederlands_verkeersbord_G11.svg"
]
},
{
"path": "Nederlands_verkeersbord_G12a.svg",
"license": "CC0",
"authors": [
"Ministerie van Infrastructuur en Waterstaat"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Nederlands_verkeersbord_G12a.svg"
]
},
{
"path": "Nederlands_verkeersbord_G13.svg",
"license": "CC0",
"authors": [
"Ministerie van Infrastructuur en Waterstaat"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Nederlands_verkeersbord_G13.svg"
]
}
]