October 14, 2024
Adds the new Configure Beta page at /configure-beta. The old Configure page still exists at /configure and is meant to be backwards compatible but do note that new configuration options will likely only make there way into /configure-beta.
- /configure-beta
- Made dynamicExtent requery timeEnabled aware.
- Viewshed Tool can configure initial target and initial observer heights.
- Viewshed Tool in-app documentation.
- Allow adding relative seconds to initial times
- Added downloadURL variable to allow users to download raster layers.
- Info queries for dynamicExtent layers.
- mmgisAPI.getActiveTools.
- Can specify any mdi icon to be the shape icon for a vector layer.
- Easily navigate to the next and previous feature of a layer
- COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS ENV (for composited tile layers).
- Add per layer refreshInterval for which to requery vector or raster layer.
- Updated Identifier tool to be a separated floating tool.
- MeasureTool now uses a linear x-axis.
- Improvements to bulk_tiles and added quantize_colormap.
- Enabled scalefactor and improved text readout for Identifier tool.
- Improper WMS layer option forwarding in some cases.
- Bad merging of values for injection into time={starttime} in a WMS URL.
- mmgisAPI.setTime checking min-date restrictions too soon.
- Chronice fix second loss.
- Vector layers with heading/bearings would not toggle on/off.
- dynamicExtent vector layer and filtering issues.
- Fix setTime currentTime timezone.
- Fix Deeplink to selected point or polygon.
- Starting in Point Mode for Time doesn't work.
Mar 15, 2024
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?"
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.
Additionally some new features have been added to the DrawTool, along with new layer export options and various bugfixes and improvements.
ShadeTool SPICE integration and scheduled kernel downloads Dynamic vector layers (query only vectors in screen) DrawTool - Folders and tags can contain symbols DrawTool - turning a file off also deselects it now DrawTool - template fields can be reordered DrawTool - Advanced filter in Features tab DrawTool - Filter state management DrawTool - Move Export .shp and .kml LayersTool and DrawTool MeasureTool and IdentifierTool Layer Vars (configure them in the layer instead of in the tool) Identifier tool vsicurl support IdentifierTool - Query Datasets with Time Tools can be expanded horizontally Hotkeys Local vector layer filtering now supports booleans Add Database docs Geodatasets now use spatial and temporal db indices Geodatasets now support dedicated time fields Add Geodatasets API docs Add geodatasets/remove endpoints Add file_description tagging schemes to DB docs Deep Link shall also deep link to start and end times urlReplacements layer raw variables to inject parameters GENERATE_SOURCEMAP ENV
Image Overlay improvements Description topbar improvements Minor updates for API calls Improve KML Export Styles Remove 'Layer Group' and 'Layer' titles from LayerInfoModal Disable Globe more thoroughly when off Additional Body Metadata for Draw Webhooks Remove restriction on Layer names Check for empty time configs in TimeControl Dropdown in the topbar for a selected feature's properties links
LayersTool - fix nested header expansion Viewer panorama map view angles works for polar projections DrawTool - fix deleting tag also closing modal Fix IdentifierTool tile queries Fix: Header Layer Descriptions Don't Save Fix Time Vector Layer first turn on Fix click on vectortile Fix missing Missions/mission path on tile layers Fix Tool Drag Handle Remains on Screen MeasureTool Fix nodata issue
Sept 5, 2023
This release makes Layer IDs based on UUIDs instead of their layer names, greatly improves support for the dimension of time, adds property templates and group editing to DrawTool files, adds ability to link features together, upgrades our tiling scripts, and streamlines installations among other things.
- Examples of wrapping MMGIS in an IFrame under
/examples
- A full features TimeUI/Timeline Scrubber
- The InfoTool scans for and makes clickable url links
- Support for Composite Time Tiles that merge tiles across a time range on-the-fly on the backend
- Configurable Context Menu actions
- Polygons can have right-click context menu actions and form links with their WKT strings
- A GitHub workflow now builds MMGIS docker images
- The ability to pair features from one layer to another and render those paired targets in the Photosphere view.
- Optional Websocket verification to the configure page to notify of concurrent users.
- Ability to export the "working" configuration JSON from the configure page
- GET
/api/configure/missions
now supports thefull
parameter to return all configuration objects as well - DrawTool users can enforce property template on their files
- Adds a
MAIN_MISSION
ENV that skips the landing page even if there are many missions - Grouping editing for DrawTool files
- All endpoints can use longtermtokens
- The LegendTool can optionally be exposed as a togglable popup as well as other improvements
- Various additions to the
mmgisAPI
- Upgraded gdal2customtiles to use gdal 3.5.2 and to support tiling in any projection
- GeoJSON validation on layers.
- GeoJSON data can be an empty []
- Clicking intersects all features making impossible-to-reach features accessible through the InfoTool
- The DrawTool is integrated with time.
- Layers use UUIDs and identifiers instead of their layer names (backwards-compatibility still maintained)
- The ENV
PUBLIC_URL
is deprecated in fovar of the newROOT_PATH
. UnlikePUBLIC_URL
,ROOT_PATH
can fully be changed at runtime - Database and POSTGIS extension are automatically created if they don't exist
- Upgraded the configure page's jquery from
1.11.1
to3.6.1
ENABLE_MMGIS_WEBSOCKETS
name in sample.env- Websockets try to reconnect and with exponential backoff
- Various issues regarding time layers
- Various issues regarding WMS layers
- MMGIS can now work with NodeJS 18+
- Bug where initially on annotations features have no click events
- Bug where having the cursor over an annotation on the Map prevented pans and zooms
- Fixed the
angleUnit
property for image layer attachments - Cloning a layer in the configure page
- Issue where logging in with AUTH=local would infinitely reload
Nov 14, 2022
- The Viewer Panel supports gltf models
- The configuration raw variable
markerAttachment.model
now has amtlProp
parameter for relative obj material files and can support multiple models per layer - The DrawTool now supports drawing Circles and Rectangles
- The entire Configuration object has an API and can be updated via curl commands. See ConfigureAPI
- The MeasureTool now supports multiple DEMs
- Many additions to the
mmgisAPI
. See JavaScriptAPI - Adds an extended GeoJSON format to support per coordinate properties. See Enhanced GeoJSON
- Deep Links now stores the layer order (if users rearranged them)
- The ability to define a primary coordinate system through a reworked Coordinates Tab
- DrawTool Layers can be added as regular layers by using a url of the form
api:drawn:<draw_file_id>
- The ViewshedTool supports target heights
- The MeasureTool include line-of-sight
- Users can individually hide features through the InfoTool
- Layers can now be tagged and assigned a markdown description. Users can filter layers based on these fields as well.
- Added websockets that can notify users in real-time that a configuration has updated. Enabled with the env:
ENABLE_MMGIS_SOCKETS=true
- Automatic labels can be rendered on features by configuring a raw variables
layerAttachments.labels
- Added a
gdal2tiles_3.5.2.py
script to tile dem tiles with multi-processing support and tiling on top of an existing tileset - The colorize Data Shader can now exclude up to three no data values
- Tilesets served from the MMGIS Missions directory now accept an optional
{t}
path directory to search and served tiles based on time - The TimeUI and the bottom of the screen has been significantly reworked
- Increase GeoJSON math and export precision from
6
to10
decimal places - The DrawTool's tagging system has been expanded and it UI resembles folder structures
- Photosphere has better damping and rotates with "panning" directions.
- Dragging a header in the LayersTool now drags the entire group
- Various fixes to how Time works (through the mmgisAPI, in parameterizing WMS layers, ...)
- Error if Data Layers had a space in their name
- Various mmgisAPI function fixes
Jun 9, 2022
This release adds geologic mapping to the DrawTool, layer reordering to the LayersTool and 3D annotations to the Globe.
- FGDC Geologic patterns, linework and symbols in the DrawTool
- Annotation in the Globe View for both standard layers and drawn layers
- Ability for users to reorder layers in the LayersTool
- The Globe has 3d controls once again
- Visibility ranges can be added per feature with
minZoom
andmaxZoom
attributes under a feature'sproperties.style
- A true documentation site at https://nasa-ammos.github.io/MMGIS/
- The vector layer
Visibility Cutoff
configuration has been deprecated (though it still works) in favor ofMinimum Zoom
andMaximum Zoom
- Improved the screenshot function
- Layer color indicators are more muted
- Default color scheme is a lighter black
- Lithosphere 1.3.0 => 1.5.1 - See LithoSphere Releases
- Issue where
onLoaded
would fire multiple times - Default MMGIS login fields are now removed from the DOM when not in use (merely hiding caused some annoyances with password extensions)
- Issue where deep link didn't position the camera in the Globe correctly
- Issue where some vector points the use DivIcons were not clickable
Mar 16, 2022
- Node.js >= v14.9.0
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.
- Configurable webhook manager.
- 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
- Raster effects (brightness, contrast, saturation, blend-mode) now apply in 3D as well
- Controlled layers can now utilized sublayers/marker-attachments
- Marker attachments, such as uncertainty ellipses, properly work for any projection
- 3D uncertainty ellipses
- Documentation for using remote virtual layers via GDAL
- PUBLIC_URL can be specified at build now in the Dockerfile
- mmgisAPI functions apply to the 3D Globe too now
- mmgisAPI can trim LineString features at the coordinates level
- LithoSphere 1.1.0 => 1.3.0 - See LithoSphere Releases
- Users can now pan the map while in the DrawTool's draw mode without placing a point
- Time controlled layers can now default to the current time for initial queries
- Some media paths in the /configure path not working when MMGIS is served under a subdomain with PUBLIC_URL
Jan 10, 2022
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.
- Isochrone Tool!
- Model layer type!
- Query layer type!
- User filterable layers!
- More mmgisAPI functions
- Deep linking 'centerPin' parameter
- DrawTool lead Map file
- DrawTool text rotation
- Annotation and Arrows are now supported in regular (non-DrawTool) geojson
- Configurable bearings, uncertainty ellipses, models and underlaid images for vector points
- MeasureTool now supports a continuous profile
- MeasureTool csv export includes 3D distance as well
- LayersTool support sublayer visibility toggles within a layer's settings menu
- Python3 version of gdal2customtiles.py
- More Coordinates configurations
- Option in great_circle_calculator to calculate distance between points with Vincenty's formulae
- CHANGELOG.md
- Raw Variables Link has a new 'replace' section for modifying property values before injecting into a url
- LithoSphere 1.0.1 => 1.1.0 - See LithoSphere Releases
- LayersTool, LegendTool and InfoTool panels are wider
- The MMGIS M logo is now an svg
- bulk_tiles.py's colormap is now optional
- DrawTool's compile includes an inward buffer to allow for smaller drawn features to pass checks
- InfoTool now lists all intersected polygons of a layer under a mouse click
- Viewsheds play nicely with polar maps
- Various improvements to the top search bar
- Legend items wrap to new line instead of extending off screen
colors
package fixglobeLon
deep link not working- Uses
asHTML
for IdentifierTool again apt-get update
in Dockerfile now uses -y (yes to all) flag
- Excess Globe feature highlighting
Aug 06, 2021
This release adds in the Viewshed Tool, time enabled layers, LithoSphere, WMS support, data layers, a JavaScript API, and more.
- The Viewshed Tool!
- Time enabled layers, configurations and a time UI component.
- Full support for WMS layers and projections in 2D and 3D.
- Data layer colorize shader enabling dynamic rendering of data.
- An extensive window.mmgisAPI for interacting with MMGIS through an iframe.
- Configuration for point marker shape.
- Support for serving MMGIS at a subpath with the PUBLIC_URL environment variable.
- bulk_tiles.py auxiliary script.
- Features can be dehighlighted by clicking off on the map.
- Measure Tool supports measurements in kilometers.
- Ability to type in and go to a coordinate.
- Elevation values on mouse over.
- Configurable coordinates.
- Draw Tool features behave like regular layer features when the Draw Tool is closed.
- The Globe has been refactored and made standalone in the npm library LithoSphere.
- The Waypoint Kind now uses a top-down image of Perseverance.
- Migrated from Python2 to Python3.
- Documentation uses only relative links for resources now.
- Issue with auth=none not working.
- Draw Tool drawings now work at the meter level.
- Draw Tool drawings now properly respect 0 valued styles.
- Data layer names now support spaces.
- All PHP dependencies.
Apr 22, 2021
A point release to address bug fixes.
- WMS layers now work for full polar projections
- Raster layers obey order even if they're initially off
- Draw Tool truly accepts .json files
Apr 14, 2021
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!
- The DrawTool tagging system change ideally needs more space in the
file_description
column. To increase it and not hit a tag or file description limit in drawing files, back-up the MMGIS database and run the SQL command:
ALTER TABLE user_files ALTER COLUMN file_description TYPE VARCHAR(10000);
- Draw Tool files can now be search for by user defined tags/keyword
- Draw Tool file options modal has been upgraded
- Admins can pin preferred tags
- Measure Tool now uses great arcs to compute measurements as well as for rendering lines
- A docker-compose.yml
- Fully functional WMS Map layers
- Draw Tool requires a user to enter a file name before creating a file. (Instead of adding one as "New File")
- Draw Tool now accepts uploads of .json geojson files. (From just .geojson and .shp)
- Tools plugins are captured at build time! (You do not need to run
npm start
before building anymore) - Info Tool contents are condensed
- Screenshot widget no longer captures the faint bottom bar in its images
- Deep links to selected feature can now activate their info in the Info Tool
- AUTH=local allows users to sign in again
- Measure Tool profile download data is now accurate
Jan 14, 2021
- The environment variable
ALLOW_EMBED
has been replaced withFRAME_ANCESTORS
npm install
is only needed in the root directory and not in the /API directory any more- Instead of
npm start
, usenpm run build
and then afterwardsnpm run start:prod
to run the application.
You will still need to runnpm start
before building the first time
- Webpack!
- Production level builds
- Babel
- React support
- Icons as markers
- Configurable vector highlight color
- Graticules
- Configure page help buttons to docs
- Require.js
- Unused libraries, tools and code
- Swap widget
- FORCE_CONFIGCONFIG environment variable removed
- Info Tool upgraded!
- Measure Tool upgraded!
- Top bar search
- The environment variable ALLOW_EMBED has been replaced with FRAME_ANCESTORS
- MMGIS2 splash screen
- Various small UI changes
- Improved configure look tab
- Development logging is friendlier
- Configure save warns of bad json
- Removed unused configure globe projection option
- Configure look tab colors work properly
Oct 19, 2020
- ALLOW_EMBED environment variable
- DISABLE_LINK_SHORTENER environment variable
- Tweaked various UI elements
- The Configure page Look tab now correctly reads in any existing
logourl
andhelpurl
- Configure page now warns of invalid raw variable JSON
- Raw variable
info
values don't break when there's no text to replace in them - Configuration endpoints no longer assume SQL output is ordered
Oct 06, 2020
- WMS tile support for the Map (does not yet work on the Globe).
AUTH
env can be set to "off" to disable user login entirely.- gdal2customtiles.py for tiling datasets with custom projections.
Aug 07, 2020
- Example docker-compose
- 3D Globe was rendering layers in depth order instead of breadth order
- Draw Tool publishing sometimes undid the last Lead Map edits
- Draw Tool styling options sometimes hidden in FireFox
- New short URLs are one character longer
- Draw Tool publish overlap tolerance increased
Jul 06, 2020
- Draw Tool history sql commands assumed rows would be returned in order which could completely break the tool.
- Draw Tool layers would get stuck due to automatic toggling when copying to files or turning the file you're drawing in off.
- The waypoint image links on the Test mission have been fixed.
May 13, 2020
- Additional authorization headers prevented access to the configure login page.
Apr 16, 2020
- Node.js >= v10.10
- Export vector layers as geojson from the Layers Tool
- Info Tool uses a JSON viewer
- Users can now split and merge features in the Draw Tool
- Rich application logging
- ENVs that end with _HOST are pinged at start to test connections
- Ability to configure deep links to other sites based on properties of a selected feature
- Users can upload much larger files in the Draw Tool
- Missions can be configured to use any map projection
- Globe level of detail
- Globe space themed skysphere
- Tools and Backends are included by scanning a directory for setup files instead of editing code
- The Legend Tool supports color scales
- CSV files can be uploaded as datasets and can be queried on feature click
- Early API tokens that allow .csvs to be uploaded programmatically
- An optional top bar with search functionality
- Configurable page name and logo
- On screen Globe controls
- Support both TMS and WMS tilesets
- Layer Kinds for specialized interactions
- Better documentation in /docs
- Resources cache properly
- All tables are properly created with just one start
- Failed layers no longer crash the application
- Infinite login bug
- Vectors disappearing with string weights
- Some endpoint calls began with home slashes that broke certain setups
Nov 06, 2019
- Limit access to the entire site with .env's
AUTH=local
- Vector Tile Layers
- Store features within Postgres by uploading them with /configure's
Manage Geodatasets
. Point to them by setting the layer URL togeodatasets:{name}
. Can serve both geojson and vector tiles.
Oct 25, 2019
- Creating a new mission on the 'configure' page failed to make the appropriate mission directories (e.g. Layers).
Oct 02, 2019
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.
Jun 06, 2019
This represents the initial release of the Multi-Mission Geographic Information System (MMGIS) software, developed under NASA-AMMOS.
Dr. Fred J, Calef III & Tariq K. Soliman NASA-JPL/Caltech