diff --git a/data/drules_proto_clear.bin b/data/drules_proto_clear.bin index 1a983e3c22..dbc43a10b9 100644 Binary files a/data/drules_proto_clear.bin and b/data/drules_proto_clear.bin differ diff --git a/data/drules_proto_clear.txt b/data/drules_proto_clear.txt index f9081382c6..9e0119db77 100644 --- a/data/drules_proto_clear.txt +++ b/data/drules_proto_clear.txt @@ -2790,7 +2790,7 @@ cont { element { scale: 19 symbol { - name: "none" + name: "fire_station-l" priority: 16851 } caption { @@ -5212,7 +5212,7 @@ cont { element { scale: 19 symbol { - name: "none" + name: "picnic-l" priority: 16851 } caption { diff --git a/data/drules_proto_dark.bin b/data/drules_proto_dark.bin index 7bd2be8e67..6c8ac05ce7 100644 Binary files a/data/drules_proto_dark.bin and b/data/drules_proto_dark.bin differ diff --git a/data/drules_proto_dark.txt b/data/drules_proto_dark.txt index 3e3fa90325..53894207e5 100644 --- a/data/drules_proto_dark.txt +++ b/data/drules_proto_dark.txt @@ -2790,7 +2790,7 @@ cont { element { scale: 19 symbol { - name: "none" + name: "fire_station-l" priority: 16851 } caption { @@ -5212,7 +5212,7 @@ cont { element { scale: 19 symbol { - name: "none" + name: "picnic-l" priority: 16851 } caption { diff --git a/data/styles/clear/include/POI.mapcss b/data/styles/clear/include/POI.mapcss index 6d737c5a32..1f70b92ba4 100644 --- a/data/styles/clear/include/POI.mapcss +++ b/data/styles/clear/include/POI.mapcss @@ -1,3 +1,9 @@ +/* AMENITY */ + +/* NAMED AMENITIES BY DEFAULT — TEMPORARY */ +node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; } + + /* ZOOM 15 */ @@ -187,12 +193,6 @@ node|z17-[natural=beach], area|z17-[natural=beach]{ icon-image: beach-l.svg; tex -/* AMENITY */ - -/* NAMED AMENITIES BY DEFAULT — TEMPORARY */ -node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; } - - /* AMENITY */ node|z15-[natural=spring],area|z17-[natural=spring]{ icon-image: drinking-water-m.svg; text-offset:8; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }