Skip to content

Commit

Permalink
Remove access rendering for roads
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerluk committed Jul 24, 2022
1 parent 3f1eb0d commit 2b18036
Showing 1 changed file with 0 additions and 102 deletions.
102 changes: 0 additions & 102 deletions style/roads.mss
Expand Up @@ -3324,108 +3324,6 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
}
}

#tunnels::fill,
#roads-fill::fill,
#bridges::fill {
[access = 'destination'] {
[feature = 'highway_secondary'],
[feature = 'highway_tertiary'],
[feature = 'highway_unclassified'],
[feature = 'highway_residential'],
[feature = 'highway_living_street'] {
[zoom >= 15] {
access/line-color: @access-marking;
[feature = 'highway_living_street'] {
access/line-color: @access-marking-living-street;
}
access/line-join: round;
access/line-cap: round;
access/line-width: 3;
access/line-dasharray: 0.1,9;
[zoom >= 17] {
access/line-width: 6;
access/line-dasharray: 0.1,12;
}
}
}
[feature = 'highway_road'],
[feature = 'highway_service'][service = 'INT-normal'] {
[zoom >= 15] {
access/line-color: @access-marking;
access/line-join: round;
access/line-cap: round;
access/line-width: 2;
access/line-dasharray: 0.1,4;
[zoom >= 17] {
access/line-width: 4;
access/line-dasharray: 0.1,9;
}
}
}
[feature = 'highway_service'][service = 'INT-minor'] {
[zoom >= 16] {
access/line-color: @access-marking;
access/line-join: round;
access/line-cap: round;
access/line-width: 1;
access/line-dasharray: 0.1,4;
[zoom >= 17] {
access/line-width: 2;
}
}
}
}
[access = 'no'] {
[feature = 'highway_motorway'],
[feature = 'highway_trunk'],
[feature = 'highway_primary'],
[feature = 'highway_secondary'],
[feature = 'highway_tertiary'],
[feature = 'highway_unclassified'],
[feature = 'highway_residential'],
[feature = 'highway_living_street'] {
[zoom >= 15] {
access/line-color: @access-marking;
[feature = 'highway_living_street'] {
access/line-color: @access-marking-living-street;
}
access/line-join: round;
access/line-cap: round;
access/line-width: 2;
access/line-dasharray: 6,6;
[zoom >= 17] {
access/line-width: 6;
access/line-dasharray: 10,12;
}
}
}
[feature = 'highway_road'],
[feature = 'highway_service'][service = 'INT-normal'] {
[zoom >= 15] {
access/line-color: @access-marking;
access/line-join: round;
access/line-cap: round;
access/line-width: 2;
access/line-dasharray: 6,8;
[zoom >= 17] {
access/line-width: 3;
access/line-dasharray: 8,10;
}
}
}
[feature = 'highway_service'][service = 'INT-minor'][zoom >= 16] {
access/line-color: @access-marking;
access/line-join: round;
access/line-cap: round;
access/line-width: 1;
access/line-dasharray: 6,8;
[zoom >= 17] {
access/line-width: 2;
}
}
}
}

#guideways {
[zoom >= 11][zoom < 13] {
line-width: 0.6;
Expand Down

0 comments on commit 2b18036

Please sign in to comment.