Changes between Version 38 and Version 39 of UserGuidelines/GIS/Data
- Timestamp:
- 08/31/10 16:21:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v38 v39 71 71 shp2pgsql -s 4326 -I TM_WORLD_BORDERS-0.3.shp public.countries | psql -d gis 72 72 }}} 73 To reproject the data into 900913 for a slight performance advantage: 74 {{{ 75 update table set geomcolumn=transform(geomcolumn,900913) 76 }}} 73 77 Get !GeoServer to serve as WMS / WFS 74 78 * http://docs.geoserver.org/stable/en/user/gettingstarted/web-admin-quickstart/index.html