[mapserver-users] question

Valeria Muñoz valemunoz at gmail.com
Tue Dec 30 05:03:13 PST 2008


Hi
I have problems with symbol, this is my code:

#Oneway nivel 4
LAYER
  NAME 'calle'
  MAXSCALE 5000
  TYPE LINE
  DATA 'calle.shp'
  METADATA
    'wms_title' 'calle'
  END
  STATUS DEFAULT
  TRANSPARENCY 80
  PROJECTION
  'proj=longlat'
  'ellps=WGS84'
  'datum=WGS84'
  'no_defs'
  ''
  END
  CLASS
   EXPRESSION  ('[HWYLEVEL]' = '4' and '[ONEWAY]'='0')
     STYLE
        SYMBOL 'flecha_ambos'
         SIZE 4
         #ANGLE 190
         #OUTLINECOLOR 161 189 196
         #COLOR 0 0 0
       END
     END

SYMBOL 'flecha_ambos' is a PNG image, my problem is that the image appears
throughout the line. if i change the type of layer to POINT, the image don't
follow the line.
attach image of the map..

can somebody help me please.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20081230/7c1ab1ad/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: img_map_line.JPG
Type: image/jpeg
Size: 18048 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20081230/7c1ab1ad/attachment.jpe>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: img_map_POINT.JPG
Type: image/jpeg
Size: 11852 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20081230/7c1ab1ad/attachment-0001.jpe>


More information about the MapServer-users mailing list