bump to 0.4.10 with reference.json update

compositing v0.4.10
Dane Springmeyer 13 years ago
parent 7ebb0e878b
commit 70d5240402

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

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

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

Loading…
Cancel
Save