Re: [mapguide-users] Unavailable SQL Server hangs-up MapGuide Server

2014-02-07 Thread Jackie Ng
All MapGuide can do is open an FDO connection and set an optional timeout beforehand. Any knowledge about an unreachable server is inherently FDO provider-specific, and should be handled by the FDO provider itself. The burden should be the FDO provider to bail immediately if it finds that its

Re: [mapguide-users] Advanced search of layer using MgFeatureQueryOptions() not working

2014-02-07 Thread MitchellH
Hi, I'm using the stock search.php that comes with the mapguide fusion install. The ability to sort columns, and have a multi-parameter search would be great. I have a ton of search results pages from my mapguide 6.5 site that I've reworked for the ajax viewer. Can I just export a querystring

Re: [mapguide-users] Introducing mapguide-rest

2014-02-07 Thread GordonL
Hi Jackie, Here is something I struggle with on the regular GeoREST. Coordinate Systems. I would love to stream GeoJSON into Spherical Mercator or LL but if we are connecting to the Data Source, we don't have opportunity to re-project in REST. I do this sometimes, but it is costly

[mapguide-users] How to change the initial task pane URL programatically

2014-02-07 Thread Liglio
Hi, How to change the initial task pane URL programatically using C# ? This information is kept in the file MgLibraryResourceContents.dbxml ? Thanks, Liglio -- View this message in context:

Re: [mapguide-users] Introducing mapguide-rest

2014-02-07 Thread Jackie Ng
It's already taken care of :) All representations via GET are transformable if you specify a TransformTo property in the GET method configuration in restcfg.json, with the CS-Map code of the coordinate system to transform to. - Jackie -- View this message in context: