GordonL wrote > > It might be the path (C:\Program > Files\AutoDesk\MapGuideEnterprise2011\WebServerExtensions\www\webconfig.ini) > for the ini for getting your selectionXML is off. > > try to > alert(selectionXml); > > to make sure you have correct XML. >
Generally I write webconfig path in the file system format: /OSGeo.MapGuide.MapGuideApi.MgInitializeWebTier(@"C:\App\Test\MapGuideSample\MapGuideSample\webconfig.ini");/ But I also tried: /OSGeo.MapGuide.MapGuideApi.MgInitializeWebTier(@"http://localhost/mapguide/webconfig.ini");/ In general whatever I set in MgInitializeWebTier (also totally wrong path), it works, but it does not select. I can see my web layout with my map and it zooms on the right extension, but it does not select (an I have a selectionXml that looks ok). -- View this message in context: http://osgeo-org.1560.n6.nabble.com/map-selection-problem-tp4655687p4879719.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
