Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 2.19 KB

Changelog

9/12/2023 [Version 2.0.3]

  • Enhancement: Modified CSS of labeler to make it more usable on smaller screens (e.g. mobile).
  • Bug fix: Hide non-essential map layers (e.g. road lines, railways...).

8/21/2023 [Version 2.0.2]

  • 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 [Version 2.0.1]

10/24/2022

  • Bug fix: "Uncaught ReferenceError: removeExpireData is not defined".
  • Bug fix: Issue related to deleting a shape after it has been editted.

10/19/2022

  • Added power tools: multi-delete, and data shifting feature.
  • Changed initial layer displayed When loading a config. If the config contains a layer other than Azure Maps, default to the first layer initially as that's most likely the image an admin would want the user to trace. This is to address Issue #8
  • Changed default for "fill polygons" as preference from users seems to be not to have them filled.
  • Fix bug Issue #5 related to zip files created on Mac OS.

10/14/2022

  • Changed OSM script file extentions from ".txt" to ".overpassql" as per Issue #3

9/21/2022 [Version 2.0.0]

  • Major upgrade, project completely rewritten to make it easier to use, faster, and also help in managing annotation projects at scale.