[Mapserver-users] easy question

Eric Bridger eric at gomoos.org
Mon Jan 5 15:21:58 EST 2004


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

 




More information about the mapserver-users mailing list