[Geoserver-devel] Feature type names instead of titles in CSW extension

Hi list:

I’ve been trying to work with the CSW extension and it works well in general. There is only one thing that is a problem for me. When making a getDomain request, asking for a Title property, the Name property is returned instead of the Title one, that is much pretty for presentation and search purpose. The name property is already returned when asking for Identifier and is useful when you like to add the layer in a map or any other operation. I don’t know if this is the normal behavior, if not then could you help me to solve this situation.

Kind regards,

José Luis Capote Fernández

I don’t think this has been reported before, there are not that many CSW clients out there to give us feedback. Could I ask you to report this to the issue tracker, and join us on Nov 18th to work on a fix.

The CSW code is quite self contained - looks to be a two stage transform:

  1. Go over the catalog gathering up “MetaData” …
  2. MetaDataTransformer.java to map those to XML output …
···

On 31 October 2016 at 09:33, José Luis Capote Fernández <capote@anonymised.com> wrote:

Hi list:

I’ve been trying to work with the CSW extension and it works well in general. There is only one thing that is a problem for me. When making a getDomain request, asking for a Title property, the Name property is returned instead of the Title one, that is much pretty for presentation and search purpose. The name property is already returned when asking for Identifier and is useful when you like to add the layer in a map or any other operation. I don’t know if this is the normal behavior, if not then could you help me to solve this situation.

Kind regards,

José Luis Capote Fernández


Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi


Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett