Geoportal Server Catalog Versions Save

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.

v2.7.1.1

3 months ago

hotfix to better handle HTML injection in metadata editor

v2.7.1

4 months ago

What's New?

Following are the main updates for this release:

v2.7.0-patch4

6 months ago

updated jquery and bootstrap versions in the geoportal catalog web application.

v2.7.0-patch3

6 months ago

small update to the catalog app regarding deleting records (during harvesting). this 2.7.0 patch 3 would work with harvester 2.7.0 patch 3. the code for this patch can be found in branch 2.7.0-patch-3

v2.7.0

10 months ago

What's New?

In this release we have included:

  • Support for OpenSearch
  • Fixed an issue in the DCAT Builder for cached DCAT file for your catalog
  • Fixed an issue in the Docker build file
  • Many updates to current versions of 3rd party dependencies
  • Add support for dynamic maps for the search map (thanks @lindhor!)
  • Included a catalog search widget for ArcGIS Experience Builder

v2.7.0-patch1

10 months ago

What's New?

In this release we have included:

  • Support for OpenSearch
  • Fixed an issue in the DCAT Builder for cached DCAT file for your catalog
  • Fixed an issue in the Docker build file
  • Many updates to current versions of 3rd party dependencies
  • Add support for dynamic maps for the search map (thanks @lindhor!)
  • Included a catalog search widget for ArcGIS Experience Builder

v2.6.5

2 years ago

What's New? Here are the major enhancements for this release:

  • Implemented "Collections" feature for Geoportal. Now it is possible to have one set of search facets for one set of metadata (e.g. metadata for vector files) and a different set of facets for a different set of metadata (e.g. imagery catalog), all within the same Geoportal, see Collections
  • Added support for hierarchical search facet. Now it is possible to configure hierarchical search structure based on primary/secondary categories, different level of geography, and folder structure.
  • Create Dublin Core metadata through the metadata editor
  • Improved CSW 2.0.2 functionality, including support for DescribeRecord operation, additional elements for DC metadata, and improved compliance.
  • Added keywords into the item card in search results
  • Corrected search result count in search results
  • Fixed issue with browser back button when navigating among different tabs
  • Details will open in a popup window instead of new browser tab when clicking on the title of an item
  • Updated JAVA and Spring Framework Dependencies
  • Upgraded Geoportal to use Esri JS API 3.36
  • Updated Log4j2 (2.16.0) to address the critical security issue CVE-2021-44228
  • ...

Log4j2 Security Fix If you have an existing Geoportal Server 2.x, you can either update to version 2.6.5, or update the library manually as follows:

  • Download Log4j2 version 2.16.0
  • Stop Tomcat Service
  • Delete the old version of Log4j* in geoportal/WEB-INF/lib and copy the new version log4j-api-2.16.0.jar, log4j-core-2.16.0.jar, log4j-jcl-2.16.0.jar, log4j-slf4j-impl-2.16.0.jar to geoportal/WEB-INF/lib
  • Restart Tomcat Service

IMPORTANT NOTE: Shortly after this release, Apache released Log4j2 2.17.0. We recommend you update to this latest version following the same process as above.

v2.6.4

3 years ago

What's New?

This is a special release for INSPIRE to support INSPIRE metadata 2.0.1 creation and editing in additional to all the general geoportal features.

  • Added support for INSPIRE metadata 2.0.1

Please see Use-Geoportal-Server-for-INSPIRE for instructions.

v2.6.3

4 years ago

What's New?

Thanks all for the contribution, below are the main enhancements for this release in addition to many bug fixes:

  • Redesigned Geoportal Server UI
  • Added DCAT support, please visit here for more details.
  • Enhanced CSW 2.0.2 support
  • Added support for INSPIRE Discovery Service, please visit Other-Configurations-For-Geoportal for details
  • Added support for pass query parameters in the URL through Elasticsearch DSL, please visit How-to-find-records for details.
  • Added facet for "Origin Type" (such as upload, harvest from geooportal, UNC, ArcGIS Server etc.)
  • Refined paleo date facet/filter
  • Added group "My organization" to support scenario where public can only search public records and login user can search both public and records that are part of the organization.
  • Made enhancements to the HTML details page
  • Added "Zoom to" function to the map viewer
  • Added option to show owner in search results within map viewer ("showOwner" in config.json)
  • Initial implementation of extracting basic GML info from metadata, calculating envelope and saving the geometry in Elasticsearch repository (can be enablled by setting "parseGml" to true in app-context.xml)
  • Enhanced the Geoportal Server spatial filter to search for geometry in Elasticsearch repository
  • Improved "Date" validation for metadata
  • Added support for Elasticsearch 7.x
  • Updated build and compile to use AdoptOpenJDK 11 and Tomcat 9.x
  • Updated libraries and dependencies

v2.6.2

5 years ago

What's New?

Thanks all for the contribution, below are the enhancements for this release:

  • Added ability to search local geoportal catalog, other geoportal 1.x & 2.x catalogs, ArcGIS Online, Portal for ArcGIS, CSW 2.0.2 and CSW 3.0.0 end points using the geoportal search widget within the map viewer, please visit (this page) for more details.
  • Added ATOM, CSW, JSON, CSW, KML, and RSS link to bottom of search result page
  • Added support to outputSchema=http://www.isotc211.org/2005/gmd for CSW (#183, #265)
  • Added date picker to date search facets
  • Fixed paleo date issue when date is older than 2 billion years (#255)
  • Fixed disappearing search map when resizing browser
  • Improved error handling for WMS preview
  • Added ability to search for non-harvested metadata using source of origin "Editor/Upload"
  • Use gmx:Anchor in place of gco:CharacterString (#211, #219)
  • Adds an element that has attributes with elasticsearch and fileid (#235)
  • Opensearch box fix in geoportal-search. Convert strings to Number (#236, #237)
  • Add c3.js back to index.html (#192, #241)
  • Mobile support. (#228, #246)
  • Allow use of different XSLT library (#221, #252)
  • Update iso-alternate-details which includes Schema.org in the page. (#253)
  • Decode HTML/Octal in fields (#224, #254)
  • Changes to allow for configuration by Environment variable (#263)
  • F/sdsc/docker, docker container (#264)
  • Added ability to search for metadata records which have not been acquired through harvest (#270)
  • Turn zero-dimension envelope into a real, tiny envelope when publishing metadata (#271)
  • Added "Last Page" button to search results to fast forward to last page (#273)
  • location.hash issue (#217, #218)
  • Sort Menu Not working (#230, #231, #234)
  • Fixes for DHS Steps and WCAG for map functions (#243)