You can add a new LAYER with a FEATURE that has the 2 points specified in
it, like this:

  LAYER
    NAME 'line'
    STATUS DEFAULT
    TYPE LINE
    FEATURE
      POINTS  -67.0000012 -16.9999952
                    -67.0000012 -17.4999950

      END
    END
    CLASS
      STYLE
        COLOR 255 0 0
        WIDTH 2
      END
    END # class
  END # layer

##############


On Wed, Oct 15, 2008 at 3:42 AM, ramya srinivasan <[EMAIL PROTECTED]>wrote:

> Hi, How to draw a line on the map between two points given by the user?
> What all should be included in the mapfile for this line layer.
>
> _______________________________________________
> mapserver-users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to