Fix SQL bug in testcase

This commit is contained in:
Sandro Santilli
2013-06-19 17:24:01 +02:00
parent eb83851bb7
commit e984811eae

View File

@@ -336,7 +336,7 @@ suite('multilayer', function() {
version: '1.0.0',
layers: [
{ options: {
sql: 'select 1 as cartodb_id, !pixel_height! as h'
sql: 'select 1 as cartodb_id, !pixel_height! as h, '
+ 'ST_Buffer(!bbox!, -32*greatest(!pixel_width!,!pixel_height!)) as the_geom_webmercator',
cartocss: '#layer { polygon-fill:red; }',
cartocss_version: '2.0.1'