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
+106Lines changed: 106 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,48 @@
1
1
# MMGIS Changelog
2
2
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
- 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
+
3
42
## 2.5.0
4
43
44
+
_Jan 10, 2022_
45
+
5
46
#### Summary
6
47
7
48
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
52
93
53
94
## 2.4.0
54
95
96
+
_Aug 06, 2021_
97
+
55
98
#### Summary
56
99
57
100
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
95
138
96
139
## 2.3.1
97
140
141
+
_Apr 22, 2021_
142
+
98
143
#### Summary
99
144
100
145
A point release to address bug fixes.
@@ -109,6 +154,8 @@ A point release to address bug fixes.
109
154
110
155
## 2.3.0
111
156
157
+
_Apr 14, 2021_
158
+
112
159
#### Summary
113
160
114
161
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);
150
197
151
198
## 2.0.0
152
199
200
+
_Jan 14, 2021_
201
+
153
202
#### Migration Details
154
203
155
204
- 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);
196
245
197
246
## 1.3.5
198
247
248
+
_Oct 19, 2020_
249
+
199
250
#### Added
200
251
201
252
- ALLOW_EMBED environment variable
@@ -213,6 +264,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
213
264
214
265
## 1.3.4
215
266
267
+
_Oct 06, 2020_
268
+
216
269
#### Added:
217
270
218
271
- 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);
223
276
224
277
## 1.3.3
225
278
279
+
_Aug 07, 2020_
280
+
226
281
#### Added:
227
282
228
283
- Example docker-compose
@@ -242,6 +297,8 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
242
297
243
298
## 1.3.2
244
299
300
+
_Jul 06, 2020_
301
+
245
302
#### Fixed
246
303
247
304
- 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);
252
309
253
310
## 1.3.1
254
311
312
+
_May 13, 2020_
313
+
255
314
#### Fixed
256
315
257
316
- 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);
260
319
261
320
## 1.3.0
262
321
322
+
_Apr 16, 2020_
323
+
263
324
#### New Requirements
264
325
265
326
- Node.js >= v10.10
@@ -295,3 +356,48 @@ ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
295
356
- Infinite login bug
296
357
- Vectors disappearing with string weights
297
358
- 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.
0 commit comments