Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. SELECT ST_SRID(position) FROM checkpoint LIMIT 1;
  2.  
  3. SELECT st_dumppoints(st_simplify(st_makeline(points.position)), 0.005))).geom
  4. FROM
  5. (SELECT position
  6. FROM checkpoint) AS points
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement