Re: [mapguide-users] MG REST GET Features for datetime fields

2016-10-04 Thread Alen
Yes line 153 returns string in FDO format, ( "TIMESTAMP '-mm-dd hh:mm:ss.sss'" ) so one can just remove "TIMESTAMP " from the beginning of the string and everything after "." if needed. Anyway i posted an issue on that matter: https://github.com/jumpinjackie/mapguide-rest/issues/142 --

Re: [mapguide-users] MapGuide rest - 404 Page Not Found

2016-10-04 Thread GordonL
Rest is a tool for Programming (i.e. JQUERY) so you can get things like geojson and CZML and dynamically query mapguide and your data. What are you doing with mapguide-rest? To check if mapguide-rest is installed try: http://localhost/mapguide/rest/sampleapps/index.php If this still isn't

[mapguide-users] MapGuide rest - 404 Page Not Found

2016-10-04 Thread Draugnim
Hi everyone, I'm new to MapGuide but I'm geting into it. I installed MapGuideOpenSource-3.1.0.9043-RC1-x64 on Windows Server 2012 R2. I followed the instructions and installed MapGuide rest. I downloaded the repository to the www folder. Changed the name to 'rest'. I installed the PHP Composer

Re: [mapguide-users] MG REST GET Features for datetime fields

2016-10-04 Thread GordonL
You can always tweak the geojson adaptor to format the date in the way you need. https://github.com/jumpinjackie/mapguide-rest/blob/master/app/adapters/geojsonadapter.php (around line 153) gordon -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-04 Thread GordonL
Works great with AIMS 2017 for me. And MGOS 3.0 Love the new wrapper. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5289193.html Sent from the MapGuide Users mailing list archive at Nabble.com.