[GeoNetwork-users] Geonetwork Map viewer configuration

I have just got Geonetwork up and running and I'm now trying to get it
configured to work in my environment. The first issue I've run up against
is that nothing is being displayed in the Map Viewer.

<http://osgeo-org.1560.x6.nabble.com/file/n5083123/Screen_Shot_2013-10-11_at_11.51.21_AM.png&gt;

I'm assuming that I have not configured something but I can't figure out
what.

Thanks

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Geonetwork-Map-viewer-configuration-tp5083123.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

dblanchett wrote

I have just got Geonetwork up and running and I'm now trying to get it
configured to work in my environment. The first issue I've run up against
is that nothing is being displayed in the Map Viewer.
...

Hi,

you have to adjust
/srv/tomcat/geonetwork/webapps/geonetwork/WEB-INF/*config-gui.xml*

In the file you find the element
<mapViewer options=...>...
     <layers>
         <layer server="http://www.name-wms.de/wms?&quot;
tocName="Kartenhintergrund" params="{layers: 'rasterdata', transparent:
'true', format: 'image/gif'}" options="{isBaseLayer: true,
minScale:17438991}" />
...

It depends on the wms you would like to use, but you have to figure out the
minScale for that wms. First chose the bounding box the viewer should
display. After that find out minScale. If minScale is set, the map is shown.

At least this is how it works for us.

Greetings
Anja

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Geonetwork-Map-viewer-configuration-tp5083123p5083356.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.