Add styleFunction option to ol.interaction.DragAndDrop

This commit is contained in:
Tom Payne
2014-01-16 19:14:46 +01:00
parent 7fc274c750
commit 7d5b1265b7
2 changed files with 9 additions and 0 deletions

View File

@@ -293,6 +293,8 @@
* features will be added to this layer's source. If neither `source` nor
* `layer` are defined then the dropped features will be added as a new
* layer.
* @property {ol.feature.StyleFunction|undefined} styleFunction Style function.
* This is used to configure any new layers created.
*/
/**