default, unintended location) until you add the layer name
explicitly in your URL call.
David.
-Original Message-
From: Robert Sanson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 3:06 PM
To: mapserver-users@lists.osgeo.org; David Fawcett
Subject: RE: [mapserver-users] I
EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 3:06 PM
To: mapserver-users@lists.osgeo.org; David Fawcett
Subject: RE: [mapserver-users] ICON Placing
co-ordinates.SOLVED
Thanks very much David. I was just about to post a message that
I had solved it.
057900.html
If you can use the URL vars in the points obj, that would be nice and clean...
David.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Sanson
Sent: Tuesday, December 02, 2008 2:36 PM
To: mapserver-users@lists.osgeo.org
Subject: Re: [maps
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] ICON Placing co-ordinates.
I am having some trouble too. I want to pass in the x y as
variables. Here is the section in my map file:
LAYER
NAME 'gps_
I am having some trouble too. I want to pass in the x y as variables. Here is
the section in my map file:
LAYER
NAME 'gps_point'
STATUS DEFAULT
TYPE POINT
FEATURE
# This is where you specify position on the map
POINTS %gpsx% %gpsy% END
END
CLASS
STYLE
SYMBOL "marke
You'd use the icon as a symbol like so:
LAYER
NAME 'TheIcon'
STATUS DEFAULT
TYPE POINT
FEATURE
# This is where you specify position on the map
POINTS x y END
END
CLASS
STYLE
SYMBOL "2.gif"
END
END
END
Steve
>>> On 12/1/2008 at 11:08 PM, in message
<[EMAIL PROT
Hi.. i have loaded a tiff image on mapserver and placed an ICON on that...
but the thing i can't get the icon placed at the required co-ordinates its
taking the extent as its reference..?
my Map File
---
MAP
NAME "Tiff Image"
SIZE 1900 1200
EXTENT 0.0 0.0 1920.0 1200.0
SHAPEPATH