This commit is contained in:
Daniel García Aubert 2019-09-02 16:40:43 +02:00
parent 2fbd9893bd
commit 7bf5deb4c1

View File

@ -585,17 +585,17 @@ describe(`[${desc}] Create mapnik layergroup`, function() {
it('should not provide a sample when the source table is empty', function (done) {
var testClient = new TestClient({
"version": "1.4.0",
"layers": [
version: "1.4.0",
layers: [
{
"type": "mapnik",
"options": {
"sql": "SELECT * FROM test_table_100 limit 0",
"cartocss_version": "2.3.0",
"cartocss": "#layer { line-width:16; }",
"metadata": {
"sample": {
"num_rows": 30
type: "mapnik",
options: {
sql: "SELECT * FROM test_table_100 limit 0",
cartocss_version: "2.3.0",
cartocss: "#layer { line-width:16; }",
metadata: {
sample: {
num_rows: 30
}
}
}