Add upgrade note of ol.DrawEvent and ol.DrawEventType

This commit is contained in:
Éric Lemoine
2015-05-22 11:58:48 +02:00
parent 531b35d7c2
commit e766d00e7b

View File

@@ -5,6 +5,7 @@
#### `ol.interaction.Draw` changes
* The `minPointsPerRing` config option has been renamed to `minPoints`. It is now also available for linestring drawing, not only for polygons.
* The `ol.DrawEvent` and `ol.DrawEventType` types were renamed to `ol.interaction.DrawEvent` and `ol.interaction.DrawEventType`. This has an impact on your code only if your code is compiled together with ol3.
#### `ol.tilegrid` changes