[Mapserver-users] easy question
Eric Bridger
eric@gomoos.org
05 Jan 2004 15:21:58 -0500
On Mon, 2004-01-05 at 14:23, Hugo Nathaniel Rodrigues wrote:
> i have this coordinates:
>
> x 618579,06
> y 806912,68
> (meters)
>
> what i need to put in my map file (using gmap75.map example) to show a point (or symbol or anything) in this point of the map?
> this is my extent:
>
> EXTENT 598047.223047 781652.733880 619791.428883 812944.406142
>
You'll want to use the LAYER FEATURE tag in your map file. This works
for mapserver 3.6.
LAYER
NAME "test_point"
STATUS DEFAULT
TYPE POINT
CLASS
COLOR 0 0 0
SIZE 10
END
FEATURE
POINTS 618579.06 806912.68 END
END
END
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users