Fix jshint
This commit is contained in:
parent
1766cd0ad4
commit
82648df21c
@ -144,7 +144,7 @@ return function () {
|
|||||||
const { z, x, y } = test.coords;
|
const { z, x, y } = test.coords;
|
||||||
const { format, response } = test;
|
const { format, response } = test;
|
||||||
|
|
||||||
testClient.getTile(z, x, y, { format, response }, (err, res) => {
|
testClient.getTile(z, x, y, { format, response }, err => {
|
||||||
assert.ifError(err);
|
assert.ifError(err);
|
||||||
testClient.drain(done);
|
testClient.drain(done);
|
||||||
});
|
});
|
||||||
@ -185,7 +185,8 @@ return function () {
|
|||||||
type: 'mapnik',
|
type: 'mapnik',
|
||||||
options: {
|
options: {
|
||||||
sql: 'select * from populated_places_simple_reduced',
|
sql: 'select * from populated_places_simple_reduced',
|
||||||
cartocss: '#layer0 { marker-fill: red; marker-width: 10; [name="Madrid"] { marker-fill: green; } }',
|
cartocss:
|
||||||
|
'#layer0 { marker-fill: red; marker-width: 10; [name="Madrid"] { marker-fill: green; } }',
|
||||||
cartocss_version: '2.0.1',
|
cartocss_version: '2.0.1',
|
||||||
widgets: {
|
widgets: {
|
||||||
adm0name: {
|
adm0name: {
|
||||||
@ -499,5 +500,5 @@ return function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user