Skip to content

Commit e1f2699

Browse files
author
Andy Townsend
committed
Show manholes as small black marker at high zoom levels.
1 parent 157c165 commit e1f2699

15 files changed

+505
-479
lines changed

resources/changelog_svwd01.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Except as noted, all changes also apply to the [SVWD06 Android native display st
66
Changed the display of `tourism=attraction` to depend on `way_area`.
77
Changed the display of `military=barracks` to depend on `way_area`.
88
Show an icon for outdoor seating areas.
9+
Show manholes as small black marker at high zoom levels.
910

1011
## 18/10/2025
1112
Now that all named things have something in name:cy, name:en, name:ga and name:gd, support styles that display that as the default name.

resources/changelog_svwd08.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Changed the display of `tourism=attraction` to depend on `way_area`.
55
Changed the display of `military=barracks` to depend on `way_area`.
66
Show an icon for outdoor seating areas.
7+
Show manholes as small black marker at high zoom levels.
78

89
## 18/10/2025
910
Now that all named things have something in name:cy, name:en, name:ga and name:gd, support styles that display that as the default name.

resources/svwd01_call_icon_convert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@
891891
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/windmill.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_windmill.png
892892
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/markeraerial.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_markeraerial.png
893893
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/markermilitary.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_markermilitary.png
894+
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/manhole.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_manhole.png
894895
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/survey_point.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_survey_point.png
895896
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/water_well.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_water_well.png
896897
~/src/SomeoneElse-vector-web-display/svwd_convert_icon_from_raster.sh ~/src/openstreetmap-carto-AJT/symbols/cairn.png ~/src/SomeoneElse-vector-web-display/resources/svwd01_icons/man_made_cairn.png
416 Bytes
Loading

resources/svwd01_style.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14473,7 +14473,8 @@
1447314473
"source": "someoneelse",
1447414474
"source-layer": "land1",
1447514475
"minzoom": 18,
14476-
"filter": [ "all", [ "in", "class", "man_made_markeraerial" ] ],
14476+
"filter": [ "all", [ "in", "class", "man_made_markeraerial",
14477+
"man_made_manhole" ] ],
1447714478
"layout": {
1447814479
"icon-image": "{class}",
1447914480
"text-anchor": "top",

resources/svwd01cy_style.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14473,7 +14473,8 @@
1447314473
"source": "someoneelse",
1447414474
"source-layer": "land1",
1447514475
"minzoom": 18,
14476-
"filter": [ "all", [ "in", "class", "man_made_markeraerial" ] ],
14476+
"filter": [ "all", [ "in", "class", "man_made_markeraerial",
14477+
"man_made_manhole" ] ],
1447714478
"layout": {
1447814479
"icon-image": "{class}",
1447914480
"text-anchor": "top",

resources/svwd01en_style.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14473,7 +14473,8 @@
1447314473
"source": "someoneelse",
1447414474
"source-layer": "land1",
1447514475
"minzoom": 18,
14476-
"filter": [ "all", [ "in", "class", "man_made_markeraerial" ] ],
14476+
"filter": [ "all", [ "in", "class", "man_made_markeraerial",
14477+
"man_made_manhole" ] ],
1447714478
"layout": {
1447814479
"icon-image": "{class}",
1447914480
"text-anchor": "top",

resources/svwd01ga_style.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14473,7 +14473,8 @@
1447314473
"source": "someoneelse",
1447414474
"source-layer": "land1",
1447514475
"minzoom": 18,
14476-
"filter": [ "all", [ "in", "class", "man_made_markeraerial" ] ],
14476+
"filter": [ "all", [ "in", "class", "man_made_markeraerial",
14477+
"man_made_manhole" ] ],
1447714478
"layout": {
1447814479
"icon-image": "{class}",
1447914480
"text-anchor": "top",

resources/svwd01gd_style.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14473,7 +14473,8 @@
1447314473
"source": "someoneelse",
1447414474
"source-layer": "land1",
1447514475
"minzoom": 18,
14476-
"filter": [ "all", [ "in", "class", "man_made_markeraerial" ] ],
14476+
"filter": [ "all", [ "in", "class", "man_made_markeraerial",
14477+
"man_made_manhole" ] ],
1447714478
"layout": {
1447814479
"icon-image": "{class}",
1447914480
"text-anchor": "top",

0 commit comments

Comments
 (0)