Skip to content

Commit

Permalink
Added support for selection of any geometry type.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrundritt committed Nov 30, 2020
1 parent 4b5a565 commit a3021da
Show file tree
Hide file tree
Showing 17 changed files with 26,488 additions and 228 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## azure-maps-selection-control Changelog

<a name="0.0.2"></a>
# 0.0.2 (2020-11-30)

**Features**

- Added `shapeSelectionMode` to selection control and support for selecting any type of shape geometry.
- Added `shapesIntersectPolygon` function to atlas.math.

<a name="0.0.1"></a>
# 0.0.1 (2020-09-209)
# 0.0.1 (2020-09-20)

**Features**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:

# Azure Maps Selection Control module

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.
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.

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

Expand Down
Loading

0 comments on commit a3021da

Please sign in to comment.