[mapguide-users] Multiple Schema Mappings found for class

2014-04-03 Thread Hans Milling
Hi all Using MapGuide 2.2 I try to add a layer based on a WFS feature source, but I get the following error when I add the layer and select the feature source: The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. Multiple Schema Mappings found for

Re: [mapguide-users] Multiple Schema Mappings found for class

2014-04-03 Thread Jackie Ng
Maybe it's to do with this: http://trac.osgeo.org/fdo/ticket/805 - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Multiple-Schema-Mappings-found-for-class-tp5132808p5132816.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Hi Jackie, kudos for mapguide-rest I would like to say first! Some questions: 1. Does version 0.5 support XML post/put/delete? 2. In version 0.6, I am struggling just getting authenticated (tried Anonymous and Administrator/admin) but get the http://localhost/mapguide/rest/data/property/1.xml or

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread Jackie Ng
1. 0.5 was just a test of the github release system and not actually for consumption, but nevertheless XML post/put/delete should've already been implemented at that point. 2. Are you sure you're actually using 0.6 and not the git master? I'm currently working on ACLs for published data sources.

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread Roberto Quintela
How could i unsuscibme kintela El 03/04/2014 15:40, GordonL gordon.luck...@arrowgeomatics.com escribió: Hi Jackie, kudos for mapguide-rest I would like to say first! Some questions: 1. Does version 0.5 support XML post/put/delete? 2. In version 0.6, I am struggling just getting

[mapguide-users] Coordinate system definition from spatialreference.org

2014-04-03 Thread Benjamin Zaugg
Hi lists We are working with AIMS 2013 on Windows 2008 R2 IIS7 with fusion layout slate. At the moment http://spatialreference.org/ is down. This means that our coordinate system definiton epsg 2056 is not working and the results of the measure widget are not correct. I try to add our

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Thanks Jackie, I think the Master not 0.6 was the issue with Security... My XML POST Error: Slim Application Error The application could not run because of the following error: Details Type: Exception Message: The configured representation 'xml' is not configured to handle POST requests File:

Re: [mapguide-users] mapguide-rest security

2014-04-03 Thread GordonL
Ok the restcfg.json was relocated between versions: I was adding the: Representations: { xml: { Adapter: FeatureSetXml, Methods: { GET: { MaxCount: 500 }, POST: {}, PUT: {},

Re: [mapguide-users] Coordinate system definition from spatialreference.org

2014-04-03 Thread GordonL
When spatial reference.org goes down, I go here: http://web.archive.org/web/20130414124800/http://spatialreference.org/ref/epsg/2056/ -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Coordinate-system-definition-from-spatialreference-org-tp5132966p5132994.html Sent from

Re: [mapguide-users] Coordinate system definition from spatialreference.org

2014-04-03 Thread Zac Spitzer
the version of fusion in AIMS 2013 is rather ancient (aka from mid 2012?), I am pretty sure this has been fixed since then On Fri, Apr 4, 2014 at 10:13 AM, GordonL gordon.luck...@arrowgeomatics.comwrote: When spatial reference.org goes down, I go here:

Re: [mapguide-users] Coordinate system definition from spatialreference.org

2014-04-03 Thread Benjamin Zaugg
I created a new file EPSG2056.js with the information from web.archive.organd placed it in \fusion\lib\Proj4js\defs. FusionSF.js is still referring to proj4js-combined.js. The values from my measure widget are still not correct. Do I have to change anything else? Thx, Benjamin