Changes between Version 38 and Version 39 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
08/31/10 16:21:19 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v38 v39  
    7171shp2pgsql -s 4326 -I TM_WORLD_BORDERS-0.3.shp public.countries | psql -d gis
    7272}}}
     73To reproject the data into 900913 for a slight performance advantage:
     74{{{
     75update table set geomcolumn=transform(geomcolumn,900913)
     76}}}
    7377Get !GeoServer to serve as WMS / WFS
    7478 * http://docs.geoserver.org/stable/en/user/gettingstarted/web-admin-quickstart/index.html