Manipulating Data: us_states to us_50
Bill Parrill
2 posts
|
I’m on chapter 5.9 and have reached the point where I’m supposed to create the multipolygons. However, when I run the select statement, I get an error: g4wd=# select name, GeomUnion(the_geom) as location into us_50 from us_states group by name; ERROR: Operation on mixed SRID geometries Any ideas what’s going on? Thanks! I’m using PostgreSQL 8.3.1. |
1 post, 1 voice
