Merge pull request #130 from CartoDB/preemptive-setsrid
preemptively set_srid for obs_getavailableboundaries
This commit is contained in:
@@ -114,7 +114,7 @@ BEGIN
|
||||
AND
|
||||
observatory.OBS_column.type = 'Geometry'
|
||||
AND
|
||||
ST_Intersects($1, observatory.obs_table.the_geom)
|
||||
ST_Intersects($1, st_setsrid(observatory.obs_table.the_geom, 4326))
|
||||
$string$ || timespan_query
|
||||
USING geom;
|
||||
RETURN;
|
||||
|
||||
Reference in New Issue
Block a user