Styling
This commit is contained in:
parent
2fbd9893bd
commit
7bf5deb4c1
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user