[postgis-users] ST_Covers for Geography
DrYSG
ygutfreund at draper.com
Tue Jul 24 14:20:45 PDT 2012
I was getting the same error with ST_CoveredBy. Is that expected?
Is this something expected?
I saw some chatter in the dev logs that this might be added in version 2.1,
is there a chance for that?
Here is what I see in the trunk:
-- Only implemented for polygon-over-point
668 -- Availability: 1.5.0
669 CREATE OR REPLACE FUNCTION ST_CoveredBy(geography, geography)
670 RETURNS boolean
671 AS 'SELECT $1 && $2 AND _ST_Covers($2, $1)'
672 LANGUAGE 'sql' IMMUTABLE ;
--
View this message in context: http://postgis.17.n6.nabble.com/ST-Covers-for-Geography-tp4999120p4999124.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list