From 310c72b71d1aa72047b4549bc6923a8fcb13ca46 Mon Sep 17 00:00:00 2001 From: Ricky Brundritt Date: Fri, 9 Oct 2020 12:27:37 -0700 Subject: [PATCH] Minor updates --- README.md | 1 + package.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f6d584..cde9256 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ See the [documentation](https://github.com/Azure-Samples/azure-maps-gridded-data - Use of web workers for large data sets. - Offloading calculations to WebGL. - Option for geospatially accurate grids. +- Polygon mask to clip to. ## Related Projects diff --git a/package.json b/package.json index 6f7243b..a676dc3 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-maps-control": "^2.0.25", - "mapbox-gl": "^1.12.0" + "azure-maps-control": "^2.0.25" }, "devDependencies": { "@types/lodash": "^4.14.136",