#421 closed enhancement (fixed)
INSPIRE option for search form and CSW
Reported by: | fxp | Owned by: | |
---|---|---|---|
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)
Change History (7)
by , 14 years ago
Attachment: | Unify_INSPIRE_options_in_Administration_GUI.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 4 comment:3 by , 13 years ago
Cc: | 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...
comment:4 by , 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 , 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 , 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...
The patch allows to configure in System administration gui: