diff --git a/assets/themes/onwheels/license_info.json b/assets/themes/onwheels/license_info.json index 9f2dcf81aa..dab6006e72 100644 --- a/assets/themes/onwheels/license_info.json +++ b/assets/themes/onwheels/license_info.json @@ -6,5 +6,15 @@ "Free Wheelies" ], "sources": [] + }, + { + "path": "parking.svg", + "license": "CC-BY-SA", + "authors": [ + "CT Steward" + ], + "sources": [ + "https://www.ctsteward.com/" + ] } ] \ No newline at end of file diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json index 274ec5e8ec..a8a0d4b8db 100644 --- a/assets/themes/onwheels/onwheels.json +++ b/assets/themes/onwheels/onwheels.json @@ -22,7 +22,16 @@ "entrance", "food", "kerbs", - "parking", + { + "builtin": "parking", + "override": { + "mapRendering": [ + { + "icon": "./assets/themes/onwheels/parking.svg" + } + ] + } + }, "picnic_table", "school", "shops", @@ -68,11 +77,6 @@ ] } ], - "minzoom": "15", - "mapRendering": [ - { - "label": null - } - ] + "minzoom": "15" } } \ No newline at end of file diff --git a/assets/themes/onwheels/parking.svg b/assets/themes/onwheels/parking.svg new file mode 100644 index 0000000000..2b4df1489d --- /dev/null +++ b/assets/themes/onwheels/parking.svg @@ -0,0 +1 @@ + \ No newline at end of file