how can insert value direction mapfile from html (88,200 ) in bellow code

LAYER
    CONNECTION "host=localhost   dbname=network  user=postgres
 password=021555  port=5432"
    CONNECTIONTYPE POSTGIS
    DATA "geom from (SELECT  *  from pgr_dijkstra(
                'SELECT gid as id , source , target , cost FROM tehran' ,
                88, 200, false , false ) a  LEFT JOIN tehran b ON (a.id2 =
b.gid)) AS foo using unique gid using srid=4326  "
....

end Layer
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to