We successfully use postgis 2.1. Your error is saying it cannot find the necessary relation "geometry_columns". If you run the command "SELECT * FROM geometry_columns;" in the DB you are using, you should get a result table showing every spatial table's geometry columns. If you do not get this, then there is a problem with your postgis installation. I would suggest then reisnstalling postgis's template database, making a database based on it and testing from there. If that works, look at what is different with your main DB.
-- View this message in context: http://osgeo-org.1560.x6.nabble.com/Connecting-to-Feature-Source-tp5095965p5096800.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
