You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+81-45Lines changed: 81 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# MMGIS Changelog
2
2
3
+
## 2.12.0
4
+
5
+
_July 18, 2024_
6
+
7
+
#### Summary
8
+
9
+
A smaller release for before the /configure-beta changes. Improvements to dyanmicExtent vector layers, and the Viewshed, Measure and Identifier Tools. Various bug fixes related to time as well.
10
+
11
+
#### Added
12
+
- Viewshed set initial target and observer heights
13
+
- Viewshed in-app docs
14
+
- Allow adding relative seconds to initial times
15
+
- Added downloadURL variable to allow users to download raster layers
16
+
- Viewer Panel - PDFs
17
+
- mmgisAPI.getActiveTools
18
+
19
+
#### Changed
20
+
- Updated Identifier tool to be a separated floating tool
21
+
- MeasureTool - linear x-axis
22
+
- Improvements to bulk_tiles and added quantize_colormap
23
+
- Enabled scalefactor and improved text readout for Identifier tool
24
+
- Info with dynamicExtent
25
+
26
+
#### Fixed
27
+
- Send options to WMS layers
28
+
- Fix mmgisAPI.setTime start
29
+
- time={starttime} in a WMS URL is filled with endtime
30
+
- Chronice fix second loss (ShadeTool)
31
+
- Make dynamicExtent requery timeEnabled aware
32
+
- Bugfix: Vector layers with headings/bearings do not toggle on/of
33
+
- dynamicExtent vector layer and filtering issues
34
+
- Fix setTime currentTime timezone, default layer time objects
35
+
- fix Deeplink to selected point or polygon
36
+
37
+
---
38
+
3
39
## 2.11.0
4
40
5
41
_Mar 15, 2024_
@@ -14,57 +50,57 @@ Additionally some new features have been added to the DrawTool, along with new l
14
50
15
51
#### Added
16
52
17
-
ShadeTool
18
-
SPICE integration and scheduled kernel downloads
19
-
Dynamic vector layers (query only vectors in screen)
20
-
DrawTool - Folders and tags can contain symbols
21
-
DrawTool - turning a file off also deselects it now
22
-
DrawTool - template fields can be reordered
23
-
DrawTool - Advanced filter in Features tab
24
-
DrawTool - Filter state management
25
-
DrawTool - Move
26
-
Export .shp and .kml LayersTool and DrawTool
27
-
MeasureTool and IdentifierTool Layer Vars (configure them in the layer instead of in the tool)
28
-
Identifier tool vsicurl support
29
-
IdentifierTool - Query Datasets with Time
30
-
Tools can be expanded horizontally
31
-
Hotkeys
32
-
Local vector layer filtering now supports booleans
33
-
Add Database docs
34
-
Geodatasets now use spatial and temporal db indices
35
-
Geodatasets now support dedicated time fields
36
-
Add Geodatasets API docs
37
-
Add geodatasets/remove endpoints
38
-
Add file_description tagging schemes to DB docs
39
-
Deep Link shall also deep link to start and end times
40
-
urlReplacements layer raw variables to inject parameters
41
-
GENERATE_SOURCEMAP ENV
53
+
-ShadeTool
54
+
-SPICE integration and scheduled kernel downloads
55
+
-Dynamic vector layers (query only vectors in screen)
56
+
-DrawTool - Folders and tags can contain symbols
57
+
-DrawTool - turning a file off also deselects it now
58
+
-DrawTool - template fields can be reordered
59
+
-DrawTool - Advanced filter in Features tab
60
+
-DrawTool - Filter state management
61
+
-DrawTool - Move
62
+
-Export .shp and .kml LayersTool and DrawTool
63
+
-MeasureTool and IdentifierTool Layer Vars (configure them in the layer instead of in the tool)
64
+
-Identifier tool vsicurl support
65
+
-IdentifierTool - Query Datasets with Time
66
+
-Tools can be expanded horizontally
67
+
-Hotkeys
68
+
-Local vector layer filtering now supports booleans
69
+
-Add Database docs
70
+
-Geodatasets now use spatial and temporal db indices
71
+
-Geodatasets now support dedicated time fields
72
+
-Add Geodatasets API docs
73
+
-Add geodatasets/remove endpoints
74
+
-Add file_description tagging schemes to DB docs
75
+
-Deep Link shall also deep link to start and end times
76
+
-urlReplacements layer raw variables to inject parameters
77
+
-GENERATE_SOURCEMAP ENV
42
78
43
79
#### Changed
44
80
45
-
Image Overlay improvements
46
-
Description topbar improvements
47
-
Minor updates for API calls
48
-
Improve KML Export Styles
49
-
Remove 'Layer Group' and 'Layer' titles from LayerInfoModal
50
-
Disable Globe more thoroughly when off
51
-
Additional Body Metadata for Draw Webhooks
52
-
Remove restriction on Layer names
53
-
Check for empty time configs in TimeControl
54
-
Dropdown in the topbar for a selected feature’s properties links
81
+
-Image Overlay improvements
82
+
-Description topbar improvements
83
+
-Minor updates for API calls
84
+
-Improve KML Export Styles
85
+
-Remove 'Layer Group' and 'Layer' titles from LayerInfoModal
86
+
-Disable Globe more thoroughly when off
87
+
-Additional Body Metadata for Draw Webhooks
88
+
-Remove restriction on Layer names
89
+
-Check for empty time configs in TimeControl
90
+
-Dropdown in the topbar for a selected feature’s properties links
55
91
56
92
#### Fixed
57
93
58
-
LayersTool - fix nested header expansion
59
-
Viewer panorama map view angles works for polar projections
60
-
DrawTool - fix deleting tag also closing modal
61
-
Fix IdentifierTool tile queries
62
-
Fix: Header Layer Descriptions Don't Save
63
-
Fix Time Vector Layer first turn on
64
-
Fix click on vectortile
65
-
Fix missing Missions/mission path on tile layers
66
-
Fix Tool Drag Handle Remains on Screen
67
-
MeasureTool Fix nodata issue
94
+
-LayersTool - fix nested header expansion
95
+
-Viewer panorama map view angles works for polar projections
0 commit comments