Re: [mapguide-users] problem with selection set - solved and more question

2020-02-26 Thread pmpm
Thank you This helped me with my problem http://osgeo-org.1560.x6.nabble.com/Fusion-Error-when-using-Select-widget-on-Mapguide-3-1-2-td5430104.html -pmpm -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___

Re: [mapguide-users] problem with selection set - solved and more question

2020-02-04 Thread Jackie Ng
The mapagent and your PHP code are 2 separate things on the backend. The mapagent, where your viewer sends QUERYMAPFEATURE requests to knows nothing about these PHP scripts. So without digging any further, I'd say that you will have to write some code to do this. - Jackie -- Sent from:

Re: [mapguide-users] problem with selection set - more info

2020-01-30 Thread Jackie Ng
Ok, here's the background. Those PHP scripts in question shouldn't be called now because we now have a version of the QUERYMAPFEATURES mapagent operation that fulfills the needs that these 3 scripts previously provided. Fusion.Layer.MapGuide has a flag (bUseNativeServices) that determines

Re: [mapguide-users] problem with selection set - more info

2020-01-29 Thread Jackie Ng
Hi Yuval, Thank you for this extra and very useful information. I'll dig through the fusion commit logs and see what the deal is. - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] problem with selection set

2020-01-28 Thread Jackie Ng
I don't think any of us reading this list actually have an idea what MapGuide installation environment you are referring to other than it is using PHP, which doesn't help any of us in helping you find possible solutions. Is this mis-behaving code coming from: - The AJAX viewer? - Fusion? -