Hi, We are deploying some layers on a GeoServer 2.17.0 instance in order to be 
conforming to the INSPIRE specification.
The INSPIRE validator (https://inspire.ec.europa.eu/validator) throws errors 
about the layer name nomenclature of all our published layers. It throws the 
following message:

The following layers do not have a correct name according with the harmonised 
layer names given in the INSPIRE collection: 'AM:AirQualityManagementZone, 
EF:Air_EnvironmentalMonitoringFacilities, ...'.
It seems as the validator is expecting names such as 
"AM.AirQualityManagementZone", with the "." separator, not with the ":" 
separator.

GeoServer always adds, in a global WMS GetCapabilities request, the namespace 
prefix to the output name:

  xxx/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
... you get "AM:AirQualityManagementZone" 


but the default behavior in a WMS GetCapabilites request using a local 
workspace changes:

  xxx/geoserver/am/ows?service=wms&version=1.3.0&request=GetCapabilities

... you get "AirQualityManagementZone", by default, the layer name without 
prefix (You could add it checking a specific checkbox in the namespace settings 
panel). It is right, so you could add the "AM." text to the GeoServer Layer 
name to finally get the desired "AM.AirQualityManagementeZone" identifier.


Is there any setting to change the prefix-name separator? or is it possible to 
change the default global prefix layer naming bevavior?
thanks in advancebest regards



_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to