Changes between Version 39 and Version 40 of UserGuidelines/GIS/Data
- Timestamp:
- 08/31/10 16:22:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v39 v40 73 73 To reproject the data into 900913 for a slight performance advantage: 74 74 {{{ 75 update table set geomcolumn=transform(geomcolumn,900913) 75 drop constraint srid; 76 update table set geomcolumn=transform(geomcolumn,900913); 76 77 }}} 77 78 Get !GeoServer to serve as WMS / WFS