Changes between Version 42 and Version 43 of UserGuidelines/GIS/Data
- Timestamp:
- 08/31/10 16:51:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v42 v43 63 63 == Display Data == 64 64 === !GeoServer === 65 Once you have installed GeoServer ([ Linux], [ Windows]), then login: 65 !GeoServer can provide geospatial data in Raster (WMS) or Vector (WFS/KML) formats. 66 67 Once you have installed ([wiki:InstallationGuidelinesGISDataLinux#GeoServer Linux], [wiki:InstallationGuidelinesGISDataWindows#GeoServer Windows]), then login: 66 68 * l: admin 67 69 * p: geoserver … … 73 75 * Disable the demo [http://geo.eden.sahanafoundation.org:8180/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.layer.LayerPage Layers] & [http://geo.eden.sahanafoundation.org:8180/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.layergroup.LayerGroupPage Layer Groups] 74 76 75 * http://docs.geoserver.org/stable/en/user/production/index.html 76 === Shapefiles === 77 * http://docs.geoserver.org/stable/en/user/gettingstarted/web-admin-quickstart/index.html 78 79 ==== Import Shapefiles ==== 77 80 e.g. Country Outlines: 78 81 * http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip 79 82 80 Import into PostGIS (or use pgAdmin III GUI's Shapefile loader on plugins menu) 83 These can be loaded direct into !GeoServer, however there will be better performance by importing into PostGIS: 84 [[BR]](can also use pgAdmin III GUI's Shapefile loader on plugins menu) 81 85 {{{ 82 86 su postgres … … 88 92 update table set geomcolumn=transform(geomcolumn,900913); 89 93 }}} 90 Get !GeoServer to serve as WMS / WFS 91 * http://docs.geoserver.org/stable/en/user/gettingstarted/web-admin-quickstart/index.html 92 Set up !TileCache 93 * ''tbc'' 94 94 95 Add WMS Layer to Sahana Eden 95 96 * ''tbc''