mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[styles] Fix recycling centres not appearing right
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -1728,14 +1728,13 @@ node|z17-[amenity=telephone]
|
||||
node|z17-[emergency=phone]
|
||||
{icon-image: emergency-phone-m.svg; text-offset: 1;}
|
||||
|
||||
|
||||
node|z16-[amenity=recycling][recycling_type=centre],
|
||||
{icon-image: recycling-centre-m.svg;}
|
||||
|
||||
node|z17-[amenity=recycling],
|
||||
node|z17-[amenity=waste_transfer_station],
|
||||
{icon-image: recycling-m.svg;}
|
||||
|
||||
node|z16-[amenity=recycling][recycling_type=centre],
|
||||
{icon-image: recycling-centre-m.svg;}
|
||||
|
||||
node|z17-[power=plant],
|
||||
/* Skip individual solar generators, because there are a lot of mapped panels */
|
||||
node|z17-[power=generator][generator:source!=solar],
|
||||
|
||||
@@ -133,6 +133,7 @@ node[amenity=police],
|
||||
node[amenity=post_office],
|
||||
node[amenity=prep_school],
|
||||
node[amenity=prison],
|
||||
node[amenity=recycling][recycling_type=centre],
|
||||
node[amenity=sailing_school],
|
||||
node[amenity=school],
|
||||
node[amenity=townhall],
|
||||
|
||||
Reference in New Issue
Block a user