<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Arial">Hi guys,<br>
<br>
I'm trying to generate a lot of maps passing a param in URL
request.<br>
In my mapfile I have one layer called streets. The streets are
stored in postgis database and in my mapfile I have that:<br>
<br>
".... DATA "the_geom from streets using unique id WHERE id = %id%
.. "<br>
<br>
Next, i have added to the URL GetMap request this:<br>
<br>
&viewparams=id:1 <br>
<br>
<br>
But I get all the layer, and not only the feature with id 1...<br>
<br>
I'm doing something wrong?<br>
<br>
Thanks <br>
</font>
</body>
</html>