[mapserver-users] Symbol problem

Valeria Muñoz valemunoz at gmail.com
Mon Jun 6 14:07:11 PDT 2011


HI!

I am using Symbol for display icon over my map, but the images don't display
complete... can you help me please?

CODE

LAYER
    NAME 'metro'
    TYPE POINT
    DATA 'METRO.shp'
    METADATA
      'wms_title' 'metro'
    END
    STATUS DEFAULT
    TRANSPARENCY 100
    PROJECTION
    'proj=longlat'
    'ellps=WGS84'
    'datum=WGS84'
    'no_defs'
    ''
    END
    MAXSCALE 54100
    MINSCALE 13517
    CLASS
         EXPRESSION  ('[NUM_ACCESO]' =~ /1/ )
         NAME 'metro'
       STYLE
         SYMBOL 'METRO'
         SIZE 13
         ANTIALIAS TRUE
       END

    END
  END


attach image with my problem
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110606/cb0730c8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: symbol.JPG
Type: image/jpeg
Size: 2828 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110606/cb0730c8/attachment.jpe>


More information about the MapServer-users mailing list