Marking the save method on the Save strategy as an API method. This was a clear oversight (not making it an API method).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -117,7 +117,7 @@ OpenLayers.Strategy.Save = OpenLayers.Class(OpenLayers.Strategy, {
|
||||
},
|
||||
|
||||
/**
|
||||
* Method: save
|
||||
* APIMethod: save
|
||||
* Tell the layer protocol to commit unsaved features. If the layer
|
||||
* projection differs from the map projection, features will be
|
||||
* transformed into the layer projection before being committed.
|
||||
|
||||
Reference in New Issue
Block a user