More about Hidden Tags {Scanned}
Siki Zoltan
siki at AGT.BME.HU
Wed Dec 22 15:51:47 PST 2004
Hi,
On Wed, 22 Dec 2004, Pablo Toapanta wrote:
> Hi
> I understand about the tags, but where are defined??,
> for example I know that the tag [mapext] stores the
> extent, but neither the map file nor the html file I
> see the value of that tag.
>
> I just want to know where are defined the values of
> that tags.
When CGI mapserver processes the map file and the html template it
subtitutes [...] tags with the actual value of that variable.
You can see the value of those variables if you put the tags into
your template. For example
<p>Actual scale 1:[scale]</p>
on the client side you get (looking at the page source)
<p>Actual scale 1:2345.234</>
or something similar.
Bye
Zoltan
More information about the MapServer-users
mailing list