MapServer / MapServer-import

3 stars 2 forks source link

[WMS] MetadaURL miss xlink:type #1027

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: jlacroix Date: 2004/11/04 - 13:29

Hi,

mapwms.c, when printing out MetadataURL via msOWSPrintURLType(), forgets
to print out the xlink:type="simple" attribute, as per other elements of
the same type.

...Can someone commit this to line 1217 in mapwms.c?  Same sort of thing
as in mapwms.c line 1231.

I'm not sure whether I should post this to bugzilla -- it's pretty
trivial.

Thanks
tbonfort commented 12 years ago

Author: jlacroix Date: 2004/11/04 - 13:56

I added xlink:type="simple" in WMS MetadataURL.
Marking as FIXED.