Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-12 Thread Jackie Ng
Do you see the actual datetime values in the raw AJAX responses? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-0-and-postgis-mssql-datetime-properties-tp5229375p5229390.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Fusion layers/legend: activate folder includes subfolder

2015-10-12 Thread torrini
Thanks a lot for the quick response! Unfortunately I didn't get it to work. First, there is a } missing in the end, before /menu.add(toggle_on);/, isn't it?! Second, I'm getting the error /menu is not defined/. I changed it to /Jx.Menu.add/, but that results into /Jx.Menu.add is not a function/.

[mapguide-users] Selection issue in MGOS 3.0

2015-10-12 Thread Gunter Becker
Hi, using MGOS 3.0 I've realised some strange selection behavior. I can't select more then 1000 objects at once. In the status bar 0 features are selected and no object are highlighted. Can anyone confirm this? Gunter -- View this message in context:

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-12 Thread Jamo
Jackie, I'm using the fusion viewer can you point me on how to intercept the AJAX results. Interpreting the selectionPanel aElements value upon selecting an element reveals it gets populated like below aElements of a feature with just a datetime property aElements [] but as you can see on the

Re: [mapguide-users] Mapguide 3.0 and postgis/mssql datetime properties

2015-10-12 Thread Jackie Ng
Fire up the browser developer tools (F12) and look at the network requests tab. There'll be either a QUERYMAPFEATURES request to the mapagent or a request to GetSelectionProperties.php for the selected feature's attributes. - Jackie -- View this message in context: