Changes between Version 57 and Version 58 of CookBook join BDMAP_CCM
- Timestamp:
- Mar 1, 2010 2:18:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v57 v58 66 66 update station set ST_SetSRID(the_geom, 27252); 67 67 }}} 68 68 It seems that using shp2psql does not populate the geometry column table, you have to do it manually, see ["CookBook Postgis"] Geometry column section for more details 69 69 70 70