Skip to content

Commit a3021da

Browse files
committed
Added support for selection of any geometry type.
1 parent 4b5a565 commit a3021da

17 files changed

+26488
-228
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## azure-maps-selection-control Changelog
22

3+
<a name="0.0.2"></a>
4+
# 0.0.2 (2020-11-30)
5+
6+
**Features**
7+
8+
- Added `shapeSelectionMode` to selection control and support for selecting any type of shape geometry.
9+
- Added `shapesIntersectPolygon` function to atlas.math.
10+
311
<a name="0.0.1"></a>
4-
# 0.0.1 (2020-09-209)
12+
# 0.0.1 (2020-09-20)
513

614
**Features**
715

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# Azure Maps Selection Control module
1313

14-
An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon.
14+
An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. By default it will select any geometry that intersects the search area. Use the `shapeSelectionMode` to limit the type of geometries that are selected from the data source.
1515

1616
This module requires the Azure Maps drawing tools module to also be loaded in the app.
1717

0 commit comments

Comments
 (0)