Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Binary geometry function st_intersects given two geometries of different srids: 1 and 0, which should have been identical.
  2.  
  3. select ST_SRID(boundary_polygon) from boundaries;
  4.  
  5. ogr2ogr -f "MYSQL" MYSQL:"blahdb,host=localhost,user=blah,password=blah,port=3306" boundaries.tab
  6.  
  7. UPDATE boundaries SET boundary_polygon = GeomFromWKB(boundary_polygon, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement