Hi list!
I'm trying to setup Catalogue service based on geonetwork 2.7.0 rev 8559 and I have a problem with minimap in search panel. I simply can't set it up, to zoom and center on Poland by default, it always sets to whole world. I've tryed to change some options in config-gui.xml, but it seams to ignore some values (zoom and center)
<mapSearch options="{projection: 'EPSG:4326',center: new OpenLayers.LonLat( 20, 50), zoom: '7', maxExtent: new OpenLayers.Bounds(-180,-90,180, 90), units: 'degrees', restrictedExtent: new OpenLayers.Bounds(-180,-90,180, 90)}">
<layers>
<layer server="http://localhost:8888/geoserver/ows" tocName="Borders" params="{layers: 'gboundaries', transparent: 'true', format: 'image/png'}" options="{}" />
<layer server="http://localhost:8888/geoserver/ows" tocName="Ortophoto" params="{layers: 'gn:world', format: 'image/jpeg'}" options="{isBaseLayer: true}" />
</layers>
</mapSearch>
Is there solution for this problem?
Regards
Bogusław Kaczałek