You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
In tilesplash i can combine multiple query and getting multiple layer on the same source, like so
app.layer('multiLayer',function(tile,render){render({circles: 'SELECT ST_AsGeoJSON(the_geom) as the_geom_geojson FROM circles WHERE ST_Intersects(the_geom, !bbox_4326!)',squares: 'SELECT ST_AsGeoJSON(the_geom) as the_geom_geojson FROM squares WHERE ST_Intersects(the_geom, !bbox_4326!)'});});
The text was updated successfully, but these errors were encountered:
How can i get multiple layers in the same source?
Example:
In tilesplash i can combine multiple query and getting multiple layer on the same source, like so
The text was updated successfully, but these errors were encountered: