Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
Signed-off-by: Kuba M臋drek <kubix.medrek@gmail.com>
  • Loading branch information
Kuba M臋drek committed May 9, 2024
1 parent 76aec4d commit 65d8a82
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion data/editor.config
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@
</type>
<type id="boundary-marker">
<include field="name" />
<include field="ref" />
</type>
<!-- Too generic to be added -->
<type id="craft" can_add="no">
Expand Down
5 changes: 3 additions & 2 deletions data/styles/clear/include/Icons.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ node|z16-[historic=wreck],
node|z16-[historic=locomotive],
node|z16-[historic=boundary_stone],
area|z16-[historic=boundary_stone],
node|z16-[boundary=marker],
node|z16-[historic=wayside_cross],
area|z16-[historic=wayside_cross],
node|z16-[historic=tomb],
Expand Down Expand Up @@ -640,7 +639,6 @@ node|z16-[tourism=information][information=map]

node|z16-[historic=boundary_stone],
area|z16-[historic=boundary_stone],
node|z16-[boundary=marker],
node|z16-[historic=gallows],
area|z16-[historic=gallows],
node|z16-[historic=pillory],
Expand Down Expand Up @@ -1773,6 +1771,9 @@ node|z17-[amenity=public_bath],
area|z17-[amenity=public_bath],
{icon-image: public_bath-m.svg;font-size: 11;}

node|z18-[boundary=marker],
{icon-image: dot-m.svg;}

/* 6. SHOP */

node|z16-[amenity=marketplace],
Expand Down
3 changes: 1 addition & 2 deletions data/styles/clear/include/priorities_4_overlays.prio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@ amenity-kindergarten # icon z17- (also has captio
amenity-school # icon z17- (also has caption(optional) z17-, area z15-)
historic-archaeological_site # icon z17- (also has caption(optional) z17-)
historic-boundary_stone # icon z16- (also has caption(optional) z16-)
boundary-marker # icon z16- (also has caption(optional) z16-)
historic-gallows # icon z16- (also has caption(optional) z17-)
historic-memorial-cross # icon z17- (also has caption(optional) z17-)
historic-pillory # icon z16- (also has caption(optional) z17-)
Expand Down Expand Up @@ -1174,6 +1173,7 @@ power-station # icon z17- (also has captio

barrier-entrance # icon z16- (also has caption(optional) z16-)
entrance-main # icon z18- (also has caption(optional) z18-)
boundary-marker # icon z16- (also has caption(optional) z18-)
=== 220

historic-anchor # icon z18- (also has caption(optional) z18-)
Expand Down Expand Up @@ -1874,7 +1874,6 @@ leisure-swimming_pool-private # icon z17- (also has captio
# amenity-school # caption(optional) z17- (also has icon z17-, area z15-)
# historic-archaeological_site # caption(optional) z17- (also has icon z17-)
# historic-boundary_stone # caption(optional) z16- (also has icon z16-)
# boundary-marker # caption(optional) z16- (also has icon z16-)
# historic-gallows # caption(optional) z17- (also has icon z16-)
# historic-memorial-cross # caption(optional) z17- (also has icon z17-)
# historic-pillory # caption(optional) z17- (also has icon z16-)
Expand Down
3 changes: 3 additions & 0 deletions data/styles/outdoors/include/Icons.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,6 @@ node|z14-[man_made=mast],

node|z18-[man_made=cairn],
{icon-image: cairn-m.svg;text: name;text-color: @poi_label;font-size: 12;text-offset: 1;}

node|z16-[boundary=marker],
{icon-image: dot-m.svg;}
3 changes: 0 additions & 3 deletions data/styles/vehicle/include/Icons.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ node|z16-[amenity=community_centre],
area|z16-[amenity=community_centre],
node|z16-[historic=boundary_stone],
area|z16-[historic=boundary_stone],
node|z16-[boundary=marker],
node|z16-[historic=wayside_cross],
area|z16-[historic=wayside_cross],
node|z16-[historic=gallows],
Expand Down Expand Up @@ -369,7 +368,6 @@ node|z15-[tourism=viewpoint]

node|z16[historic=boundary_stone],
area|z16[historic=boundary_stone],
node|z16[boundary=marker],
node|z16[historic=wayside_cross],
area|z16[historic=wayside_cross],
node|z16[historic=gallows],
Expand All @@ -389,7 +387,6 @@ area|z16[historic=wayside_shrine]

node|z17-[historic=boundary_stone],
area|z17-[historic=boundary_stone],
node|z17-[boundary=marker],
node|z17-[historic=wayside_cross],
area|z17-[historic=wayside_cross],
node|z17-[historic=gallows],
Expand Down

0 comments on commit 65d8a82

Please sign in to comment.