[mapguide-users] The feature set is empty

2011-08-02 Thread ehsan
Hi, i have problem regarding feature set, i need get property value from the selectionXML on the taskpane. this is my code (i use PHP): if ($xmlSelection != '') { $resourceService = $siteConnection->CreateService(MgServiceType::ResourceService);

[mapguide-users] Re: Onclick Display information of selected feature at the taskpane

2011-08-02 Thread ehsan
Thank for reply, i already managed to make click and show to the taskpane, here what that i did: 1- in viewerfiles/ajaxmappane.templ add this code at the *function OnClick(e)* //if have selection show on taskpane if(selectionToXml()){ //Layer name var sLayer = d

Re: [mapguide-users] Re: Onclick Display information of selected feature at the taskpane

2011-08-02 Thread Zac Spitzer
it's all simply html and javascript, so you can dive in and modify the viewer to behave how you like or if you don't have the skills, you can engage someone to do the modifications for you On Wed, Aug 3, 2011 at 1:59 PM, JohnSoft wrote: > By the way, i dont liek the ctrl+click style. > > if possi

[mapguide-users] Re: Onclick Display information of selected feature at the taskpane

2011-08-02 Thread JohnSoft
By the way, i dont liek the ctrl+click style. if possible,i would prefer the direct click . -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Onclick-Display-information-of-selected-feature-at-the-taskpane-tp6647150p6647413.html Sent from the MapGuide Users mailing list ar

[mapguide-users] Re: Onclick Display information of selected feature at the taskpane

2011-08-02 Thread JohnSoft
the default solution is ctrl+click. you can edit the url of ctrl+click action in the mapguide studio. The url is a custom aspx page that you can add some query code in. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Onclick-Display-information-of-selected-feature-at-the-t

[mapguide-users] Re: Maestro Error: The remote server returned an error: (559) MgFdoException

2011-08-02 Thread Jackie Ng
Can you make shapefile(s) that don't have or use such characters? That would be the easiest workaround. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maestro-Error-The-remote-server-returned-an-error-559-MgFdoException-tp6645178p6647193.html Sent from the MapGu

[mapguide-users] Onclick Display information of selected feature at the taskpane

2011-08-02 Thread ehsan
Hi, i am using mapguide 2.2 and MapGuide Maestro 3.1.0. i would like to make something like this in mapguide weblayout: -when user click on layer, it will display information of selected feature at the taskpane. i need to this because to display other information from database that relate to the

[mapguide-users] legend performance

2011-08-02 Thread frosty1_4me
Hey Jackie, Is there a timeframe for when your fork is going to be implemented and the 2.3 version released? I'm particularly interested in the legend performance that's currently a bandwidth and loading hog. http://trac.osgeo.org/fusion/ticket/460 Thanks, kent --

[mapguide-users] Re: Maestro Error: The remote server returned an error: (559) MgFdoException

2011-08-02 Thread crigis
Hi Jackie, analyzing error.log, i understand it was an exception due to the '.' character in shpfile name and in the fields of the file. Thanks crigis -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maestro-Error-The-remote-server-returned-an-error-559-MgFdoException-tp6

[mapguide-users] Re: Maestro Error: The remote server returned an error: (559) MgFdoException

2011-08-02 Thread Jackie Ng
What does your error.log say? There's usually more detailed error information logged there. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maestro-Error-The-remote-server-returned-an-error-559-MgFdoException-tp6645178p6645306.html Sent from the MapGuide Users ma

[mapguide-users] Maestro Error: The remote server returned an error: (559) MgFdoException

2011-08-02 Thread crigis
Hi all, i am a new Mapguide Server user v. 2.1.0.4283 with Maestro 3.50.5977. Following the shp load procedure as showed in the link: http://www.youtube.com/watch?v=TOE5psLwEw4&feature=BFa&list=PL912F359928D8BC3F&index=5, after clicking on "Load Resources" button, Maestro shows an error pop-up wit

Re: [mapguide-users] fusion layer and login ...

2011-08-02 Thread [f]
Hi, I am currently have the same problem and I am trying to figure out how to activate the login (in previous MG version it was by default and actually the problem was the opposite ...). Is anyone facing the same issue? cheers 2011/7/28 Flavio Cannavò > Hi, > > I'm working with MapGuide Server

[mapguide-users] quick tip with the http api & setResource & MgInvalidArgumentException

2011-08-02 Thread Zac Spitzer
just spent a while debugging this... when doing a SETRESOURCE operation via the http mapagent, (rather than via the php/java/.net api), you cannot pass username and password as post variables, you must pass them at the http request level, otherwise you get a cryptic MgInvalidArgumentException expe