Skip to content

MMGIS v2.4.0

Compare
Choose a tag to compare
@tariqksoliman tariqksoliman released this 07 Aug 00:35
d779e2e

Summary

This release adds in the Viewshed Tool, time enabled layers, LithoSphere, WMS support, data layers, a JavaScript API, and more.

Added

  • 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.

Changed

  • 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.

Fixed

  • 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.

Removed

  • All PHP dependencies.