Guest User

Untitled

a guest
Oct 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. MAP
  2. NAME TEST
  3. STATUS ON
  4. IMAGECOLOR 255 255 255
  5. IMAGETYPE PNG
  6. PROJECTION
  7. "proj=utm"
  8. "ellps=WGS84"
  9. "datum=WGS84"
  10. END
  11.  
  12.  
  13. LAYER
  14. NAME "ROUTE"
  15. STATUS DEFAULT
  16. TYPE LINE
  17. CONNECTIONTYPE postgis
  18. CONNECTION "user=user password=user dbname=indoorpositioning host=localhost port=5432"
  19. #DATA "the_geom from (SELECT the_geom, gid from dijkstra_sp('ways', 4378, 370)) AS foo using unique gid using srid=4326"
  20.  
  21. DATA "the_geom from (SELECT buildingroute.the_geom,buildingroute.gid FROM routetest INNER JOIN buildingroute ON routetest.toid=buildingroute.gid ORDER BY routetest.id ASC) AS foo using unique gid using srid=32709"
  22.  
  23. CLASS
  24. STYLE
  25. COLOR 0 0 0
  26. WIDTH 3
  27. END
  28. END
  29. PROJECTION
  30. "init=epsg:32709"
  31. END
  32. END
  33. END
Add Comment
Please, Sign In to add comment