[mapserver-users] insert value t mapfile from html

hosain mohammadi hosain.moh00 at gmail.com
Wed Jun 24 03:43:18 PDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20150624/25a3f652/attachment-0001.html>


More information about the mapserver-users mailing list