Changes between Version 15 and Version 16 of UsersWikiTutorials
- Timestamp:
- 09/10/10 11:00:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiTutorials
v15 v16 1 1 == PostGIS Tutorials some complete with data == 2 [http://www.postgisonline.org PostGIS database sandbox and tutorials] Provides step by step interactive tutorial for experimenting with PostGIS Spatial SQL in a database sandbox. You can also type in spatial SQL statements you find in the PostGIS manual and see them rendered on a map. 2 [http://www.postgisonline.org PostGIS database sandbox and tutorials] Provides step by step interactive tutorial for experimenting with PostGIS Spatial SQL in a database sandbox. You can also type in spatial SQL statements you find in the PostGIS manual and see them rendered on a map. 3 3 4 4 [http://s3.opengeo.org/postgis-power.pdf Tips for the PostGIS Power User] (FOSS4G 2010 - Paul Ramsey) … … 6 6 [http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01 Almost Idiot's Guide to PostGIS (last update for PostGIS 1.5)] (2010) 7 7 8 Integrating PostGIS in Web Applications (PG Con East 2010) 8 [http://workshops.opengeo.org/postgis-spatialdbtips/ Spatial database tips and tricks] Covers PostGIS , SQL server 2008 Spaital and Oracle but focus on PostGIS 9 10 Integrating PostGIS in Web Applications (PG Con East 2010 - Leo hsu and Regina Obe) 9 11 10 12 This covered using [http://www.openlayers.org OpenLayers], [http://www.openstreetmap.org OpenStreetMap] Layers, brief intro to [http://geoext.org GeoExt], setting up [http://mapserver.org Mapserver] and [http://geoserver.org GeoServer] as OGC WFS/WMS services. Reverse proxy for ASP.NET that can be used for any kind of WMS/WFS server (VB.NET, C#). Roll your own solution using PostGIS ST_AsKML, ST_AsGeoJSON functions.