Re: [mapguide-users] Draw polygon using Javascript API?

2016-11-03 Thread Jackie Ng
Yes, mapguide-rest has 2 sample applications that demonstrate how to do this. 1. Editable Published Data This allows you to do perform CRUD against a feature source configured with restcfg.json 2. OpenLayers 3 with turf.js This demonstrates inserting client-side turf.js generated geometries

[mapguide-users] mapguide-rest setup issue with Mpaguide 2.5.2

2016-11-03 Thread Rémy Gourrat
Hi, I try to setup mapguide-rest with MapGuide 2.5.2 which use PHP 3.3.8, I read that theorically mapguide-rest is running with a mapguide supporting PHP 3.3 and upper Jackie said that : "mapguide-rest has been tested on MapGuide Open Source 2.6. It should theoretically work on any

Re: [mapguide-users] mapguide-rest setup issue with Mpaguide 2.5.2

2016-11-03 Thread Jackie Ng
PHP 5.3 is long unsupported and full of security vulnerabilities. MapGuide 2.5.x is sadly tied to this version of PHP (because newer PHP versions are built with an incompatible MSVC compiler) so you cannot just swap it out that for a newer once. All I can suggest (if you *really* have to stay on