[GeoNetwork-users] What is the purpose of the interactive GeoExt map in GeoNetwork?

Hi,

I am testing the geonetwork at the moment and find it a brilliant tool for searching, compiling and harvesting metadata. One thing disturbs me though....I can´really see the purpose of the interactive map. I can load data from various sources, but I can´t view the datasets for which there are metadata. I thought that this would be a viewer to view datasets in the metadata catalog but this is obviously just a little map whichdoesn´t really serve any purpose....or have I missed the point?

thanks,

Rob

It can be used to view datasets in the metadata catalog if they are available as a WMS.
In our ISO19139 metadata, we add the WMS as an online resource. This enables an "Interactive Map" button in the metadata record which adds the layer to the interactive map (see attached screenshot).

ISO19139 XML to do this:
<gmd:distributionInfo>
  <gmd:MD_Distribution>
     <gmd:transferOptions>
      <gmd:MD_DigitalTransferOptions>
       <gmd:onLine>
        <gmd:CI_OnlineResource>
           <gmd:linkage>
            <gmd:URL>http://our_wms_server</gmd:URL>
           </gmd:linkage>
           <gmd:protocol>
            <gco:CharacterString>OGC:WMS-1.1.1-http-get-map</gco:CharacterString>
           </gmd:protocol>
           <gmd:name>
            <gco:CharacterString>AUS_AUST_1980</gco:CharacterString>
           </gmd:name>
           <gmd:description>
            <gco:CharacterString>Image Web Server Web Map Service</gco:CharacterString>
           </gmd:description>
           <gmd:function>
            <gmd:CI_OnLineFunctionCode
            codeList="http://www.isotc211.org/2005/resources/codeList.xml#CI_OnLineFunctionCode&quot;
            codeListValue="download"/>
           </gmd:function>
        </gmd:CI_OnlineResource>
       </gmd:onLine>
      </gmd:MD_DigitalTransferOptions>
     </gmd:transferOptions>
  </gmd:MD_Distribution>
</gmd:distributionInfo>

If you have received this transmission in error please notify us immediately by return e-mail and delete all copies. If this e-mail or any attachments have been sent to you in error, that error does not constitute waiver of any confidentiality, privilege or copyright in respect of information in the e-mail or attachments.

Please consider the environment before printing this email.

(attachments)

screenshot.png

Hi Robert

You have two maps in GeoNetwork:

* the small map in the search form is used to filter the metadata in the
selected area.

* the "big" map viewer on top of search results (attached screenshot)
allows to load in the datasets referenced in metadata, using the
Interactive Map button in the metadata search results.

See
http://geonetwork-opensource.org/manuals/2.6.4/users/quickstartguide/new_metadata/index.html#linking-wms-online-resourcesfor
the format of online resources in metadata to display in GeoNetwork
the
Interactive Map button.

Regards,
Jose García

On Fri, Jan 13, 2012 at 10:18 AM, Robert Buckley
<robertdbuckley@anonymised.com>wrote:

Hi,

I am testing the geonetwork at the moment and find it a brilliant tool for
searching, compiling and harvesting metadata. One thing disturbs me
though....I can´really see the purpose of the interactive map. I can load
data from various sources, but I can´t view the datasets for which there
are metadata. I thought that this would be a viewer to view datasets in the
metadata catalog but this is obviously just a little map whichdoesn´t
really serve any purpose....or have I missed the point?

thanks,

Rob

------------------------------------------------------------------------------
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

(attachments)

geonetwork_mapviewer.jpg