mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-28 00:43:38 +00:00
[styles] Show building names only from zoom level 17 on
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
44dc71066c
commit
da68f01ff9
@@ -644,9 +644,9 @@ area|z16-[landuse=commercial],
|
||||
|
||||
/* 8.BUILDINGS */
|
||||
|
||||
node|z16-[building],
|
||||
node|z17-[building],
|
||||
{text: name;text-color: @building_label;text-position: center;}
|
||||
node|z16-[building]::int_name,
|
||||
node|z17-[building]::int_name,
|
||||
{text:int_name;text-color: @building_label;text-position: center;}
|
||||
|
||||
/*
|
||||
@@ -689,9 +689,9 @@ node|z17-[man_made=breakwater]
|
||||
|
||||
/* 8.2 Building */
|
||||
|
||||
node|z16-17[building],
|
||||
node|z17[building],
|
||||
{font-size: 9;}
|
||||
node|z16-17[building]::int_name,
|
||||
node|z17[building]::int_name,
|
||||
{font-size: 8;}
|
||||
node|z18-[building],
|
||||
{font-size: 11;}
|
||||
|
||||
@@ -396,11 +396,11 @@ railway-rail-utility-bridge::bridgeblack # line::bridgeblack z16- (al
|
||||
railway-subway-bridge::bridgeblack # line::bridgeblack z16- (also has line z13-, line::bridgewhite z13-, line::dash z16-)
|
||||
=== 140
|
||||
|
||||
building # area z14- (also has caption z16-)
|
||||
building-garage # area z14- (also has caption z16-)
|
||||
building # area z14- (also has caption z17-)
|
||||
building-garage # area z14- (also has caption z17-)
|
||||
building-guardhouse # area z14- (also has icon z18-, caption(optional) z18-)
|
||||
building-has_parts # area z14- (also has caption z16-)
|
||||
building-train_station # area z14- (also has caption z16-)
|
||||
building-has_parts # area z14- (also has caption z17-)
|
||||
building-train_station # area z14- (also has caption z17-)
|
||||
=== 130
|
||||
|
||||
piste:type-connection # line z15-
|
||||
|
||||
@@ -913,7 +913,7 @@ natural-wetland-tidalflat # caption z16- (also has are
|
||||
tourism-picnic_site # icon z16- (also has caption(optional) z16-)
|
||||
=== 1800
|
||||
|
||||
building-train_station # caption z16- (also has area z14-)
|
||||
building-train_station # caption z17- (also has area z14-)
|
||||
railway-level_crossing # icon z17-
|
||||
=== 1700
|
||||
|
||||
@@ -1266,10 +1266,10 @@ amenity-parking_entrance-permissive # icon z17- (also has captio
|
||||
emergency-emergency_ward_entrance # icon z16- (also has caption(optional) z18-)
|
||||
=== 250
|
||||
|
||||
building # caption z16- (also has area z14-)
|
||||
building-garage # caption z16- (also has area z14-)
|
||||
building # caption z17- (also has area z14-)
|
||||
building-garage # caption z17- (also has area z14-)
|
||||
building-guardhouse # icon z18- (also has caption(optional) z18-, area z14-)
|
||||
building-has_parts # caption z16- (also has area z14-)
|
||||
building-has_parts # caption z17- (also has area z14-)
|
||||
power-plant # icon z17- (also has area z13-)
|
||||
power-plant-coal # icon z17- (also has area z13-)
|
||||
power-plant-gas # icon z17- (also has area z13-)
|
||||
|
||||
Reference in New Issue
Block a user