Rename ol.interaction.DrawEvent to ol.interaction.Draw.Event

This commit is contained in:
Frederic Junod
2016-09-07 16:40:42 +02:00
parent 3e4ed489a4
commit 3d1b1d5ac5
2 changed files with 32 additions and 33 deletions
+1
View File
@@ -18,6 +18,7 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.control.MousePositionProperty` to `ol.control.MousePosition.Property`
* rename `ol.format.IGCZ` to `ol.format.IGC.Z`
* rename `ol.interaction.DrawMode` to `ol.interaction.Draw.Mode`
* rename `ol.interaction.DrawEvent` to `ol.interaction.Draw.Event`
* rename `ol.interaction.ExtentEvent` to `ol.interaction.Extent.Event`
* rename `ol.interaction.ExtentEventType` to `ol.interaction.Extent.EventType`
* rename `ol.interaction.DragAndDropEvent` to `ol.interaction.DragAndDrop.Event`