[GeoNetwork-devel] [GeoNetwork opensource Developer website] #421: INSPIRE option for search form and CSW

#421: INSPIRE option for search form and CSW
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Keywords: |
-------------------------+--------------------------------------------------
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.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Keywords: |
-------------------------+--------------------------------------------------

Comment(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

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by josegar74):

  * status: new => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by fderuette):

* cc: fderuette (added)

Comment:

I just tested GéoSource 2.7.1, the possibility to configure the optional
metadata views is well.[[BR]]
[[BR]]
* But for the default metadata view :
[[BR]]
  * 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)
[[BR]]
* And for the INSPIRE search form, enabled or not, I have the same search
fields.
[[BR]]

FD
[[BR]]

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...

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:3&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------

Comment(by Fxp):

Replying to [comment:3 fderuette]:
> the possibility to configure the optional metadata views is well.[[BR]]
> [[BR]]
> * But for the default metadata view :
> [[BR]]
> * 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)
> [[BR]]
> * 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.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:4&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------

Comment(by fderuette):

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

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.
[[BR]]

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.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:5&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#421: INSPIRE option for search form and CSW
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.7.0
Component: General | Version: v2.6.2
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------

Comment(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...

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/421#comment:6&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.