Re: [mapguide-users] Only portions of a layer appears at some scales

2014-01-16 Thread Jacqueline W
Does anyone know how the .idx file for a shapefile becomes corrupt in the first place. I have a few shapefiles in MapGuide for which I periodically need to delete the .idx file but I haven't found the reason for them becoming corrupt in the first place. MapGuide is the only thing that accesses thes

[mapguide-users] Buffer Operation Returning Bad Geometry

2014-01-16 Thread alkamin
We're attempting to generate the geometry of a buffer of an arbitrary number of source geometries. We've written a .php file to handle the logic. We have run into some issues with the formation of the resulting geometry (WKT). 1. If the MgMultiGeometry contains anything but linestrings and

Re: [mapguide-users] MG 2.5: Fusion: Measure in Feet but show Lat Long in Status Bar

2014-01-16 Thread elliott17
Is there a way of having the Display Projection set to UTM and have the units set to meters. I tried this: StatusCoords CursorPosition x: {x}, y: {y} 4 EPSG:3776 m The 3776 is a 3TM projection for Calgary, Alberta. I get an error when the map loads. The error is an excep

Re: [mapguide-users] Only portions of a layer appears at some scales

2014-01-16 Thread Martin Morrison
I had this issue when I was using shp files for our display. (years ago) I tracked it down to the fact that they were not stable with a large number of concurrent accesses. I moved to SQL and haven't looked back, no issues since. Martin Morrison Application Engineer Engineering Design Systems,

[mapguide-users] GeoREST solution

2014-01-16 Thread benjanmin
I would like to deploy this, but I found the GeoREST group is not active. Would like to ask, does it still keep on development/ enhancement? Anyone can give me an idea? Thanks. :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoREST-solution-tp5098517.html Sent from the

Re: [mapguide-users] TCPDF ERROR: [Image] Unable to get image

2014-01-16 Thread pcardinal
No notice/error/warning message -- View this message in context: http://osgeo-org.1560.x6.nabble.com/TCPDF-ERROR-Image-Unable-to-get-image-tp5098056p5098519.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users ma

Re: [mapguide-users] TCPDF ERROR: [Image] Unable to get image

2014-01-16 Thread Jackie Ng
You didn't see any PHP notices/error/warnings or you didn't see them logged? You probably won't see such messages displayed because they're in the content of the image that TCPDF is complaining about. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/TCPDF-ERROR-Im

Re: [mapguide-users] TCPDF ERROR: [Image] Unable to get image

2014-01-16 Thread pcardinal
I didn't see any PHP notices/error/warnings, but I found the solution for the problem.I just added "www" in my URL. Instead of "http://mysite.com/mapguide/...";, I wrote "http://www.mysite.com/mapguide/...".Regards, -- View this message in context: http://osgeo-org.1560.x6.nabble.com/TCPDF-ERRO

Re: [mapguide-users] TCPDF ERROR: [Image] Unable to get image

2014-01-16 Thread pcardinal
I didn't see any PHP notices/error/warnings logged. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/TCPDF-ERROR-Image-Unable-to-get-image-tp5098056p5098523.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] GeoREST solution

2014-01-16 Thread Jackie Ng
I think the project's as good as dead and it's better off to reinvent GeoREST in a more developer-friendly language/platform/framework than raw C++ - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoREST-solution-tp5098517p5098525.html Sent from the MapGuide Users

Re: [mapguide-users] GeoREST solution

2014-01-16 Thread benjanmin
I found the GeoREST is useful for doing updating the feature data and it is codeless. Do you Jackies have any good idea what is the altenative of GeoREST? Thanks for your advise. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoREST-solution-tp5098517p5098526.html Sent fr

Re: [mapguide-users] GeoREST solution

2014-01-16 Thread Jackie Ng
No alternative to GeoREST currently exists. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoREST-solution-tp5098517p5098527.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mail

[mapguide-users] Set filter for layer at runtime in MGOS 2.5 (fusion)

2014-01-16 Thread loic
Hi, I need some help. I would like to make a filter widget, like the search one for fusion, but with the purpose of filter data. I read a lot of explainations on this forum, but none are detailed enough for a beginner like me ! Explanations like found on this site, but for fusion, would be gre