diff --git a/style/amenity-points.mss b/style/amenity-points.mss index 9dcc65bde..5b224d6ea 100644 --- a/style/amenity-points.mss +++ b/style/amenity-points.mss @@ -1361,10 +1361,10 @@ marker-fill: @airtransport; } - [feature = 'aeroway_aerodrome']['int_access' = 'yes']['icao' != null]['iata' != null][zoom >= 10][zoom < 17], - [feature = 'aeroway_aerodrome']['int_access' = 'restricted'][zoom >= 12][zoom < 18], - [feature = 'aeroway_aerodrome']['icao' = null][zoom >= 12][zoom < 18], - [feature = 'aeroway_aerodrome']['iata' = null][zoom >= 12][zoom < 18] { + [feature = 'aeroway_aerodrome'][int_access = 'yes'][icao != null][iata != null][zoom >= 10][zoom < 17], + [feature = 'aeroway_aerodrome'][int_access = 'restricted'][zoom >= 12][zoom < 18], + [feature = 'aeroway_aerodrome'][icao = null][zoom >= 12][zoom < 18], + [feature = 'aeroway_aerodrome'][iata = null][zoom >= 12][zoom < 18] { [way_pixels <= 192000], [way_pixels = null] { marker-file: url('symbols/amenity/aerodrome.svg'); @@ -1437,7 +1437,7 @@ marker-clip: false; } - [feature = 'power_generator']['generator:source' = 'wind'] { + [feature = 'power_generator']["generator:source" = 'wind'] { [zoom >= 15][location != 'rooftop'][location != 'roof'], [zoom >= 15][location = null], [zoom >= 19] { @@ -1914,9 +1914,9 @@ } } - [feature = 'power_generator']['generator:source' = 'wind'][location != 'rooftop'][location != 'roof'][zoom >= 17], - [feature = 'power_generator']['generator:source' = 'wind'][location = null][zoom >= 17], - [feature = 'power_generator']['generator:source' = 'wind'][zoom >= 19], + [feature = 'power_generator']["generator:source" = 'wind'][location != 'rooftop'][location != 'roof'][zoom >= 17], + [feature = 'power_generator']["generator:source" = 'wind'][location = null][zoom >= 17], + [feature = 'power_generator']["generator:source" = 'wind'][zoom >= 19], [feature = 'historic_city_gate'][zoom >= 17], [feature = 'natural_cave_entrance'][zoom >= 15], [feature = 'man_made_mast'][zoom >= 18], @@ -1935,7 +1935,7 @@ text-wrap-width: @standard-wrap-width; text-line-spacing: @standard-line-spacing-size; text-fill: darken(@man-made-icon, 20%); - [feature = 'power_generator']['generator:source' = 'wind'], + [feature = 'power_generator']["generator:source" = 'wind'], [feature = 'historic_city_gate'], [feature = 'man_made_mast'], [feature = 'man_made_tower'], @@ -2862,10 +2862,10 @@ text-halo-fill: @standard-halo-fill; } - [feature = 'aeroway_aerodrome']['int_access' = 'yes']['icao' != null]['iata' != null][zoom >= 11][zoom < 17], - [feature = 'aeroway_aerodrome']['int_access' = 'restricted'][zoom >= 13][zoom < 18], - [feature = 'aeroway_aerodrome']['icao' = null][zoom >= 13][zoom < 18], - [feature = 'aeroway_aerodrome']['iata' = null][zoom >= 13][zoom < 18] { + [feature = 'aeroway_aerodrome'][int_access = 'yes'][icao != null][iata != null][zoom >= 11][zoom < 17], + [feature = 'aeroway_aerodrome'][int_access = 'restricted'][zoom >= 13][zoom < 18], + [feature = 'aeroway_aerodrome'][icao = null][zoom >= 13][zoom < 18], + [feature = 'aeroway_aerodrome'][iata = null][zoom >= 13][zoom < 18] { [way_pixels <= 192000], [way_pixels = null] { text-name: "[name]"; diff --git a/style/roads.mss b/style/roads.mss index 1141d9105..e6d9d338f 100644 --- a/style/roads.mss +++ b/style/roads.mss @@ -807,7 +807,7 @@ } [feature = 'railway_subway'], - [feature = 'railway_construction']['construction' = 'subway'] { + [feature = 'railway_construction'][construction = 'subway'] { #bridges { [zoom >= 14] { line-width: 5.5; @@ -852,7 +852,7 @@ } [feature = 'railway_disused'][zoom >= 15], - [feature = 'railway_construction']['construction' != 'subway'], + [feature = 'railway_construction'][construction != 'subway'], [feature = 'railway_miniature'][zoom >= 15], [feature = 'railway_INT-preserved-ssy'][zoom >= 14] { #bridges { @@ -1045,7 +1045,7 @@ } [feature = 'railway_disused'][zoom >= 15], - [feature = 'railway_construction']['construction' != 'subway'], + [feature = 'railway_construction'][construction != 'subway'], [feature = 'railway_miniature'][zoom >= 15], [feature = 'railway_INT-preserved-ssy'][zoom >= 14] { #bridges { @@ -1071,7 +1071,7 @@ } [feature = 'railway_subway'], - [feature = 'railway_construction']['construction' = 'subway'] { + [feature = 'railway_construction'][construction = 'subway'] { #bridges { [zoom >= 14] { line-width: 4;