Ticket #421 (closed enhancement: fixed)

Opened 2 years ago

Last modified 20 months ago

INSPIRE option for search form and CSW

Reported by: fxp Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.7.0
Component: General Version: v2.6.2
Keywords: Cc: fderuette

Description

It could be nice to separate the INSPIRE search form option from the INSPIRE CSW end-point. Some people may be interested to activate INSPIREd CSW and not having the complexe INSPIRE search form.

Attachments

Unify_INSPIRE_options_in_Administration_GUI.patch Download (33.1 KB) - added by josegar74 2 years ago.

Change History

Changed 2 years ago by josegar74

  Changed 2 years ago by josegar74

The patch allows to configure in System administration gui:

* Enable INSPIRE (CSW end-point and indexing of metadata INSPIRE fields)

* Enable INSPIRE search form (if previous option is enabled)

* Configure enabled optional metadata views (Simple, ISO, INSPIRE, XML) and default metadata view

  Changed 2 years ago by josegar74

  • status changed from new to closed
  • resolution set to fixed

follow-up: ↓ 4   Changed 20 months ago by fderuette

  • cc fderuette added

I just tested GéoSource? 2.7.1, the possibility to configure the optional metadata views is well.

* But for the default metadata view :

  • I use the "essential view" (fra - perhaps it's only with the ISO19139.fra ?) and in the 2.7.0 it was my default view and now I can't do it
  • my default view is all the time the INSPIRE one (I tried with the Simple and the Advanced)


* And for the INSPIRE search form, enabled or not, I have the same search fields.

FD

Postscript: it's the first time that I use the trac OSGeo, I don't no if I have to reopen the ticket in this case... I wanted to change the version to the 2.7.1 but I can't...

in reply to: ↑ 3   Changed 20 months ago by Fxp

Replying to fderuette:

the possibility to configure the optional metadata views is well.

* But for the default metadata view :
* I use the "essential view" (fra - perhaps it's only with the ISO19139.fra ?) and in the 2.7.0 it was my default view and now I can't do it * my default view is all the time the INSPIRE one (I tried with the Simple and the Advanced)
* And for the INSPIRE search form, enabled or not, I have the same search fields.

GeoSource use the widget UI. In the widget, the default layout in view mode is the "custom simple" view (ie.  http://www.neogeo-online.net/blog/wp-content/uploads/2011/04/geonetwork-simple-view.png). And you can configure the default layout for the edit mode in app/search/js/Settings.js

GeoNetwork.Settings.editor = {
    defaultViewMode : 'inspire'

The administration for the default view only alter legacy UI. The list of views alter both UI.

  Changed 20 months ago by fderuette

If I understand the administration for the default view is not functional for GeoSource? ?

I configured the default layout for the edit mode in apps/search/js/Setting.js and apps/apps/search/js/Setting.js with the values :

GeoNetwork.Settings.editor = {
    defaultViewMode : 'fra'

The default editor view is still Inspire, I wasn't sure of the name of the essential view, so I try for the advanced view :

GeoNetwork.Settings.editor = {
    defaultViewMode : 'advanced'

Still the same... no result.

You didn't give an answer to the question that was about the Inspire search form: the search fields are still the same with or without the activated search form.

  Changed 20 months ago by fderuette

Ok, the value have to be modified in Setting.js and App-mini.js.

To be able to use the tab, the value have to be "fraTabDesc" for the essential view and "Identification" or the name of an other tab for the advanced view.

I still don't know for the Inspire search form...

Note: See TracTickets for help on using tickets.