bump to 0.4.10 with reference.json update

This commit is contained in:
Dane Springmeyer 2012-04-30 16:31:48 -04:00
parent 7ebb0e878b
commit 70d5240402
3 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## Changelog
### 0.4.10
* Updated reference.json
### 0.4.9
* Render TileJSON, Mapnik options to Mapnik XML parameters.

View File

@ -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",
@ -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",

View File

@ -22,7 +22,7 @@
"Konstantin Käfer",
"Alexis Sellier <self@cloudhead.net>"
],
"version": "0.4.9",
"version": "0.4.10",
"licenses": [{
"type": "Apache"
}],