Skip to content

Commit c670614

Browse files
author
Andy Townsend
committed
Include galleries with artworks in former telephone box uses.
Show noncommercial art galleries with a unique museum-like icon.
1 parent a2a2e84 commit c670614

File tree

11 files changed

+1424
-1400
lines changed

11 files changed

+1424
-1400
lines changed

resources/changelog_svwd01.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Except as noted, all changes also apply to the [SVWD06 Android native display st
55
## As yet unreleased
66
Replace `cafe` icon with a line-drawn one that looks much nicer.
77
Use a distinctive icon for `cafe=bubble_tea` and use restaurant icons for e.g. `fish_and_chips`.
8+
Include galleries with artworks in former telephone box uses.
9+
Show noncommercial art galleries with a unique museum-like icon.
810

911
## 03/07/2025
1012
Show `wheelchair` flash on `amenity=fast_food` with `cuisine=kebab`, `cuisine=mexican` and synonyms.

resources/changelog_svwd08.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## As yet unreleased
44
Replace `cafe` icon with a line-drawn one that looks much nicer.
55
Use a distinctive icon for `cafe=bubble_tea` and use restaurant icons for e.g. `fish_and_chips`.
6+
Include galleries with artworks in former telephone box uses.
7+
Show noncommercial art galleries with a unique museum-like icon.
68

79
## 03/07/2025
810
Show `wheelchair` flash on `amenity=fast_food` with `cuisine=kebab`, `cuisine=mexican` and synonyms.

resources/svwd01_call_icon_convert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@
10101010
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/informationstele.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_informationstele.png
10111011
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/informationartwork.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_informationartwork.png
10121012
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/museum.p.16.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_museum.png
1013+
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/gallery.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_gallery.png
10131014
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/tourism_aquarium.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_aquarium.png
10141015
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/advertising.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_advertising_column.png
10151016
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/artwork.p16.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/tourism_artwork.png
4.49 KB
Loading

resources/svwd01_style.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13342,6 +13342,7 @@
1334213342
"source-layer": "land1",
1334313343
"minzoom": 16,
1334413344
"filter": [ "all", [ "in", "class", "tourism_museum",
13345+
"tourism_gallery",
1334513346
"tourism_aquarium",
1334613347
"leisure_hunting_stand" ],
1334713348
[ "==", "$type", "Point" ] ],

0 commit comments

Comments
 (0)