Opened 13 years ago

Closed 12 years ago

#681 closed enhancement (fixed)

Add basic support for gmx:Anchor

Reported by: fxp Owned by: geonetwork-devel@…
Priority: major Milestone: v2.10.0 RC0
Component: General Version:
Keywords: Cc:

Description

The following changes are required to add gmx:Anchor support in view mode and edit (existing Anchor).

  • To use the gmx:Anchor (substitute of gco:CharacterString) for an element use the schema-suggestion configuration file:
	<field name="gmd:keyword">
		<suggest name="gco:CharacterString"/>
		<suggest name="gmx:Anchor"/>
	</field>

	<field name="gmx:Anchor">
		<suggest name="xlink:href"/>
	</field>

Restart the application.

  • update-fixd-info : remove template which replace gmx:Anchor by gco:CharacterString.
  • Add labels and description in loc files
  • Avoid xlink resolution for gmx:Anchor
  • Add hyperlink in view mode and open in new window
    • for keywords and other type of element

Attachments (1)

gmx_anchor_basic_support.patch (19.9 KB ) - added by fxp 13 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by fxp, 13 years ago

Milestone: v2.7.0Future release

comment:2 by fxp, 12 years ago

Milestone: Future releasev2.9.0
Resolution: fixed
Status: newclosed

Committed revision 9238.

Note: See TracTickets for help on using tickets.