From fb1ef2cc5125015487343c636205b378c135e980 Mon Sep 17 00:00:00 2001 From: Ricky Brundritt Date: Mon, 21 Aug 2023 13:08:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dadf8c1..c1eec9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8/21/2023 + +- Bug fix: Changes in Azure Maps styling of vector tiles broke how user layers are inserted between their layers. This resulted in raster imagery layers appearing on top of everything else and hiding all drawn data on the map. Modified code logic to handle the new styling changes in Azure Maps as it wasn't clear if they would fix the key feature that broke as a result of their change. + ## 3/6/2023 - Added copy/paste capability to labeler tool as requested in [issue #10](https://github.com/microsoft/satellite-imagery-labeling-tool/issues/10). See [docs for more information](https://github.com/microsoft/satellite-imagery-labeling-tool/blob/main/docs/Labeler.md#copy--paste-shapes). @@ -23,4 +27,4 @@ ## 9/21/2022 -- Major upgrade, project completely rewritten to make it easier to use, faster, and also help in managing annotation projects at scale. \ No newline at end of file +- Major upgrade, project completely rewritten to make it easier to use, faster, and also help in managing annotation projects at scale.