here is my mapfile :<br><br><b></b>MAP<br>    NAME &quot;GOLOC_MODIFICATION_TINYOWS&quot; <br>    EXTENT -1100000 -23500 1100000 2253500<br>    WEB<br>        METADATA<br>           &quot;wms_title&quot;                  &quot;GOLOC_MODIFICATION_TINYOWS&quot;<br>
           &quot;wms_label&quot;                  &quot;Service de données GOLOC-Modification&quot; ### required<br>           &quot;wms_name&quot;                   &quot;GOLOC_MODIFICATION_TINYOWS&quot;<br>           &quot;wms_abstract&quot;               &quot;Service de données GOLOC-Modification&quot;<br>
           &quot;wms_description&quot;            &quot;&quot;<br>           &quot;wms_keywordlist&quot;            &quot;Service de données GOLOC-Modification&quot;<br>           &quot;wms_onlineresource&quot;         &quot;<a href="http://localhost/cgi-bin/mapserv?map=tinyows">http://localhost/cgi-bin/mapserv?map=tinyows</a>&quot;<br>
            #---------<br>            # TINYOWS<br>            #---------<br>            &quot;tinyows_schema_dir&quot;         &quot;/srv/www/msp/dev/geodev1/services/tinyows/schema/&quot;<br>            &quot;tinyows_onlineresource&quot;     &quot;<a href="http://localhost/cgi-wms/tinyows_modif.fcgi">http://localhost/cgi-wms/tinyows_modif.fcgi</a>&quot;<br>
            &quot;tinyows_log&quot;                &quot;/srv/www/msp/log/tinyows.log&quot;<br>            &quot;tinyows_log_level&quot;            &quot;15&quot;<br>            &quot;wfs_srs&quot;                    &quot;EPSG:900913&quot;         <br>
            &quot;wfs_namespace_prefix&quot;         &quot;WFS-T&quot;<br>            &quot;wfs_namespace_uri&quot;         &quot;<a href="http://localhost/">http://localhost/</a>&quot;<br>            &quot;wfs_title&quot;                   &quot;tinyows&quot;<br>
            &quot;wfs_onlineresource&quot;        &quot;<a href="http://localhost/cgi-wms/tinyows_modif.fcgi">http://localhost/cgi-wms/tinyows_modif.fcgi</a>?&quot;<br>            #&quot;ows_enable_request&quot;           &quot;*&quot;<br>
        END<br>    END<br>    PROJECTION<br>        &quot;init=epsg:900913&quot;<br>    END<br><br>    INCLUDE &quot;./include/layers_modif_caserne.map&quot;<br>                  <br>END<br><br><b>LAYERS_MODIF_CASERNE.MAP :</b><br>
