Skip to content

Commit

Permalink
Add missing version number to Catalog Config guide
Browse files Browse the repository at this point in the history
  • Loading branch information
robyngit committed Jul 18, 2023
1 parent 77d4398 commit a705185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/catalog-view-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page provides instructions on how to customize a the main search page for a

The 3D map uses the `cesium.js` library. For more information about Cesium and how to configure a Cesium Map model in general, see the general [Cesium guide](/guides/maps/cesium.html).

With the x.x.x release, MetacatUI introduced a new [`CatalogSearchView`](/docs/CatalogSearchView.html) that renders the main search page. This new view replaces the `DataCatalogView` that used Google Maps. The `DataCatalogView` will be deprecated in a future release, but to give time for repositories to migrate to the new `CatalogSearchView`, the `DataCatalogView` will remain the default view for the time being.
With the 2.25.0 release, MetacatUI introduced a new [`CatalogSearchView`](/docs/CatalogSearchView.html) that renders the main search page. This new view replaces the `DataCatalogView` that used Google Maps. The `DataCatalogView` will be deprecated in a future release, but to give time for repositories to migrate to the new `CatalogSearchView`, the `DataCatalogView` will remain the default view for the time being.

To enable the new `CatalogSearchView`, set the following properties in your [configuration file](/docs/AppConfig.html):

Expand Down

0 comments on commit a705185

Please sign in to comment.