On Thu, May 5, 2011 at 8:57 AM, Serge Markin <[email protected]> wrote: > Hi all, > > I am trying to implement back-end for OpenLayers.Protocol.HTTP with GeoJSON > format. I can not find enough documentation for such a task. For example, I > know that method CREATE should return something like array of newly created > features (with assigned IDs),
Since you rely on the GeoJSON format CREATE should return a GeoJSON FeatureCollection. > but I can not find good info on it. The same > for other methods. If anyone has some links or could give some advices > please help I will be very appreciated. I'd recommend looking at the OpenLayers/Protocol/HTTP.js file. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
