[mapguide-users] Re: OpenLayers with MapGuide

2011-10-19 Thread Jackie Ng
It just means you would have to create this runtime map first on the server-side before OpenLayers can get its hands on it. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OpenLayers-with-MapGuide-tp6902038p6910994.html Sent from the MapGuide Users mailing list a

[mapguide-users] Re: OpenLayers with MapGuide

2011-10-19 Thread GordonL
Ok, so if you use "useOverlay: true;" you are using the Rendering Service API called GETDYNAMICOVERLAYIMAGE http://trac.osgeo.org/mapguide/wiki/HttpApi/RenderingService#GetDynamicMapOverlayImage2.0 this API does not accept a *mapdefinition *parameter. So if you know the name of the mapdefiniti

[mapguide-users] Re: OpenLayers with MapGuide

2011-10-18 Thread GordonL
So var url = "http://enterprise.mapguide.com/mapserver2012/mapagent/mapagent.fcgi?USERNAME=Anonymous";; var extent = new OpenLayers.Bounds(-9770571,5417146,-9762314,5435370); var mapOptions = { maxExtent: extent, units: "m",