mrmap-community / Mapbender2.8

Other
4 stars 1 forks source link

INSPIRE ATOM Feed Metadata generated from WMS Capabilities Document has no LegalConstraints #23

Open holsandre opened 3 years ago

holsandre commented 3 years ago

(copied from an internal report)

Description

An INSPIRE ATOM Feed generated from a WMS that has dataurls for its layers defined within its capabilities document has no <gmd:MD_LegalConstraints> elements even though these are set in the service.

Examples

ATOM Feed Metadata from WMS Capabilities ATOM Feed Metadata from Dataset Metadata

holsandre commented 3 years ago

sven:

I assume this is a bug.

A new class like this might be needed...

class ATOMFeedConstraints extends OwsConstraints { // ... }

holsandre commented 3 years ago

armin: i will have a look ;-)