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
- manually set the URL
- or use the logo selection widget to use or upload a logo (See logo manager http://trac.osgeo.org/geonetwork/wiki/proposals/LogoManager)
This proposal could be extended later to display organisation logo(s) in search results.
Proposal Type
- Type: Editor improvement
- App: GeoNetwork
Links
- 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
Last modified
14 years ago
Last modified on 01/25/11 05:10:14
Attachments (3)
- organisation-logo-selection.png (14.6 KB ) - added by 14 years ago.
- organisation-logo-view-mode.png (19.6 KB ) - added by 14 years ago.
- organisation-logo-widget.png (49.9 KB ) - added by 14 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.