[mapguide-users] maestro connection problem

2011-11-08 Thread anand
hi all, I'm using Mapguide Open source2.0 with maestro r3911, with IIS 5.1. The problem is i could not connect to maestro. When i connect to maestro with the url http://localhost/mapguide/mapagent/mapagent.fcgi following url it shows the following error: Failed to connect to mapguide maestro:

[mapguide-users] Re: Mapguide and Php

2011-11-08 Thread Jackie Ng
Start with the MapGuide Developer's Guide http://mapguide.osgeo.org/2.0/documentation.html All examples are in PHP. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Mapguide-and-Php-tp6973509p6973721.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] Re: Mapguide and Php

2011-11-08 Thread GordonL
This page in particular really helped me to understand the API when I first started. http://www.osgeo.org/files/mapguide/docs/2.0/da/df8/class_mg_map.htm -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Mapguide-and-Php-tp6973509p6974318.html Sent from the MapGuide Users

RE: [mapguide-users] Another Fusion Question scalebar this time.

2011-11-08 Thread Berg, Leandros van den [FGSBV]
Hi Adam, Have a look at the Slate template fusion\templates\mapguide\slate\index.html. You don't need to create a new container for it, just add the Scalebar div to your Map div. div id=Map div id=Scalebar/div /div There are two types of Scalebar widgets, Scalebar and ScalebarDual and as you

[mapguide-users] MapGuide Maestro 4.0 RC1 now available

2011-11-08 Thread Jackie Ng
Hi All, I am happy to announce the first release candidate of MapGuide Maestro 4.0 NSIS installer/Zip package (still temp hosted on mg-desktop project site): http://code.google.com/p/mg-desktop/downloads/list Check out my blog post

[mapguide-users] RE: Another Fusion Question scalebar this time.

2011-11-08 Thread Jamo
Berg, I think I've found the problem :) modify to Possible place was missing therefore the scalebar was never actually being rendered. and as before it requires the scalebar div as i think it uses the tag name for the div to be placed in. Hope this fixes it for you perhaps this could be

[mapguide-users] RE: Another Fusion Question scalebar this time.

2011-11-08 Thread Jamo
nearly there also have to make adjustments to the css for each scalebar so it sits above the map image, I think it's z-index:3 so its above the image but below the other dialogs, not sure Now scalebar works with all its fancy options :) -- View this message in context:

[mapguide-users] Client side way to get FEATID's from FDO?

2011-11-08 Thread tmblackflag
hello, I have a user requirement to allow the moving of FDO lines and points. I am currently doing this by getting SelectionXML client side, posting to the server and then running this the code below. Performance is very slow to use the feature reader and then run a separate update statement in

[mapguide-users] Re: Client side way to get FEATID's from FDO?

2011-11-08 Thread Jackie Ng
Have you done any profiling (eg. Measure time before/after the calls) to make sure that this is the case? Something is very wrong if a single query/readnext of the reader is very slow. - Jackie -- View this message in context:

[mapguide-users] Re: Client side way to get FEATID's from FDO?

2011-11-08 Thread Jackie Ng
It could be a datastore problem. Is FEATID an identity property? If it is not, is your feature source pointing to an RDBMS? If so, is the FEATID column indexed? The selection filter could be causing table scans if the column is not PK/indexed, whose slowness would be noticeable on a very large