[Featureserver] OpenLayers+FeatureServer full transactional
example
Peter Robins
fs at peterrobins.co.uk
Mon Aug 3 13:29:29 EDT 2009
On Saturday, July 25, 2009, Peter Robins <fs at peterrobins.co.uk> wrote:
> So I have a featureadded listener which calls:
>
> featureAdded: function (e) {
> e.feature.url = baseUrl+'/'+e.feature.fid;
> }
>
> I'm using this with fixed and save strategies, and it all seems to work
> well. :-)
actually, this doesn't currently work if the coordinates have to be
transformed, as save strategy is not passing over the url. Patch submitted to
OL.
Took me ages to work out where that one was going wrong :-(
More information about the Featureserver
mailing list