wiki:proposals/OrganisationLogo

Version 2 (modified by fxp, 13 years ago) ( diff )

--

Organisation logo

Date 2011/01/24
Contact(s) Francois
Last edited
Status complete
Assigned to release 2.7.0
Resources Available
Ticket #440

Overview

This proposal aims to provide the capability to set an organisation logo for each contact of a (ISO19139) metadata record.

  • The organisation logo is stored using an url in the src attribute of a gmx:FileName element.
  • The element use to store this information is gmd:contactInstructions.
  • In view mode, the logo is displayed in the metadata record
  • In edit mode, editor could

This proposal could be extended later to display organisation logo(s) in search results.

Proposal Type

  • Type: Editor improvement
  • App: GeoNetwork
  • Documents:
  • Email discussions:
  • Other wiki discussions:

Voting History

  • Vote proposed by Francois on XYZ, result was

Proposal

As usual, gmx:FileName configuration is made in schema-suggestions.xml

  <field name="gmd:contactInstructions">
    <suggest name="gco:CharacterString"/>
    <suggest name="gmx:FileName"/>
  </field>

XML fragment for contact is :

  </gmd:address>
  <gmd:contactInstructions>
    <gmx:FileName src="http://localhost:8080/geonetwork/images/harvesting/UNHCR-150x150.jpg">From 8AM to 18PM / monday - thursday</gmx:FileName>
  </gmd:contactInstructions>
</gmd:CI_Contact>

The logo selection panel comes from the widget sandbox.

Backwards Compatibility Issues

None.

New libraries added

None.

Participants

  • Francois

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.