I have a problem with the Substitution of Variable in MAPSERVER %var%
Tengo problema con la Sustitucion de Variable en MAPSERVER %var%

DATA "the_geom from (SELECT * FROM parcelas WHERE gid > '%var%') as foo
using srid=32619 using unique gid"

I execute and the IMAGE as LINK Broken
Ejecuto y queda la IMAGEN como ENLACE (LINK) Roto

Change to prove
Cambio para probar

DATA "the_geom from (SELECT * FROM parcelas WHERE gid > 5000) as foo using
srid=32619 using unique gid"

and everything is well
y todo resulta bien

THAT I MUST REVIEW
QUE DEBO REVISAR

Thanks and excuse my English badly
Gracias y disculpen mi mal Ingles
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to