tinyows
tinyows copied to clipboard
The keywords miss the prefix
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>