Hi,
I have recently setup geonetwork and have the following problems
question:
How do I add servers for the z3950 remote search?
How do I modify/remove some of the links in the top bar (Links, About Us,
...)
bugs (2.7 snapshot):
The "borders" layer will be added to the map whenever I click Home using
Firefox.
The scrollbar disappears in IE when I create new metadata and upload a file
under transfer options.
The created .kml does not include any WMS information in Google Earth. It
only displays the location.
suggestion:
Align the login form with the main menu >> put the login next to the
language dropbox.
regards, Christoph
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/please-help-me-with-z3950-server-configuration-tp7186962p7186962.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi Chris
Responses inline.
Regards,
Jose GarcĂa
On Sat, Jan 14, 2012 at 8:20 AM, chris.may <
Christoph.Mayrhofer@anonymised.com> wrote:
Hi,
I have recently setup geonetwork and have the following problems
question:
How do I add servers for the z3950 remote search?
Seem they are configured in the file
geonetwork/WEB-INF/classes/JZKitConfig.xml
How do I modify/remove some of the links in the top bar (Links, About Us,
Check the file geonetwork/xsl/banner.xsl
...)
bugs (2.7 snapshot):
The "borders" layer will be added to the map whenever I click Home using
Firefox.
The scrollbar disappears in IE when I create new metadata and upload a file
under transfer options.
The created .kml does not include any WMS information in Google Earth. It
only displays the location.
The best should be if you open bugs in Trac (
http://trac.osgeo.org/geonetwork/) for these issues, you need an OSGeo
account to login in.
suggestion:
Align the login form with the main menu >> put the login next to the
language dropbox.
Same as previous. Also you can change for your installation, modifying in
the file geonetwork/xsl/banner.xsl
regards, Christoph
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/please-help-me-with-z3950-server-configuration-tp7186962p7186962.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
Hi,
Thanks for the reply. All solutions worked for me, except the z3950 server.
I would like to add USGS:
http://ah-its.com/go2.php?url=library.usgs.gov/././z3950.html
and therefore added the following lines to JZKitConfig.xml
<Repository className="org.jzkit.search.provider.z3950.Z3950Origin"
code="cfa89068-36ea-11df-9735-ebfc367b61a6" serviceName="USGS">
<Preferences>
<Preference name="defaultRecordSyntax">xml</Preference>
<Preference name="defaultElementSetName">s</Preference>
<Preference name="host">igsrglib03.er.usgs.gov</Preference>
<Preference name="port">210</Preference>
<Preference name="smallSetElementSetName">F</Preference>
<Preference name="charsetEncoding">UTF-8</Preference>
<Preference name="useReferenceId">negotiate</Preference>
</Preferences>
<RecordArchetypes>
<Archetype name="F">xml::f</Archetype>
<Archetype name="H">html::f</Archetype>
</RecordArchetypes>
<Collections>
<Collection code="dataset" name="USGS" profile="geo" />
</Collections>
However, USGS only appears as a new entry in the profiles, but does not show
up in the servers listbox.
Could you give me instructions how to add USGS z3950?
I would very much appreciate it.
thanks, Chris
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/please-help-me-with-z3950-server-configuration-tp7186962p7196231.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.