Skip to content

Commit

Permalink
Update changelog for v1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerebubuth committed Jun 24, 2019
1 parent 1fb9e1e commit 5a99204
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.1.0
------

* Change the `source` for OSM land/water polygons. The data which used to be at OpenStreetMapData.com is now hosted by FOSSGIS at osmdata.openstreetmap.de. [PR #30](https://github.com/tilezen/raw_tiles/pull/30)
* Added the `wikidata` "table" in RAWR tiles. This adds properties from the [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page) project to enrich the data we have about airports (although there's nothing airport-specific about the `raw_tiles` part the code). [PR #31](https://github.com/tilezen/raw_tiles/pull/31)
* Include WOF wikidata ID in the RAWR tile to match the `vector-datasource` queries. [PR #32](https://github.com/tilezen/raw_tiles/pull/32)
* Add disputed admin capitals from Natural Earth as a type of "wikidata". This pulls in the `FCLASS_*` and `FEATURECLA` from Natural Earth, so that we can backfill this data where it's not present in OSM and also apply viewpoints. [PR #33](https://github.com/tilezen/raw_tiles/pull/33) and [PR #34](https://github.com/tilezen/raw_tiles/pull/34)

v1.0.1
------

Expand Down

0 comments on commit 5a99204

Please sign in to comment.