[Mapserver-users] qlayer : transparent.

Sebastien Vincent svincent at idems.fr
Thu Apr 8 06:12:27 EDT 2004


Hello,

I work with query's, everything goes right :)

But I can get transparency on a layer used by qlayer.

This is the concerned section in my MapFile :

  SYMBOL
    NAME 'hachures'
    TYPE vector
    TRANSPARENT 50
    POINTS
      0 1
      1 0
    END
  END

  QUERYMAP
    STATUS ON
    STYLE SELECTED
    COLOR 0 0 255
  END

  LAYER
    NAME qcadastre
    STATUS OFF
    TYPE POLYGON
    TRANSPARENCY 40

    CONNECTIONTYPE OGR
    CONNECTION "data/file.TAB"
    DATA '0'

    TEMPLATE "empty.htm"
    HEADER "carte.htm"
    FOOTER "empty.htm"

    CLASS
      COLOR 0 0 255
      SYMBOL 'hachures'
      SIZE 3
      NAME "Resultat requete"
    END
  END

When I try to make qcadastre status to DEFAULT, it is transparent as 
well. But when qlayer load it, it is not transparent.

I don't know what I'm doing wrong :/

If you saw this problem and solved it before, any help would be 
appreciated :)

Thank a lot for previous questions :)

Best regards,

seb :)



More information about the mapserver-users mailing list