Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#421 closed enhancement (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (7)

comment:1 by josegar74, 13 years ago

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

comment:2 by josegar74, 13 years ago

Resolution: fixed
Status: newclosed

comment:3 by fderuette, 13 years ago

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 comment:4 by Fxp, 13 years ago

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.

comment:5 by fderuette, 13 years ago

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.

comment:6 by fderuette, 13 years ago

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.