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
data store is unreachable. The problem of whether it takes 1-2 minutes to
come to that conclusion is for the FDO provider to solve.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Unavailable-SQL-Server-hangs-up-MapGuide-Server-tp5102207p5102440.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


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 and value in another frame like in the 6.5
days?

Thanks,

Mitchell Hastings
Brown County Engineer's Office
25 Veterans Blvd.
Georgetown, Oh 45121
browncountygis.com



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Advanced-search-of-layer-using-MgFeatureQueryOptions-not-working-tp4184511p5102495.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


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
(http://altani.continuation.org/trilobites/leaflet.html)
 

Do you think this might be something we can look into with this new
implementation?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-rest-tp5101766p5102563.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[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: 
http://osgeo-org.1560.x6.nabble.com/How-to-change-the-initial-task-pane-URL-programatically-tp5102583.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


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: 
http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-rest-tp5101766p5102641.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users