We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364b455 commit 310c72bCopy full SHA for 310c72b
README.md
@@ -60,6 +60,7 @@ See the [documentation](https://github.com/Azure-Samples/azure-maps-gridded-data
60
- Use of web workers for large data sets.
61
- Offloading calculations to WebGL.
62
- Option for geospatially accurate grids.
63
+- Polygon mask to clip to.
64
65
## Related Projects
66
package.json
@@ -19,8 +19,7 @@
19
"author": "Microsoft Corporation",
20
"license": "MIT",
21
"dependencies": {
22
- "azure-maps-control": "^2.0.25",
23
- "mapbox-gl": "^1.12.0"
+ "azure-maps-control": "^2.0.25"
24
},
25
"devDependencies": {
26
"@types/lodash": "^4.14.136",
0 commit comments