Hi, Still trying to make OpenLayers+FeatureServer work in full transactional mode. I looked at the "manual json edit" example at featureserver.org (2) and tried to do the same with my demo (1).
It works well for Insert/Modify now, but it doesn't with Delete. The FS example (2) has the same problem. I get a the error : <<< Invalid JSON. Content was: _method=delete >>> The request is a POST. I'm not sure, but I think it should be a "Delete". I don't know what's wrong yet, but if anyone has a hint, that would be appreciated. (1) demo : http://dev4.mapgears.com/bdga-fs/ (2) http://featureserver.org/demo/json.html (3) new js file : http://dev4.mapgears.com/bdga-fs/main-ajax.js Alexandre Alexandre Dube wrote: > Hi, > > I tried to remove as much junk as possible to make a simple demo of > what I'm trying to do (1). Here's the link to the js file (2). > > Using firebug, you can see that Insert works, but Modify/Delete > don't. Any small hint would be appreciated. > > Regards, > > Alexandre > > (1) demo : http://dev4.mapgears.com/bdga-fs/ > (2) js file : http://dev4.mapgears.com/bdga-fs/main-simple.js > > == versions == > OL v.2.8-rc6 > FS v.1.12 > > Alexandre Dube wrote: > >> Hi, >> >> I'm looking for a working/live example of OpenLayers+FeatureServer for >> editing vector features (Insert/Delete/Update). I currently use TinyOWS >> to do so with GML/WFS-T and it's working great, but XML is slower than >> JSON so I would like to switch to FeatureServer. >> >> A while ago, I tried FS for the first time but abandoned it since it >> was a bit too complicated for me to make it work with OL : >> http://www.mail-archive.com/[email protected]/msg07392.html >> >> Now, I back to the exact same problem. I use OL 2.8-rc6 and FS 1.12 >> and try to use the layer.protocol.commit([features]); to >> Insert/Update/Delete but I always get Internal server errors 500 on U >> and D. Inserts works though. >> >> So, I'm wondering if someone has already tried what I'm trying to do >> and is willing to show me a live example of it. I don't want to be a >> bother with too many questions. An example should give me a lot of answers. >> >> Meanwhile, I'll continue to work on my demo to make it short, simple >> and live soon hoping it will help me get some aid. >> >> Many thanks, >> >> >> > > > -- Alexandre Dubé Mapgears www.mapgears.com _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
