Skip to content

Commit 605694f

Browse files
committed
Bump 2.11
1 parent 5b598fb commit 605694f

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CHANGELOG.md

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

3+
## 2.11.0
4+
5+
_Mar 15, 2024_
6+
7+
#### Summary
8+
9+
The release adds a new tool called the ShadeTool, capable of showing visibility maps of various celestial object and craft with the aid of SPICE. The ShadeTool can reveal answers to questions like: "At this time and on my current map, what are all the locations I can view the ISS from?"
10+
11+
Also added are dynamic vector layers that query only for the features immediately within the map's viewport and within time ranges and zoom ranges. This enables much larger vector files to be loaded and rendered without sacrificing performance.
12+
13+
Additionally some new features have been added to the DrawTool, along with new layer export options and various bugfixes and improvements.
14+
15+
#### Added
16+
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
42+
43+
#### Changed
44+
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
55+
56+
#### Fixed
57+
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
68+
69+
---
70+
371
## 2.9.0
472

573
_Sept 5, 2023_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmgis",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "A web-based mapping and localization solution for science operation on planetary missions.",
55
"homepage": "build",
66
"repository": {

0 commit comments

Comments
 (0)