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.
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to