Changes between Version 9 and Version 10 of UsersWikiPostgreSQLPostGIS
- Timestamp:
- 10/30/09 10:35:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgreSQLPostGIS
v9 v10 15 15 The none means that you can get that version to work without GEOS, though its not recommended since a lot of functions will not be installed. 16 16 17 For the not recommended, this means that while you can get PostGIS to work with those versions, you'll be missing out on some PostGIS functions such as ST_Covers, ST_CoversBy and for PostGIS 1.5 the HausdorDistance and enhancements to ST_Buffer (both speed and functionality) 17 For the not recommended, this means that while you can get PostGIS to work with those versions, you'll be missing out on some PostGIS functions such as ST_Covers, ST_CoversBy and for PostGIS 1.5 the HausdorDistance and enhancements to ST_Buffer (both speed and functionality). GEOS 3.1 brought cascade union. GEOS 3.2 brought faster buffering and buffering enhancements, plus numerous enhancements with dealing with tolerance issues when unioning. 18 18 19 ||'''Geos Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''|| 19 20 ||'''None'''||Yes (not recommended)||No||No||