Skip to content

Commit b8dd5ac

Browse files
committed
Bump to 2.6.0
1 parent 909ce18 commit b8dd5ac

2 files changed

Lines changed: 107 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
11
# MMGIS Changelog
22

3+
## 2.6.0
4+
5+
_Mar 16, 2022_
6+
7+
#### New Requirements
8+
9+
- Node.js >= v14.9.0
10+
11+
#### Summary
12+
13+
This release adds a webhook manager to the configure page and improves documentation, the mmgisAPI, projection support, as well as synchronicity between the Map and Globe.
14+
15+
#### Added
16+
17+
- Configurable webhook manager.
18+
- Access to a settings modal in the bottom left toolbar to toggle various UI elements' visibilities as well as the radius of tiles to query for the 3D Globe
19+
- Raster effects (brightness, contrast, saturation, blend-mode) now apply in 3D as well
20+
- Controlled layers can now utilized sublayers/marker-attachments
21+
- Marker attachments, such as uncertainty ellipses, properly work for any projection
22+
- 3D uncertainty ellipses
23+
- Documentation for using remote virtual layers via GDAL
24+
- PUBLIC_URL can be specified at build now in the Dockerfile
25+
- mmgisAPI functions apply to the 3D Globe too now
26+
- mmgisAPI can trim LineString features at the coordinates level
27+
28+
#### Changed
29+
30+
- LithoSphere 1.1.0 => 1.3.0 - [See LithoSphere Releases](https://github.com/NASA-AMMOS/LithoSphere/releases)
31+
- Users can now pan the map while in the DrawTool's draw mode without placing a point
32+
- Time controlled layers can now default to the current time for initial queries
33+
34+
#### Fixed
35+
36+
- Some media paths in the /configure path not working when MMGIS is served under a subdomain with PUBLIC_URL
37+
38+
#### Removed
39+
40+
-
41+
342
## 2.5.0
443

44+
_Jan 10, 2022_
45+
546
#### Summary
647

748
This release contains the IsochroneTool, revives the Model layer type and includes a new Query layer type. Each vector layer can now be filtered by the user through the LayersTool, leads in the DrawTool can now draw and publish arrows and annotations, and the MeasureTool finally supports continuous elevation profiles.
@@ -52,6 +93,8 @@ This release contains the IsochroneTool, revives the Model layer type and includ
5293

5394
## 2.4.0
5495

96+
_Aug 06, 2021_
97+
5598
#### Summary
5699

57100
This release adds in the Viewshed Tool, time enabled layers, [LithoSphere](https://github.com/NASA-AMMOS/LithoSphere), WMS support, data layers, a JavaScript API, and more.
@@ -95,6 +138,8 @@ This release adds in the Viewshed Tool, time enabled layers, [LithoSphere](https
95138

96139
## 2.3.1
97140

141+
_Apr 22, 2021_
142+
98143
#### Summary
99144

100145
A point release to address bug fixes.
@@ -109,6 +154,8 @@ A point release to address bug fixes.
109154

110155
## 2.3.0
111156

157+
_Apr 14, 2021_
158+
112159
#### Summary
113160

114161
The Draw Tool gets its own tag filtering system. The Measure Tool now uses great arcs and is way more accurate and the map now fully supports WMS layers!
@@ -150,6 +197,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
150197

151198
## 2.0.0
152199

200+
_Jan 14, 2021_
201+
153202
#### Migration Details
154203

155204
- The environment variable `ALLOW_EMBED` has been replaced with `FRAME_ANCESTORS`
@@ -196,6 +245,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
196245

197246
## 1.3.5
198247

248+
_Oct 19, 2020_
249+
199250
#### Added
200251

201252
- ALLOW_EMBED environment variable
@@ -213,6 +264,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
213264

214265
## 1.3.4
215266

267+
_Oct 06, 2020_
268+
216269
#### Added:
217270

218271
- WMS tile support for the Map (does not yet work on the Globe).
@@ -223,6 +276,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
223276

224277
## 1.3.3
225278

279+
_Aug 07, 2020_
280+
226281
#### Added:
227282

228283
- Example docker-compose
@@ -242,6 +297,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
242297

243298
## 1.3.2
244299

300+
_Jul 06, 2020_
301+
245302
#### Fixed
246303

247304
- Draw Tool history sql commands assumed rows would be returned in order which could completely break the tool.
@@ -252,6 +309,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
252309

253310
## 1.3.1
254311

312+
_May 13, 2020_
313+
255314
#### Fixed
256315

257316
- Additional authorization headers prevented access to the configure login page.
@@ -260,6 +319,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
260319

261320
## 1.3.0
262321

322+
_Apr 16, 2020_
323+
263324
#### New Requirements
264325

265326
- Node.js >= v10.10
@@ -295,3 +356,48 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
295356
- Infinite login bug
296357
- Vectors disappearing with string weights
297358
- Some endpoint calls began with home slashes that broke certain setups
359+
360+
---
361+
362+
## 1.2
363+
364+
_Nov 06, 2019_
365+
366+
#### Added
367+
368+
- Limit access to the entire site with .env's `AUTH=local`
369+
- Vector Tile Layers
370+
- Store features within Postgres by uploading them with /configure's `Manage Geodatasets`. Point to them by setting the layer URL to `geodatasets:{name}`. Can serve both geojson and vector tiles.
371+
372+
---
373+
374+
## 1.1.1
375+
376+
_Oct 25, 2019_
377+
378+
#### Fixed
379+
380+
- Creating a new mission on the 'configure' page failed to make the appropriate mission directories (e.g. Layers).
381+
382+
---
383+
384+
## 1.1
385+
386+
_Oct 02, 2019_
387+
388+
#### Summary
389+
390+
MMGIS update with the Campaign Analysis Mapping and Planning (CAMP) tool. The software now runs fully in a node environment. Various other bug fixes and minor updates have been made to the code.
391+
392+
---
393+
394+
## Open Source Release
395+
396+
_Jun 06, 2019_
397+
398+
#### Summary
399+
400+
This represents the initial release of the Multi-Mission Geographic Information System (MMGIS) software, developed under NASA-AMMOS.
401+
402+
Dr. Fred J, Calef III & Tariq K. Soliman
403+
NASA-JPL/Caltech

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