Skip to content

Commit 388afa3

Browse files
committed
3.0.0 Changelog
1 parent e13d302 commit 388afa3

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# MMGIS Changelog
22

3+
## 3.0.0
4+
5+
_October 14, 2024_
6+
7+
#### Summary
8+
9+
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.
10+
11+
#### Added
12+
13+
- /configure-beta
14+
- Made dynamicExtent requery timeEnabled aware.
15+
- Viewshed Tool can configure initial target and initial observer heights.
16+
- Viewshed Tool in-app documentation.
17+
- Allow adding relative seconds to initial times
18+
- Added downloadURL variable to allow users to download raster layers.
19+
- Info queries for dynamicExtent layers.
20+
- mmgisAPI.getActiveTools.
21+
- Can specify any mdi icon to be the shape icon for a vector layer.
22+
- Easily navigate to the next and previous feature of a layer
23+
- COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS ENV (for composited tile layers).
24+
- Add per layer refreshInterval for which to requery vector or raster layer.
25+
26+
#### Changed
27+
28+
- Updated Identifier tool to be a separated floating tool.
29+
- MeasureTool now uses a linear x-axis.
30+
- Improvements to bulk_tiles and added quantize_colormap.
31+
- Enabled scalefactor and improved text readout for Identifier tool.
32+
33+
#### Fixed
34+
35+
- Improper WMS layer option forwarding in some cases.
36+
- Bad merging of values for injection into time={starttime} in a WMS URL.
37+
- mmgisAPI.setTime checking min-date restrictions too soon.
38+
- Chronice fix second loss.
39+
- Vector layers with heading/bearings would not toggle on/off.
40+
- dynamicExtent vector layer and filtering issues.
41+
- Fix setTime currentTime timezone.
42+
- Fix Deeplink to selected point or polygon.
43+
- Starting in Point Mode for Time doesn't work.
44+
45+
---
46+
347
## 2.11.0
448

549
_Mar 15, 2024_

0 commit comments

Comments
 (0)