<br>LAYER    <br>        NAME &quot;CASERNE_VIEW_MODIF&quot; <br>        INCLUDE &quot;./include/ec/ec_connec_db_pg.map&quot; &lt;---- the problem is here ! working only if in absolute path <br>        DATA &quot;geom_p from msp_si_v_casernes_geo_modif_900913_p using unique ogc_fid srid=900913&quot;<br>
        TYPE POINT<br>        DUMP TRUE       <br>        HEADER &quot;../templates/todo.html&quot;<br>        TEMPLATE &quot;../templates/todo.html&quot;<br>        TOLERANCE 10<br>        TOLERANCEUNITS PIXELS    <br>        #CLASSITEM &quot;etat&quot;<br>
        METADATA<br>            &quot;wms_title&quot;                &quot;Caserne de pompier (MSP)&quot;<br>            &quot;wms_name&quot;                &quot;CASERNE_VIEW_MODIF&quot;<br>            &quot;wms_group_title&quot;        &quot;Surveillance du territoire/Réseaux&quot;<br>
            &quot;wms_server_version&quot;    &quot;1.1.1&quot;<br>            &quot;wms_srs&quot;               &quot;EPSG:2036 EPSG:2037 EPSG:2148 EPSG:2149 EPSG:2150 EPSG:3797 EPSG:3857 EPSG:4269 EPSG:4326 EPSG:26917 EPSG:26918 EPSG:26919 EPSG:26920 EPSG:32183 EPSG:32184 EPSG:32185 EPSG:32186 EPSG:32187 EPSG:32188 EPSG:32189 EPSG:32190 EPSG:32198 EPSG:42105 EPSG:42304 EPSG:900913&quot;<br>
            &quot;wms_extent&quot;            &quot;-1100000 -23500 1100000 2253500&quot;<br>            &quot;gml_include_items&quot;     &quot;all&quot;<br>            &quot;gml_exclude_items&quot;     &quot;geom_p, ogc_fid, etat&quot;<br>
            &quot;ows_include_items&quot;     &quot;all&quot;<br>            &quot;ows_exclude_items&quot;     &quot;geom_p, ogc_fid, etat&quot;  <br>            &quot;msp_classe_meta&quot;       &quot;MSP_SI_CASERNES_GEO&quot;<br>
               #--------------<br>            # TINYOWS<br>            #--------------<br>            &quot;wfs_title&quot;             &quot;Caserne de pompier (MSP)&quot;<br>            &quot;wfs_srs&quot;                &quot;EPSG:900913&quot;            <br>
            &quot;tinyows_schema&quot;        &quot;admgeo1&quot;<br>            &quot;tinyows_table&quot;            &quot;msp_si_v_casernes_geo_modif_900913_p&quot;<br>            &quot;tinyows_retrievable&quot;     &quot;1&quot;<br>
            &quot;tinyows_writable&quot;         &quot;1&quot;<br>            &quot;gml_geometry_type&quot;       &quot;point&quot;<br>            &quot;gml_geometries&quot;        &quot;geometry&quot;        <br>            &quot;gml_featureid&quot;            &quot;ogc_fid&quot;    <br>
            #&quot;ows_include_items&quot;     &quot;all&quot;    <br>        END         <br>        PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;    <br>        PROJECTION  <br>            &quot;init=epsg:900913&quot;<br>
        END<br>                <br>        CLASS <br>            NAME &quot;Caserne modifiée&quot;<br>            EXPRESSION ( ([etat]&gt;0) and ([etat]&lt;=2) )<br>            STYLE<br>                SYMBOL &quot;caserne2&quot;<br>
                SIZE 20                <br>                OUTLINECOLOR 10 10 10<br>                COLOR 0 0 250<br>            END<br>        END<br>    END <br><br><br><br>ec_connec_db_pg.map content only the connection&#39;s parameters to PG. no include <br>
and the error is coming from TinyOWS and MapServer display the layer in WMS with the relative path to ec_connec_db_pg.map so the constant is respected, no ? <br><br>like I wrote on my last post (mapfile INCLUDE with relative path), i put in to comment the &quot;IF&quot; on OWS_MAP_MAX_INCLUDE_PATH in mapfile.c and everything works <br>
is that there may be problems without this check ? <br><br>--------------------------------------------------------<br>---------------------------------------------------------------------<br>-----------------------------------------------------------------------------<br>
<pre>Hi Marc,

First of all, it&#39;s a Mapserver constant, not a variable. My bad because the hurries.

This is what the Mapserver documentation says:

        * The name of the file to be included MUST be quoted (single or
double quotes).
        * Includes may be nested, up to 5 deep.
        * File location can be given as a full path to the file, or (in MapServer &gt;=
4.10.1) as a path relative to the mapfile.
So you can nest up to 5 map files by default.

This is what you wrote:

&quot;MapFile: include nested too deeply&quot;

what&#39;s the meaning of this error ? 

Marc-André Trottier

But I can&#39;t see your map definition and the includes. Can you post them ?


IC Carlos Ruiz</pre><br>