Skip to content

Commit

Permalink
bump to v0.6.10 with topojson/layer_by_index changed + node-srs@0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 6, 2014
1 parent 22cef7f commit d7dceaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## CHANGELOG

#### 0.6.10

* Fixed projection handling for topojson
* Dropped usage of `layer_by_index` leaving multilayer ogr detection up to TileMill (mapbox/tilemill#2210)

#### 0.6.9

* Added topojson and gdb support
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "millstone",
"version": "0.6.9",
"version": "0.6.10",
"main": "./lib/millstone.js",
"description": "Prepares datasources in an MML file for consumption in Mapnik",
"url": "https://github.com/mapbox/millstone",
Expand All @@ -19,7 +19,7 @@
"step": "~0.0.5",
"generic-pool": "~2.0.3",
"request": "~2.26.0",
"srs": "~0.3.9",
"srs": "~0.3.10",
"zipfile": "~0.4.3",
"sqlite3": "2.x",
"mime": "~1.2.9",
Expand Down

0 comments on commit d7dceaf

Please sign in to comment.