2023.02.00-RC3-geOrchestra
Pre-release
Pre-release
dsuren1
released this
12 Oct 09:19
·
27 commits
to 2023.02.xx
since this release
What's Changed
This Release Candidate contains updates developed as part of MOM MS4 - Phase III. The MapStore git sub-module revision has been also updated to point to the latest stable version of MapStore (2023.02.xx) where all the involved updates have been contributed and released as part of v2023.02.00.
- #617 [Annotation] Erreur à l'impression d'annotation modifiée (polygone) by @dsuren1 in #651
- #582 [Print plugin] Ability to rotate the map by @dsuren1 in #651
- #338 support reading/loading raw cloud-optimized geotiff by @dsuren1 in #651
- #642 saving permalink from default map fails by @dsuren1 in #651
- #651 Update MS to latest version (Phase III) by @dsuren1 in #653
- #378 Fix - User session objects with featuregrid by @dsuren1 in #649
Relevant fixes and enhancements
- geosolutions-it/MapStore2#9326 Fixed propertyName override
- geosolutions-it/MapStore2#8913 Fix commit link in projects
- geosolutions-it/MapStore2#9331 Add geoJSONtoWKT conversion and fixed error in sidebar
- geosolutions-it/MapStore2#9333 Minor improvements and updates to readthedocs.io and mkdocs configs
- geosolutions-it/MapStore2#9311 - populate search bar on select
- geosolutions-it/MapStore2#9301 Support to configured formatters and quick filters in feature grid
- geosolutions-it/MapStore2#9274 Fixed highlight layer style
- geosolutions-it/MapStore2#9338 Add Google brand logo in addition to attribution for Photorealistic 3D Tiles
- geosolutions-it/MapStore2#9263 Geoprocessing tools
- geosolutions-it/MapStore2#9313 Error when 3D Tiles layer are not visible
- geosolutions-it/MapStore2#9346 Print plugin is not showing the printable area
- geosolutions-it/MapStore2#9348 Feature editor snapping not working
- geosolutions-it/MapStore2#9309 Adding reducer addTransformer feature to print module
- geosolutions-it/MapStore2#9335 Fix - Default permalink resource type is missing
- geosolutions-it/MapStore2#9241 Fix for Longitudinal profile new version
- geosolutions-it/MapStore2#9369 Setting up readthedocs build.os
- geosolutions-it/MapStore2#9332 Convert WPS download ROI geometries to WKT
- geosolutions-it/MapStore2#9205 Fix - Map details on context map intermittently disappears
- geosolutions-it/MapStore2#9346 ensure the zoom is always round before using it as index
- geosolutions-it/MapStore2#9366 Problems with Bearing measurement
- geosolutions-it/MapStore2#9363 Wrong scale value reported using the scroll wheel
- geosolutions-it/MapStore2#9362 3D Styling issue
- geosolutions-it/MapStore2#9422 Zoom level issue on OpenLayers
- geosolutions-it/MapStore2#9328 set resolve.fallback.http/https/zlib to false in webpack extension build config
- geosolutions-it/MapStore2#9310 Annotation not works with sideBarmenu
- geosolutions-it/MapStore2#9269 fix issue of correct map embed url in sharing map
- geosolutions-it/MapStore2#9163 Bug 3D Tiles offset with Google 3D tiles
- geosolutions-it/MapStore2#9275 Fix issue Invalid date on Firefox
- geosolutions-it/MapStore2#9319 Fix: Exception when printing a annotation (Polygon) with modified vertices
- geosolutions-it/MapStore2#9461: Fix UI issue in catalog tool using custom metadata template
- geosolutions-it/MapStore2#9434: Fix - Advanced map editing in geostory crashes the app
- geosolutions-it/MapStore2#9318 Print plugin - Ability to rotate the map
- geosolutions-it/MapStore2#9320 Support reading/loading of cloud-optimized geotiff (COG)
- geosolutions-it/MapStore2#9455 Longitudinal profile fixes
- geosolutions-it/MapStore2#9367 Fix review of geo processing tool
- geosolutions-it/MapStore2#9381 Fix image featureinfo
- geosolutions-it/MapStore2#9474 Fix adjusted geo processing locales
- geosolutions-it/MapStore2#9498 Longitudinal profile - can no longer print pdf due to tainted canvas map
- geosolutions-it/MapStore2#9473 fix longituindal profile issues - marker and dropup style issue
- geosolutions-it/MapStore2#9473 fix longituindal profile issues - marker offset
- geosolutions-it/MapStore2#9469: COG layer zoom to extent
- geosolutions-it/MapStore2#9508 Fix: Check projection defined when adding COG layer
- geosolutions-it/MapStore2#9515 Fix version used for log4j-slf4j-impl that was causing build issue
- geosolutions-it/MapStore2#9518 Fix Add GeoProcessing doc to the plugin config
- geosolutions-it/MapStore2#9522 Measure annotations issue on 3D mode
- geosolutions-it/MapStore2#9523 Geocarousel section - Click on marker issue
- geosolutions-it/MapStore2#9533 Problem placing widgets in map viewer
- geosolutions-it/MapStore2#9517 Fixed versions for release 2023.02.xx
- geosolutions-it/MapStore2#9364 Release 2023.02.00
Documentation update
- geosolutions-it/MapStore2#9328 Update User Guide - Add Permalink tool
- geosolutions-it/MapStore2#9334 Update database-setup.md
- geosolutions-it/MapStore2#9165 Update User Guide - Parametric image to template
- geosolutions-it/MapStore2#9299 Update User Guide - Add WPS process
- geosolutions-it/MapStore2#9344 Adding clause in documentation for google photorealistic 3D tiles
- geosolutions-it/MapStore2#9476 User Guide - Change video for Images management in Identify template
- geosolutions-it/MapStore2#9475 Update User Guide - Add Rotation option in Print tool
- geosolutions-it/MapStore2#9482 Update User Guide - Add COG catalog option
- geosolutions-it/MapStore2#9501 User Guide - Add layer zoom to extent option for COG service
- geosolutions-it/MapStore2#9343 User Guide - Add Geoprocessing Tools section
- geosolutions-it/MapStore2#9506 Fixing reference to dev guide in catalog
MapStore documentation
MapStore latest documentation to use as a reference:
Involved migration guidelines for this RC:
Docker Image
Configuration changes
new.json
changes
To configure COG
layer as background. A configuration similar to one shown below has to be added to new.json
{
...
"layers":{[
...
+ {
+ "type": "cog",
+ "title": "Cloud optimized geotiff",
+ "visibility": false,
+ "sources": [{
+ "url": "https://example.com/coglayer.tif"
+ }],
+ "group": "background"
+ }
...
]}
localConfig.json
changes
- To properly reproject the COG layer, the
projectionDefs
array must be updated with the projection configuration required for the COG layers - Also COG layer can be added as static background service to catalog under
initialState.defaultState.catalog.default
{
...
"staticServices": {
"default_map_backgrounds": {
...
"backgrounds":[{
...
+ {
+ "type": "cog",
+ "title": "Cloud optimized geotiff",
+ "visibility": false,
+ "sources": [{
+ "url": "https://example.com/coglayer.tif"
+ }],
+ "group": "background"
+ }
...
}]
}
}
Full Changelog: 2023.02.00-RC2-geOrchestra...2023.02.00-RC3-geOrchestra