Changes between Version 2 and Version 3 of DevelopmentDiscussion
- Timestamp:
- 01/30/10 19:37:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentDiscussion
v2 v3 14 14 * Multi-dimensional indexing, what does the syntax and implementation look like? 15 15 * [http://www.postgis.org/pipermail/postgis-devel/2010-January/008384.html 3D support for Polyhedral Surfaces, CityGML, X3D] 16 implement in liblwgeom 3D primitives: 17 * ST_IsValid 18 * Point in Polyhedra test (and so others related 9DIM functions) 19 * Polyhedra minimal distance (to a point also to an another polyhedra) 20 * ST_Centroid 21 * ST_Volume 22 23 * I/O functions 24 * extensions to GML and KML 25 * CityGML 26 * Collada 27 * X3D (yes please) 28 29