Boa Noite Luis<br><br>Acredito que o probema pode ser o status OFF, passe para on ou default.<br><br><br clear="all">Diego Moreira Carvalho <br><br>
<br><br><div class="gmail_quote">Em 23 de julho de 2012 19:12, Luis Leitao <span dir="ltr"><<a href="mailto:luis_rleitao@hotmail.com" target="_blank">luis_rleitao@hotmail.com</a>></span> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Boa noite pessoal,<br>
<br>
Estou a configurar o meu projecto mapserver + pmapper e estou com alguns<br>
problemas pois o mapserver não está a ler alguns mapfiles.<br>
Em todas as shapes criadas de raiz por mim não tenho qualquer problema, mas<br>
nos clips que fiz, nomeadamente da shapefiles dos concelhos de Portugal e<br>
outras do Atlas do Ambiente, não consigo que o mapserver faça a sua leitura,<br>
fica a pensar mas nunca aparecem. Já experimentei com ligação ao Postgis ou<br>
ler directamente das shapefiles e o resultado é o mesmo... nada. O mapfile<br>
foi criado com o plugin mapserver export do Qgis utilizando a simbologia<br>
antiga.<br>
<br>
aqui fica o mapfile de uma das shapes.<br>
<br>
  LAYER<br>
    NAME 'Concelhos'<br>
    TYPE POLYGON<br>
    DUMP true<br>
    TEMPLATE fooOnlyForWMSGetFeatureInfo<br>
  EXTENT -9.163921 39.888241 -6.849608 41.159159<br>
    CONNECTIONTYPE postgis<br>
    CONNECTION "dbname='postgis' host=localhost port=5432 user='postgres'<br>
password='leitao' sslmode=allow"<br>
    DATA 'the_geom FROM "Concelhos" USING UNIQUE gid USING srid=4326'<br>
    METADATA<br>
      'ows_title' 'Concelhos'<br>
    END<br>
    STATUS OFF<br>
    TRANSPARENCY 100<br>
    PROJECTION<br>
    'proj=longlat'<br>
    'datum=WGS84'<br>
    'no_defs'<br>
    END<br>
    LABELITEM 'Concelho'<br>
    CLASSITEM 'HAB'<br>
    CLASS<br>
      NAME '10585.000 < HAB < 24158.000'<br>
      EXPRESSION ( ([HAB] >= 10585.000) AND ([HAB] <= 24158.000) )<br>
       STYLE<br>
         WIDTH 0.91<br>
         COLOR 166 212 255<br>
       END<br>
     LABEL<br>
      FONT tahoma<br>
      TYPE truetype<br>
      SIZE 8<br>
      COLOR 0 0 0<br>
      ANGLE 0<br>
      POSITION cc<br>
      FORCE true<br>
      ANTIALIAS true<br>
      PARTIALS true<br>
     END<br>
    END<br>
    CLASS<br>
      NAME '24158.000 < HAB < 37731.000'<br>
      EXPRESSION ( ([HAB] >= 24158.000) AND ([HAB] <= 37731.000) )<br>
       STYLE<br>
         WIDTH 0.91<br>
         COLOR 85 162 200<br>
       END<br>
     LABEL<br>
      FONT tahoma<br>
      TYPE truetype<br>
      SIZE 8<br>
      COLOR 0 0 0<br>
      ANGLE 0<br>
      POSITION cc<br>
      FORCE true<br>
      ANTIALIAS true<br>
      PARTIALS true<br>
     END<br>
    END<br>
    CLASS<br>
      NAME '37731.000 < HAB < 51304.000'<br>
      EXPRESSION ( ([HAB] >= 37731.000) AND ([HAB] <= 51304.000) )<br>
       STYLE<br>
         WIDTH 0.91<br>
         COLOR 63 121 150<br>
       END<br>
     LABEL<br>
      FONT tahoma<br>
      TYPE truetype<br>
      SIZE 8<br>
      COLOR 0 0 0<br>
      ANGLE 0<br>
      POSITION cc<br>
      FORCE true<br>
      ANTIALIAS true<br>
      PARTIALS true<br>
     END<br>
    END<br>
    CLASS<br>
      NAME '51304.000 < HAB < 64877.000'<br>
      EXPRESSION ( ([HAB] >= 51304.000) AND ([HAB] <= 64877.000) )<br>
       STYLE<br>
         WIDTH 0.91<br>
         COLOR 42 81 100<br>
       END<br>
     LABEL<br>
      FONT tahoma<br>
      TYPE truetype<br>
      SIZE 8<br>
      COLOR 0 0 0<br>
      ANGLE 0<br>
      POSITION cc<br>
      FORCE true<br>
      ANTIALIAS true<br>
      PARTIALS true<br>
     END<br>
    END<br>
    CLASS<br>
      NAME '64877.000 < HAB < 78450.000'<br>
      EXPRESSION ( ([HAB] >= 64877.000) AND ([HAB] <= 78450.000) )<br>
       STYLE<br>
         WIDTH 0.91<br>
         COLOR 0 15 60<br>
       END<br>
     LABEL<br>
      FONT tahoma<br>
      TYPE truetype<br>
      SIZE 8<br>
      COLOR 0 0 0<br>
      ANGLE 0<br>
      POSITION cc<br>
      FORCE true<br>
      ANTIALIAS true<br>
      PARTIALS true<br>
     END<br>
    END<br>
  END<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/mapfile-tp4990208.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/mapfile-tp4990208.html</a><br>
Sent from the OSGeo Portuguese Local Chapter mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Portugal mailing list<br>
<a href="mailto:Portugal@lists.osgeo.org">Portugal@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/portugal" target="_blank">http://lists.osgeo.org/mailman/listinfo/portugal</a><br>
</blockquote></div><br>