<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Aptos;
        panose-1:2 11 0 4 2 2 2 2 2 4;}
@font-face
        {font-family:Garamond;
        panose-1:2 2 4 4 3 3 1 1 8 3;}
@font-face
        {font-family:"Times New Roman \(Body CS\)";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Garamond",serif;
        color:windowtext;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="en-NL" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-family:"Garamond",serif;mso-fareast-language:EN-US">Ah, OK. So, this GetMetaData thingy shows a response from a Mapserver instance that, although its path is “</span><span style="font-family:"Garamond",serif;mso-fareast-language:EN-US">demo.mapserver.org/cgi-bin/wfs?</span><span lang="EN-US" style="font-family:"Garamond",serif;mso-fareast-language:EN-US">”,
 really offers a WFS as well as a WMS service. It indeed declares a GetMap WMS response, but using proper WMS outputs (JPEG, PNG) and not just GML as the email suggested. That makes more sense...<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="NL" style="font-family:"Garamond",serif;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-family:"Garamond",serif;mso-fareast-language:EN-US">Does not answer the original question of why there is no GeoJSON output offered, and why it offers WMS whereas the person thinks he switched that off – but
 I am afraid I cannot help with that, sorry.<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Garamond",serif;color:black">-- <o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Garamond",serif;color:black">Barend Köbben</span><span style="font-family:"Garamond",serif;mso-fareast-language:EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Garamond",serif;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div id="mail-editor-reference-message-container">
<div>
<div>
<div>
<p class="MsoNormal">On 08/05/2025, 12:16, "Rahkonen Jukka" <jukka.rahkonen@maanmittauslaitos.fi> wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Hi,<br>
<br>
It will make more sense to you if you see the response. This is the MapServer demo-WFS
<br>
<a href="https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities">https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities</a><br>
<br>
Try this and find also WMS references inside the document<br>
<a href="https://demo.mapserver.org/cgi-bin/wfs?REQUEST=GetMetadata&layer=continents">https://demo.mapserver.org/cgi-bin/wfs?REQUEST=GetMetadata&layer=continents</a><br>
<br>
-Jukka Rahkonen-<br>
<br>
________________________________________<br>
Lähettäjä: MapServer-users käyttäjän Kobben, Barend (UT-ITC) via MapServer-users puolesta<br>
Lähetetty: Torstai 8. toukokuuta 2025 12.43<br>
Vastaanottaja: Stefan Gofferje; mapserver-users@lists.osgeo.org<br>
Aihe: Re: [MapServer-users] How do I get rid of the WMS option?<br>
<br>
Did not know GetMetaData, it is not an OGC standard request I think. Also, you say it is “still offering WMS” and “only offers GML2 and GML3” – that is non-sensical, because GML is a vector data format, normally offered by a WFS service, not a valid WMS response
 format....? -- Barend Köbben On 07/05/2025, 15:27, "MapServer-users" <mapserver-users-bounces@lists.osgeo.org> wrote: Hi again,so I have configured a MapServer map without any WMS configuration but MapServer is still offering WMS in the reply to GetMetaData.s.
<a href="https://ms.saakeskus.fi/?map=wfs&request=GetMetadata&layer=fmimeasurementsIt">
https://ms.saakeskus.fi/?map=wfs&request=GetMetadata&layer=fmimeasurementsIt</a> also only offers GML2 and GML3 although I have configured GeoJSON via an OUTPUTFORMAT block in the map file and it also works if I add OUTPUTFORMAT=geojson to the URL.Any hints
 on what's the problem?-Stefan--   (o_   Stefan Gofferje            | SCLT, MCP, CCSA  //\   Reg'd Linux User #247167   | VCP #2263  V_/_ 
<a href="https://www.gofferje.net">https://www.gofferje.net</a>   | <a href="https://www.saakeskus.fi_______________________________________________MapServer-users">
https://www.saakeskus.fi_______________________________________________MapServer-users</a> mailing listMapServer-users@lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/mapserver-users<o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>