Skip to content

Commit 3455b15

Browse files
committed
Bump to 2.7.0
1 parent 0d64d7c commit 3455b15

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

3+
## 2.7.0
4+
5+
_Jun 9, 2022_
6+
7+
#### Summary
8+
9+
This release adds geologic mapping to the DrawTool, layer reordering to the LayersTool and 3D annotations to the Globe.
10+
11+
#### Added
12+
13+
- [FGDC](https://ngmdb.usgs.gov/fgdc_gds/geolsymstd/download.php) Geologic patterns, linework and symbols in the DrawTool
14+
- Annotation in the Globe View for both standard layers and drawn layers
15+
- Ability for users to reorder layers in the LayersTool
16+
- The Globe has 3d controls once again
17+
- Visibility ranges can be added per feature with `minZoom` and `maxZoom` attributes under a feature's `properties.style`
18+
- A true documentation site at https://nasa-ammos.github.io/MMGIS/
19+
20+
#### Changed
21+
22+
- The vector layer `Visibility Cutoff` configuration has been deprecated (though it still works) in favor of `Minimum Zoom` and `Maximum Zoom`
23+
- Improved the screenshot function
24+
- Layer color indicators are more muted
25+
- Default color scheme is a lighter black
26+
- Lithosphere 1.3.0 => 1.5.1 - [See LithoSphere Releases](https://github.com/NASA-AMMOS/LithoSphere/releases)
27+
28+
#### Fixed
29+
30+
- Issue where `onLoaded` would fire multiple times
31+
- Default MMGIS login fields are now removed from the DOM when not in use (merely hiding caused some annoyances with password extensions)
32+
- Issue where deep link didn't position the camera in the Globe correctly
33+
- Issue where some vector points the use DivIcons were not clickable
34+
35+
---
36+
337
## 2.6.0
438

539
_Mar 16, 2022_

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.6.0",
3+
"version": "2.7.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)