[mapserver-users] problem with line and percentage

Andrea Peri aperi2007 at gmail.com
Tue Sep 25 03:31:29 PDT 2012


Hi,
I try to draw a line using the percentages coords.
Mapserver draw it, but when I try to zoom again it stop the response.

I guess there some bug with feature lines drawing with percentage.

This is my mapfile:

  LAYER
    NAME "name"
    STATUS DEFAULT
    TYPE LINE
    UNITS percentages
    METADATA
      "wms_title" "..."
      "wms_abstract" "..."
      "wms_keywordlist" "..."
    END
    TRANSFORM LL
    FEATURE
      POINTS
        0 0
        100 -100
      END
      TEXT 'blah blah'
    END
    CLASS
      STYLE
         WIDTH 1.0
         OUTLINECOLOR 0 164 0
         ANTIALIAS false
         OPACITY 100
      END


-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120925/b2ff2b9c/attachment.html>


More information about the mapserver-users mailing list