Fix point markers shift due to polygon clipping (2.0 -> 2.1)
Done by requiring grainstore 0.9.6
This commit is contained in:
parent
4b8c165261
commit
b5658a9f43
4
NEWS.md
4
NEWS.md
@ -1,6 +1,10 @@
|
|||||||
1.1.2 (DD//MM//YY)
|
1.1.2 (DD//MM//YY)
|
||||||
-----
|
-----
|
||||||
|
* CartoCSS versioning
|
||||||
* Fix use of "style_version" with GET (inline styles)
|
* Fix use of "style_version" with GET (inline styles)
|
||||||
|
* Enhance 2.0 -> 2.1 transforms:
|
||||||
|
* styles with no semicolon
|
||||||
|
* markers shift due to geometry clipping
|
||||||
|
|
||||||
|
|
||||||
1.1.1 (DD//MM//YY)
|
1.1.1 (DD//MM//YY)
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -182,7 +182,7 @@
|
|||||||
"version": "1.3.3"
|
"version": "1.3.3"
|
||||||
},
|
},
|
||||||
"grainstore": {
|
"grainstore": {
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"semver": {
|
"semver": {
|
||||||
"version": "1.1.0"
|
"version": "1.1.0"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
||||||
"node-varnish": "0.1.1",
|
"node-varnish": "0.1.1",
|
||||||
"underscore" : "~1.3.3",
|
"underscore" : "~1.3.3",
|
||||||
"grainstore" : "~0.9.5",
|
"grainstore" : "~0.9.6",
|
||||||
"windshaft" : "~0.7.0",
|
"windshaft" : "~0.7.0",
|
||||||
"step": "0.0.x",
|
"step": "0.0.x",
|
||||||
"generic-pool": "1.0.x",
|
"generic-pool": "1.0.x",
|
||||||
|
Loading…
Reference in New Issue
Block a user