Re: [mapguide-users] Invoke URL

2016-12-05 Thread madhurchanana
hi Gordon, thanks for replying I included the openlayers source: but i am still not able to get the output onto the map. The coordinate system for the file is EPSG: 3857 only and the boundaries are correct. function render_layer() { var map =

Re: [mapguide-users] mapguide-rest

2016-12-05 Thread Rémy Gourrat
Thanks Jackie, Sorry i come back on this post very later. For memory, I am on mapguide 2.5.2. First : after log in administrator, i can see resources tree via http://localhost/mapguide/rest/library/list.html, but each time i want to see resource content I have this error "Unhandled Exception

Re: [mapguide-users] Invoke URL

2016-12-05 Thread GordonL
Oh, and you have to pass the correct boundaries and coordinate system. Check out my fusion based WMS manager i built at http://cmnmaps.ca/monitoring/ Just click the WMS Manager button. Gordon -- View this message in context:

Re: [mapguide-users] Invoke URL

2016-12-05 Thread GordonL
I'm not sure the whole OpenLayers library is always available to you within fusion. Adding the wms layer may need that library added. Sometimes I have to add libraries manually. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Invoke-URL-tp5297362p5298609.html Sent from

Re: [mapguide-users] Invoke URL

2016-12-05 Thread madhurchanana
Thanks Jackie, i was able to resolve that issue. However, i am trying to get a WMS layer on button click event from the widget. the fuction to be called is function render_layer() { var map = parent.Fusion.getWidgetById('Map'); var olmap = map.oMapOL;