Skip to content

Commit

Permalink
3.0.0 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Oct 14, 2024
1 parent e13d302 commit 388afa3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit 388afa3

Please sign in to comment.