Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyks committed Oct 4, 2020
1 parent aee71e7 commit 2b71aa7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]



## v0.3.7

* Rework protected areas borders
* Better railway rendering at low zooms (z8-10)
* Render bicycle routes without network tag as lcn. See #379.
Expand Down
19 changes: 17 additions & 2 deletions taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,17 @@
"key": "ford"
},
{
"key": "generator:source"
"key": "goods"
},
{
"key": "healthcare"
},
{
"key": "height"
},
{
"key": "hgv"
},
{
"key": "highway"
},
Expand Down Expand Up @@ -155,6 +158,9 @@
{
"key": "landuse"
},
{
"key": "lcn"
},
{
"key": "lcn_ref"
},
Expand Down Expand Up @@ -189,11 +195,14 @@
"key": "motor_vehicle:conditional"
},
{
"key": "motorcar"
"key": "motorcycle"
},
{
"key": "motorroad"
},
{
"key": "mtb"
},
{
"key": "mtb:scale"
},
Expand Down Expand Up @@ -281,6 +290,9 @@
{
"key": "smoothness"
},
{
"key": "sport"
},
{
"key": "state"
},
Expand All @@ -290,6 +302,9 @@
{
"key": "supervised"
},
{
"key": "taxi"
},
{
"key": "traffic_calming"
},
Expand Down

0 comments on commit 2b71aa7

Please sign in to comment.