Minimal view

At GeoCat we’ve developed this view as an alternative to the default GeoNetwork view. The view has a subset of functionality available, therefore it looks plain and clear.

Minimal is the default view in GeoNetwork Enterprise.

Select the View

Configure alternative views via Admin > Settings > User interface configuration.

Hint

Start typing interface in the filter settings

The Minimal view uses customizated templates for the search results. These can be found in Settings > User Interface > List of templates for search results:

../../catalog/views/minimal/templates/list.html with icon fa-bars and tooltip List ../../catalog/views/minimal/templates/grid.html with icon fa-th and tooltip Grid

The list type in Settings > User Interface > Default template used for search results:

../../catalog/views/minimal/templates/list.html

Map configuration

To use a GeoNetwork Enterprise maps, go to Admin Settings > User Interface and follow these steps:

  1. In Viewer Map Configuration set Path to the context file (XML) to

    ../../catalog/views/minimal/config-viewer-gne-map.xml

    and set the coordinates to:

    MinX: -8604130.477526832
    MinY: -320097.07393612247
    MaxX: 8948257.201654762
    MaxY: 8720263.135408245
    ../../_images/gne-config-viewer.png
    ../../_images/gne-map-viewer.png

    The map viewer with the custom GeoNetwork Enterprise map

  2. In Search Map Configuration set Path to the context file (XML) to

    ../../catalog/views/minimal/config-viewer-gne-search.xml

    and set the coordinates to:

    MinX: -180
    MinY: -90
    MaxX: 180
    MaxY: 90
    ../../_images/gne-config-search.png

    you can also use the settings for the Viewer Map if you want to change maps.

    ../../_images/gne-map-search.png

    The custom GeoNetwork Enterprise map on the Search page

  3. In Editor Map Configuration set Path to the context file (XML) to

    ../../catalog/views/minimal/config-viewer-gne-editor.xml

    and set the coordinates to:

    MinX: -180
    MinY: -90
    MaxX: 180
    MaxY: 90
    ../../_images/gne-config-editor.png
    ../../_images/gne-map-editor.png

    The editor with the custom GeoNetwork Enterprise map

  4. Remove any eventually existing settings for Layer objects in JSON

  5. The Viewer Map uses EPSG:3857 and the others use EPSG:4326.