Skip to content

Commit

Permalink
Use common Quotes for Columns (#4940)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikBusch78 committed Apr 16, 2024
1 parent 3672c45 commit 91f11ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions style/amenity-points.mss
Expand Up @@ -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');
Expand Down Expand Up @@ -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] {
Expand Down Expand Up @@ -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],
Expand All @@ -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'],
Expand Down Expand Up @@ -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]";
Expand Down
8 changes: 4 additions & 4 deletions style/roads.mss
Expand Up @@ -807,7 +807,7 @@
}

[feature = 'railway_subway'],
[feature = 'railway_construction']['construction' = 'subway'] {
[feature = 'railway_construction'][construction = 'subway'] {
#bridges {
[zoom >= 14] {
line-width: 5.5;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -1071,7 +1071,7 @@
}

[feature = 'railway_subway'],
[feature = 'railway_construction']['construction' = 'subway'] {
[feature = 'railway_construction'][construction = 'subway'] {
#bridges {
[zoom >= 14] {
line-width: 4;
Expand Down

0 comments on commit 91f11ec

Please sign in to comment.