mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
added minArea to test
This commit is contained in:
@@ -695,6 +695,7 @@ draw = new ol.interaction.Draw({
|
||||
|
||||
let dragbox: ol.interaction.DragBox = new ol.interaction.DragBox({
|
||||
className: stringValue,
|
||||
minArea: 10,
|
||||
condition: ol.events.condition.always,
|
||||
boxEndCondition: function (mapBrowserEvent: ol.MapBrowserEvent, startPixel: ol.Pixel, endPixel: ol.Pixel) {
|
||||
let width: number = endPixel[0] - startPixel[0];
|
||||
|
||||
Reference in New Issue
Block a user