Since mapserver expects coordinate values in x,y you probably want to
enter your data below as long lat instead of lat long.
-Steve
Luis TreviƱo Huerta wrote:
Leo:
One option is to use de FEATURE object, you can include into your layer
definition something like:
FEATURE
POINTS
lat value long value
END
END
and include the symbol for that point, something like...
CLASS
SYMBOL 'square'
SIZE 10
COLOR 255 0 255
END
hope it helps
Regards
Luis
----- Original Message ----- From: "Leonardo Lamarca"
<[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, February 09, 2006 11:15 AM
Subject: [UMN_MAPSERVER-USERS] GPS coordinate
Anyone can help me?
How can I set a point on map using GPS coordinate (latitude/longitude) ?
The user will input latitude and longitude coordinates and the
software must draw a point on map.
[]
Leo Lamarca