-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Would I do
app.layer('escapedLayer', function(tile, render){ render(['SELECT ST_AsGeoJSON(the_geom) as the_geom_geojson FROM $1 WHERE ST_Intersects(the_geom, !bbox_4326!) AND state=$2', 'points', 'California']); });
or
app.layer('escapedLayer', function(tile, render){ render(['SELECT ST_AsGeoJSON(the_geom) as the_geom_geojson FROM $1 WHERE ST_Intersects(the_geom, !bbox_4326!) AND state=$2', ['points', 'California'] ]); });
or should I do something else other than these?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels