remove defaults and bump windshaft version
This commit is contained in:
parent
4dd105cfb7
commit
0b5a799ac8
@ -30,13 +30,6 @@ me.req2params = function(req, callback){
|
||||
// for cartodb, ensure interactivity is cartodb_id or user specified
|
||||
req.params.interactivity = req.params.interactivity || 'cartodb_id';
|
||||
|
||||
// configure styles
|
||||
this.grainstore.styles = {
|
||||
point: '#' + req.params.table + " {marker-fill: #FF6600;marker-opacity: 1;marker-width: 8;marker-line-color: white;marker-line-width: 3;marker-line-opacity: 0.9;marker-placement: point;marker-type: ellipse;marker-allow-overlap: true;}",
|
||||
polygon: '#' + req.params.table + " {polygon-fill: #FF6600;polygon-opacity: 0.7;}" ,
|
||||
multipolygon: '#' + req.params.table + " {polygon-fill: #FF6600;polygon-opacity: 0.7;}"
|
||||
};
|
||||
|
||||
Step(
|
||||
function getDatabase(){
|
||||
cartoData.getDatabase(req, this);
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore" : "1.1.x",
|
||||
"windshaft" : "0.0.5",
|
||||
"windshaft" : "0.0.6",
|
||||
"step": "0.0.x",
|
||||
"generic-pool": "1.0.x",
|
||||
"redis": "0.6.7",
|
||||
|
Loading…
Reference in New Issue
Block a user