Skip to content

Commit

Permalink
Render bicycle parking areas. Fix #322.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyks committed Apr 13, 2020
1 parent 3c08c47 commit 35f3466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Improve density of city names in countryside at Z10/Z11. See #195.
* Render inner tube vending machine. See #315.
* Darken administrative boundaries to make them easier to see. See #343.
* Render bicycle parking areas. See #322.


## v0.3.4
Expand Down
8 changes: 7 additions & 1 deletion amenities.mss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#amenities-poly {

This comment has been minimized.

Copy link
@Florimondable

Florimondable Apr 13, 2020

Member

Why not putting that into #amenities-poly line 73 ?

This comment has been minimized.

Copy link
@Phyks

Phyks Apr 13, 2020

Author Member

This would be common to points and poly 35f3466#diff-dcae9ce5da885eaa9247bb431cb638b7R72-R73

[feature = 'amenity_bicycle_parking'][zoom >= 16] {
polygon-fill: #eeeeee;
line-color: #8d8383;
}
}

#barriers[zoom>=17][zoom<=20] {
[barrier = 'block'],
[barrier = 'bollard'],
Expand Down Expand Up @@ -907,7 +914,6 @@
marker-fill: @amenity-common;
marker-clip: false;
}

}

#amenities-points-text,
Expand Down

0 comments on commit 35f3466

Please sign in to comment.