Skip to content

Commit

Permalink
bump to 0.4.10 with reference.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 30, 2012
1 parent 7ebb0e8 commit 70d5240
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

### 0.4.10

* Updated reference.json

### 0.4.9

* Render TileJSON, Mapnik options to Mapnik XML parameters.
Expand Down
18 changes: 18 additions & 0 deletions lib/carto/tree/reference.json
Expand Up @@ -131,6 +131,15 @@
"default-value": 1,
"default-meaning": "opaque"
},
"smooth": {
"css": "polygon-smooth",
"api": "smooth",
"type": "float",
"default-value": 0,
"default-meaning": "no smoothing",
"range": "0-1",
"doc": "Amount of smoothing applied"
},
"meta-output": {
"css": "polygon-meta-output",
"type": "string",
Expand Down Expand Up @@ -208,6 +217,15 @@
"default-value": "none",
"default-meaning": "solid line"
},
"smooth": {
"css": "line-smooth",
"api": "smooth",
"type": "float",
"default-value": 0,
"default-meaning": "no smoothing",
"range": "0-1",
"doc": "Amount of smoothing applied"
},
"meta-output": {
"css": "line-meta-output",
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"Konstantin Käfer",
"Alexis Sellier <self@cloudhead.net>"
],
"version": "0.4.9",
"version": "0.4.10",
"licenses": [{
"type": "Apache"
}],
Expand Down

0 comments on commit 70d5240

Please sign in to comment.