Re: [mapguide-users] Introducing mapguide-rest

2014-02-17 Thread Jackie Ng
Hi All, It has come to my attention that mapguide-rest blows up on any REST API URL where the transcoded resource ID contains non-ASCII characters. The current workaround is to rename such a resource to use only English/ASCII characters. The solution is to fix the match() method in the Slim

Re: [mapguide-users] Introducing mapguide-rest

2014-02-13 Thread Jackie Ng
Not at the moment. Is there a particular scenario where you need such a feature? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-rest-tp5101766p5103585.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Introducing mapguide-rest

2014-02-13 Thread Berg, James
: Thursday, February 13, 2014 6:00 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Introducing mapguide-rest Not at the moment. Is there a particular scenario where you need such a feature? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com

Re: [mapguide-users] Introducing mapguide-rest

2014-02-13 Thread Jackie Ng
Hmmm, I was going to suggest a REST API URL that uses the existing GETMAPIMAGE mapagent operation under the hood which would've looked like this (using Sheboygan as an example) http://servername/mapguide/rest/library/Samples/Sheboygan/Maps/Sheboygan.MapDefinition/image.png?x=your x coordy=your y

Re: [mapguide-users] Introducing mapguide-rest

2014-02-12 Thread Berg, James
Is there any way to use the rendering service APIs to create images of LayerDefinitions instead of MapDefinitions? ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Introducing mapguide-rest

2014-02-08 Thread GordonL
That is extremely cool that the TransformTo is available in Rest! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-rest-tp5101766p5102718.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Introducing mapguide-rest

2014-02-07 Thread GordonL
Hi Jackie, Here is something I struggle with on the regular GeoREST. Coordinate Systems. I would love to stream GeoJSON into Spherical Mercator or LL but if we are connecting to the Data Source, we don't have opportunity to re-project in REST. I do this sometimes, but it is costly

Re: [mapguide-users] Introducing mapguide-rest

2014-02-07 Thread Jackie Ng
It's already taken care of :) All representations via GET are transformable if you specify a TransformTo property in the GET method configuration in restcfg.json, with the CS-Map code of the coordinate system to transform to. - Jackie -- View this message in context:

Re: [mapguide-users] Introducing mapguide-rest

2014-02-05 Thread Steve G
Geez Jackie...you've been real lazy lately. GeoREST for Mapguide was a bit of a stumbling block after migrating over to 64bit. mapguide-rest looks promising. I just started looking at the wiki. If possible, I'd be interested in seeing more template examples. -- View this message in

Re: [mapguide-users] Introducing mapguide-rest

2014-02-05 Thread Jackie Ng
The property example under conf/data/property (https://github.com/jumpinjackie/mapguide-rest/tree/master/conf/data/property) is currently the definitive example for templates. In there are templates for HTML, KML, Atom and GeoRSS - Jackie -- View this message in context:

Re: [mapguide-users] Introducing mapguide-rest

2014-02-04 Thread Jackie Ng
Might as well tack on the standard disclaimer: mapguide-rest is *experimental* code. Use only for testing/development purposes. Use on production data at your own risk. - Jackie -- View this message in context:

Re: [mapguide-users] Introducing mapguide-rest

2014-02-04 Thread GordonL
This is really great Jackie. I am glad you have decided to take on Rest with MapGuide. It would be awesome if, one day in the future, we can publish Layers with Rest using Maestro. -- View this message in context:

[mapguide-users] Introducing mapguide-rest

2014-02-03 Thread Jackie Ng
Hi All, Here's a little side-project I've been working on this past week and a half. mapguide-rest is a PHP-based web extension for MapGuide that provides: a) A RESTful interface to the MapGuide Web API (continuing ideas explored in the defunct mapguide4j project also on my github) b) A