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