updating geometry types to (geometry/point, 4326) where appropriate

This commit is contained in:
Andy Eschbacher
2016-05-10 15:09:07 -04:00
parent 36698cce22
commit 397d8f28ec
4 changed files with 30 additions and 32 deletions

View File

@@ -82,7 +82,7 @@ $$ LANGUAGE plpgsql;
-- TODO add test response
CREATE OR REPLACE FUNCTION OBS_GetAvailableBoundaries(
geom geometry,
geom geometry(Geometry, 4326),
timespan text DEFAULT null)
RETURNS TABLE(boundary_id text, description text, time_span text, tablename text) as $$
DECLARE