tinyows icon indicating copy to clipboard operation
tinyows copied to clipboard

The keywords miss the prefix

Open aperi2007 opened this issue 11 years ago • 0 comments

When defining the optional keywords in layer section the getcapabilites return something like this:

<pre> <FeatureType> <Name>...</Name> <Title>...</Title> <Abstract>...</Abstract> <Keywords> <Keyword>...</Keyword> </Keywords> </pre>

But this is wrong. The keywords miss the right prefix:

<pre> <FeatureType> <Name>...</Name> <Title>...</Title> <Abstract>...</Abstract> <ows:Keywords> <ows:Keyword>...</ows:Keyword> </ows:Keywords> </pre>

aperi2007 avatar Jul 16 '13 21:07 aperi2007