<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1"><font face="Helvetica, Arial, sans-serif">Hi!<br>
        <br>
        I'm creating a SOS SERVER with Mapserver 7.0.1.<br>
        I don't know how to define in the ".map" the "FeatureOfInterest"
        attribute. Always it appears as "transient" in GetFeatureInfo </font></font><font
      size="-1"><font face="Helvetica, Arial, sans-serif">responding XML
        (you can try it at
        <a class="moz-txt-link-freetext" href="http://hergest.synology.me/sos?SERVICE=SOS&REQUEST=GetCapabilities">http://hergest.synology.me/sos?SERVICE=SOS&REQUEST=GetCapabilities</a>
        ).<br>
      </font></font><font size="-1"><font face="Helvetica, Arial,
        sans-serif"><span id="result_box" class="short_text" lang="en"><span
            class="">I read</span> <span class="">the</span> document
          at <span class=""><a class="moz-txt-link-rfc2396E" href="http://mapserver.org/es/ogc/sos_server.html">"http://mapserver.org/es/ogc/sos_server.html"</a>,
            but no idea...<br>
            <br>
            <br>
            Thanks in advance.<br>
            <br>
            <br>
          </span></span>My definition map:<br>
        <br>
      </font></font><tt>MAP</tt><tt><br>
    </tt><tt>  NAME "SOS_DEMO"</tt><tt><br>
    </tt><tt>  STATUS ON</tt><tt><br>
    </tt><tt>  SIZE 300 300</tt><tt><br>
    </tt><tt>  EXTENT -180 -90 180 90</tt><tt><br>
    </tt><tt>  UNITS METERS</tt><tt><br>
    </tt><tt>  IMAGECOLOR 255 255 0</tt><tt><br>
    </tt><tt><br>
    </tt><tt>  IMAGETYPE png</tt><tt><br>
    </tt><tt><br>
    </tt><tt>  WEB</tt><tt><br>
    </tt><tt>    IMAGEPATH "/ms4w/tmp/ms_tmp/"</tt><tt><br>
    </tt><tt>    IMAGEURL "/ms_tmp/"</tt><tt><br>
    </tt><tt><br>
    </tt><tt>    METADATA</tt><tt><br>
    </tt><tt>      "sos_onlineresource" <a class="moz-txt-link-rfc2396E" href="http://hergest.synology.me/sos">"http://hergest.synology.me/sos"</a>
      ## REQUIRED</tt><tt><br>
    </tt><tt>      "sos_title"          "Servidor SOS de prueba" ##
      Recommended</tt><tt><br>
    </tt><tt>      "sos_srs"            "EPSG:4326" ## REQUIRED</tt><tt><br>
    </tt><tt>      "sos_enable_request" "*" # Necessary</tt><tt><br>
    </tt><tt>    END</tt><tt><br>
    </tt><tt>  END</tt><tt><br>
    </tt><tt><br>
    </tt><tt>  PROJECTION</tt><tt><br>
    </tt><tt>    "init=epsg:4326"</tt><tt><br>
    </tt><tt>  END</tt><tt><br>
    </tt><tt><br>
    </tt><tt>  LAYER</tt><tt><br>
    </tt><tt>    NAME "test_sos_layer"</tt><tt><br>
    </tt><tt>    METADATA</tt><tt><br>
    </tt><tt>      "sos_procedure_item"  "StationId"</tt><tt><br>
    </tt><tt>      "sos_offering_id" "Estaciones" ## REQUIRED</tt><tt><br>
    </tt><tt>      "sos_observedproperty_id" "datos_station" ## REQUIRED</tt><tt><br>
    </tt><tt>      "sos_describesensor_url"
      <a class="moz-txt-link-rfc2396E" href="http://some/url/NS01EE0014.xml">"http://some/url/NS01EE0014.xml"</a> ## REQUIRED (POR HACER!)</tt><tt><br>
    </tt><tt>      "sos_offering_name" "Estaciones"</tt><tt><br>
    </tt><tt>      "sos_timeitem" "timestamp"</tt><tt><br>
    </tt><tt>      "sos_offering_description" "Datos de estaciones"</tt><tt><br>
    </tt><tt>      "sos_offering_intendedapplication" "Natural resource
      planning"    ## Texto opcional</tt><tt><br>
    </tt><tt>    END</tt><tt><br>
    </tt><tt>    TYPE POINT</tt><tt><br>
    </tt><tt>    STATUS ON</tt><tt><br>
    </tt><tt>    </tt><tt><br>
    </tt><tt>    CONNECTIONTYPE OGR</tt><tt><br>
    </tt><tt>    CONNECTION "sos_data.ovf"</tt><tt><br>
    </tt><tt>    DATA "sos_data"</tt><tt><br>
    </tt><tt><br>
    </tt><tt>    PROJECTION</tt><tt><br>
    </tt><tt>      "init=epsg:4326"</tt><tt><br>
    </tt><tt>    END</tt><tt><br>
    </tt><tt>  </tt><tt><br>
    </tt><tt>    CLASS</tt><tt><br>
    </tt><tt>        NAME "test_sos_layer"</tt><tt><br>
    </tt><tt>        COLOR 255 0 0</tt><tt><br>
    </tt><tt>        SIZE 10</tt><tt><br>
    </tt><tt>    END</tt><tt><br>
    </tt><tt>    </tt><tt><br>
    </tt><tt>  END</tt><tt><br>
    </tt><tt>    </tt><tt><br>
    </tt><tt>END #map</tt><tt><br>
    </tt><font size="-1"><font face="Helvetica, Arial, sans-serif"><br>
      </font></font>
  </body>
</html>