[GeoNetwork-users] geoserver wms url for Map Viewer

Dear list,

I'm using geonetwork 2.6.4 on Ubuntu 12.04 server.

I try to add a map layer in the Map Viewer, using the following url from a
local geoserver installation:

http://localhost:8080/geoserver/gn/wms?GetMap=gn:ne_50m_coastline

When I connect to this URL, the whole geonetwork store/folder ('gn') of the
geoserver is added. How can I adjust the URL so that only the selected map
(ne_50m_coastline) shows up on the map?

Stefan

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/geoserver-wms-url-for-Map-Viewer-tp5033865.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

solved:

under "URL" (Distribution Information in the metadata) I have to put the
following link:

http://localhost:8080/geoserver/gn/wms

and under "Name of the resource" the layer-specifications
(store:name_of_layer):

gn:ne_50m_coastline

That works and the layer is loaded automatically by clicking on the
"Interactive Map" button.

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/geoserver-wms-url-for-Map-Viewer-tp5033865p5035683.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.