[mapguide-users] Problems with mapguide 2.2 beta1 on Windows XP

2010-06-30 Thread Pedro Venâncio
Hello everyone I am testing the MapGuide OS 2.2 beta 1 (bundled Apache and PHP) on windows xp with sp2, and using Maestro 2.0.0.4650. I am trying to connect to a Postgis database (PostgreSQL 8.4.4-1 and Postgis 1.4.2), with the PostgisProvider. I make the connection, I connect the table that

RE: [mapguide-users] Not able to see layers when I'm using a scale range

2010-06-30 Thread Ivan Miličević
Any message in chrome script console? From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Marie-Eve Gauthier Sent: Tuesday, June 29, 2010 4:04 PM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Not able to see layers when I'm usin

[mapguide-users] Item X is already in this named collection

2010-06-30 Thread Marie-Eve
Hello, I’m trying to do a connection toward a PostGIS database to show some polygons. I’m using MGO 2.2. When I’m trying to use the PostgreSQL/PostGIS Provider, I get that message: The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. RDBMS: Not conn

Re: [mapguide-users] Session Repository to Library Repository?

2010-06-30 Thread Jason Birch
After you have saved your web layout, right click on it in the Fusion navigation tree and copy its resource ID to the clipboard. Use this value (it should start with Library://) for the WEBLAYOUT= part of your URL, and remove the SESSION= part of the URL entirely. On 2010-06-30, Edu M. wrote: > >

RE: [mapguide-users] Not able to see layers when I'm using a scale range

2010-06-30 Thread Marie-Eve Gauthier
Hello Jason, I'm gonna try to do that tomorrow. I don't have time today. It's a big map with some postgres connection, so I will create a smaller one that shows the problem. Cheers, Marie-Eve Gauthier All-Can Engineering & Surveys (1976) Ltd. Phone: 403.244.2131 Ext 281 -Original Message---

[mapguide-users] Re: DwfLoadProcedure

2010-06-30 Thread sanpet
Hi Jackie, Thanks a lot for the clarification. Can the Web Extension API be used for uploading DWFs as an alternative to using DwfLoadProcedure? Sanpet -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/DwfLoadProcedure-tp5237603p5237764.html Sent from the MapGuide Users m

[mapguide-users] Re: Session Repository to Library Repository?

2010-06-30 Thread Edu M.
thank you, but i'm not a programmer and i just want finisht the session expired problem, and I read that the problem is because i'm using session URL and not library and I do not know what to do Regards Edu -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Session-Reposit

[mapguide-users] Re: Session Repository to Library Repository?

2010-06-30 Thread Jackie Ng
Use the GetResourceContent() and SetResource() methods of MgResourceService The key thing is the resource ids. Session-based resource ids are like: Session:yoursessionid//Your.Resource Library-based resource ids are like: Library://Path/To/Your.Resource Note that the MG Anonymous user doesn't

[mapguide-users] Re: DwfLoadProcedure

2010-06-30 Thread Jackie Ng
One thing to note about Load Procedures is that they store load settings for *client applications*. As a result, whether we can support load procedures of data type X is determined by whether we can actually read and process files of type X on the client-side in a portable fashion. This is why al

[mapguide-users] Re: Setting Initial Map Selected object

2010-06-30 Thread Jose Cerrejon
I have some advanced code, but an error appear when I try the query(options) function: mapagent.fcgi: Invalid argument(s): [1] = "" The AGF text is invalid because it failed to parse into a valid geometry object. Invalid argument(s): [1] = "" The AGF text is invalid because it f

[mapguide-users] DwfLoadProcedure

2010-06-30 Thread sanpet
Hi All, Is DwfLoadProcedure available in Maestro API? It is in MapGuide Studio API. Thanks -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/DwfLoadProcedure-tp5237603p5237603.html Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] Session Repository to Library Repository?

2010-06-30 Thread Martin Morrison
Remove the session number from your URL. Here is an example: http://gis.edsi.com/mapguide/mapviewerajax/?WEBLAYOUT=Library%3a%2f%2fMecklenburg_County%2fMecklenburg_County_GIS_Layout_SQL.WebLayout&LOCALE=en You should also add what you are doing for authentication. Either add Anonymous on the e

[mapguide-users] Session Repository to Library Repository?

2010-06-30 Thread Edu M.
Hi All, Where or how can I pass from a Session Repository to Library Repository? (I only have Maestro with maplayouts that generates me a URL session temp based) Regards Edu -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Session-Repository-to-Library-Repository-tp523