From 388afa3913bebaf64dce3850502d060c16f78409 Mon Sep 17 00:00:00 2001 From: Tariq Soliman Date: Mon, 14 Oct 2024 13:38:49 -0700 Subject: [PATCH] 3.0.0 Changelog --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac39ae0f..6f358c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # MMGIS Changelog +## 3.0.0 + +_October 14, 2024_ + +#### Summary + +Adds the new Configure Beta page at /configure-beta. The old Configure page still exists at /configure and is meant to be backwards compatible but do note that new configuration options will likely only make there way into /configure-beta. + +#### Added + +- /configure-beta +- Made dynamicExtent requery timeEnabled aware. +- Viewshed Tool can configure initial target and initial observer heights. +- Viewshed Tool in-app documentation. +- Allow adding relative seconds to initial times +- Added downloadURL variable to allow users to download raster layers. +- Info queries for dynamicExtent layers. +- mmgisAPI.getActiveTools. +- Can specify any mdi icon to be the shape icon for a vector layer. +- Easily navigate to the next and previous feature of a layer +- COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS ENV (for composited tile layers). +- Add per layer refreshInterval for which to requery vector or raster layer. + +#### Changed + +- Updated Identifier tool to be a separated floating tool. +- MeasureTool now uses a linear x-axis. +- Improvements to bulk_tiles and added quantize_colormap. +- Enabled scalefactor and improved text readout for Identifier tool. + +#### Fixed + +- Improper WMS layer option forwarding in some cases. +- Bad merging of values for injection into time={starttime} in a WMS URL. +- mmgisAPI.setTime checking min-date restrictions too soon. +- Chronice fix second loss. +- Vector layers with heading/bearings would not toggle on/off. +- dynamicExtent vector layer and filtering issues. +- Fix setTime currentTime timezone. +- Fix Deeplink to selected point or polygon. +- Starting in Point Mode for Time doesn't work. + +--- + ## 2.11.0 _Mar 15, 2024_