You can do the same thing I did when I built this pgRouting example (http://themapguyde.blogspot.com.au/2013/04/mapguide-and-pgrouting-shortest-path.html)
Use MgFeatureService.ExecuteSqlQuery() and MgFeatureService.ExecuteSqlNonQuery() as "escape hatch" APIs to execute your PostGIS SQL queries. If these queries return PostGIS geometries, you can access them in the MgSqlDataReader that is returned back. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Using-a-Linear-Referencing-System-in-MapGuide-with-PostGIS-and-C-NET-tp5134970p5135053.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
