Commit graph

6332 commits

Author SHA1 Message Date
Sandro Santilli 9b406181ef TopologySummary: do not count the universe face in the face count
git-svn-id: http://svn.osgeo.org/postgis/trunk@7867 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-19 06:40:38 +00:00
Sandro Santilli 9d9772b79d ST_InitTopoGeo: use named argument, drop trailing space from return text
git-svn-id: http://svn.osgeo.org/postgis/trunk@7866 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-19 06:40:31 +00:00
Regina Obe b892b9fedd #1202 -- also fixed issue with when typ mod application fails (because of mixed geometries) to properly catch error and raise warning instead of throw error.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7865 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-18 15:51:17 +00:00
Regina Obe 158da456c4 fix typo in warning
git-svn-id: http://svn.osgeo.org/postgis/trunk@7864 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-18 15:04:53 +00:00
Regina Obe afbc7bc10c #1201 don't error out when populate_geometry_columns is called on an empty table, just provide warning and don't do anything. Exclude raster_columns from populate_geometry_columns inspection.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7863 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-18 14:56:23 +00:00
Paul Ramsey 54484e1f7a shp2pgsql gui wrong use of create spatial index (#1091)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7862 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 19:59:41 +00:00
Sandro Santilli 4f0bd227bf Typo in testcase label
git-svn-id: http://svn.osgeo.org/postgis/trunk@7861 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 07:58:30 +00:00
Sandro Santilli 1696387b15 Typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7860 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 07:10:09 +00:00
Sandro Santilli 1fb3ad4e7e Minor inline documentation updates
git-svn-id: http://svn.osgeo.org/postgis/trunk@7859 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 06:58:16 +00:00
Sandro Santilli 3cf12fc2d2 Implement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
Includes regress testing and documentation.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7858 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-17 06:46:04 +00:00
Bborie Park a43ebe1780 fixups and code cleanups for the rt_raster_gdal_rasterize to better handle point and linestring geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@7857 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-16 13:32:22 +00:00
Regina Obe 88b34f9b00 more cleanup and put in logic to also install in database help descriptors
git-svn-id: http://svn.osgeo.org/postgis/trunk@7856 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 20:43:57 +00:00
Regina Obe 3244f15c06 fix invalid st_summarystats proto
git-svn-id: http://svn.osgeo.org/postgis/trunk@7855 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 20:05:21 +00:00
Regina Obe d360bbd369 now topology installs can get rid of error note.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7854 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 18:35:32 +00:00
Regina Obe dc8ea50314 postgis_topology extension now installing right. Had to get rid of ALTER TABLE .. hasz and merge it into the CREATE TABLE since that was the culprit causing extension install error
git-svn-id: http://svn.osgeo.org/postgis/trunk@7853 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 18:33:55 +00:00
Regina Obe 8e6e5f0b9e more cleanup -- this time no more errors when installing
git-svn-id: http://svn.osgeo.org/postgis/trunk@7852 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 13:57:12 +00:00
Regina Obe a1edbf92da Support for PostgreSQL 9.1 CREATE EXTENSION syntax
git-svn-id: http://svn.osgeo.org/postgis/trunk@7851 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 08:40:49 +00:00
Regina Obe f37ca5addb change & to html equivalent entity
git-svn-id: http://svn.osgeo.org/postgis/trunk@7850 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 15:37:09 +00:00
Regina Obe 2030ef4c2f provide real world examples of how to use CreateTopoGeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@7849 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 15:24:35 +00:00
Regina Obe 5ac7593c40 more fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7848 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:55:03 +00:00
Regina Obe ff0dd4322d put in new timings. After speed fix loading is 3 times faster
git-svn-id: http://svn.osgeo.org/postgis/trunk@7847 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:51:27 +00:00
Regina Obe ff364ba123 fix typo and create another link reference
git-svn-id: http://svn.osgeo.org/postgis/trunk@7846 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 14:02:00 +00:00
Pierre Racine 7d511dbe2d Commented some queries so that the file can be executed to load the functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7845 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 12:14:17 +00:00
Regina Obe 138c91d476 drop populate_geometry_columns version that just takes oid. Has bene replaced with versoin that takes default arg use_typmod
git-svn-id: http://svn.osgeo.org/postgis/trunk@7844 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-14 07:02:59 +00:00
Sandro Santilli 81b778c7e0 Re-enable accidentally disabled prepared geoms. Fixes bug #1165.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7843 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-13 18:52:30 +00:00
Chris Hodgson 4bcb607121 Added some diagrams to the st_overlaps docmentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7842 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-13 18:47:37 +00:00
Regina Obe 9c2fb9e88d fix for #1158 can't compile 8.4 under mingw windows
git-svn-id: http://svn.osgeo.org/postgis/trunk@7841 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-13 03:51:39 +00:00
Sandro Santilli 9fcdd4e110 Handle db initialization errors earlier
git-svn-id: http://svn.osgeo.org/postgis/trunk@7840 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-12 16:02:32 +00:00
Regina Obe 9282911f76 make topoelementarray examples make more sense
git-svn-id: http://svn.osgeo.org/postgis/trunk@7839 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-12 04:56:05 +00:00
Regina Obe 3588d730c7 put in more description about what type id means
git-svn-id: http://svn.osgeo.org/postgis/trunk@7838 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-12 04:44:18 +00:00
Regina Obe 2ec311afe7 Link several functions back to new Topology_Load_Tiger since that demonstrates use of these functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7837 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-11 02:42:32 +00:00
Regina Obe 896288562a minor wording changes and reference to configuration part of documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7836 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 14:09:02 +00:00
Regina Obe 96fe984a6d fix typo link to tiger topology loader
git-svn-id: http://svn.osgeo.org/postgis/trunk@7835 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 13:52:07 +00:00
Sandro Santilli 45a284ef52 Fix "no ID for constraint linkedn: Create_Topology" error
git-svn-id: http://svn.osgeo.org/postgis/trunk@7834 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 12:43:51 +00:00
Sandro Santilli 2d99e62f47 Honour DESTDIR in documentation Makefile. Patch by Bryce L Nordgren.
See ticket #1184

git-svn-id: http://svn.osgeo.org/postgis/trunk@7833 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 11:49:43 +00:00
Regina Obe 3ab633c2a0 Document tiger to postgis topology loader and revise scripts to install the new function. also some additional minor fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7832 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 06:43:27 +00:00
Regina Obe 3e7c9626c6 save as UTF-8
git-svn-id: http://svn.osgeo.org/postgis/trunk@7831 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 05:35:18 +00:00
Regina Obe 8bf2182b99 Alas a load with no topology validation errors. Fix remaining issues with missing loading of some edges of faces
git-svn-id: http://svn.osgeo.org/postgis/trunk@7830 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 05:11:44 +00:00
Regina Obe d6ce2fb5b0 get rid of superfluous junk
git-svn-id: http://svn.osgeo.org/postgis/trunk@7829 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-10 02:49:28 +00:00
Regina Obe 1138d7c595 example of how to get actual edge geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@7828 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-09 14:47:17 +00:00
Regina Obe eb48250b12 revise to snap points to topology precision, also set edge left/right face to 0 if null (world face). ValidateTopology now reports 25 errors instead of 484 errors (what it did before)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7827 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-09 14:06:57 +00:00
Regina Obe c5002f4896 revise to transform to spatial reference system of target topology
git-svn-id: http://svn.osgeo.org/postgis/trunk@7826 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-08 19:18:26 +00:00
Regina Obe 4a1424d37d more changes to add missing edges
git-svn-id: http://svn.osgeo.org/postgis/trunk@7825 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-08 16:47:15 +00:00
Regina Obe 65b51e2299 more minor corrections
git-svn-id: http://svn.osgeo.org/postgis/trunk@7824 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-08 14:36:08 +00:00
Regina Obe e2af15b011 #1181 TopologySummary is broken causing ambiquous reference. Changed to have local variable be called var_topology_id so doesn't conflict with table column topology_id
git-svn-id: http://svn.osgeo.org/postgis/trunk@7823 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-08 14:23:11 +00:00
Regina Obe 3e114f0a3a logic to load in edges marking those with orphaned next_left, next_right to -neg of itself
git-svn-id: http://svn.osgeo.org/postgis/trunk@7822 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-08 08:06:28 +00:00
Regina Obe ac86390d21 more typo corrections
git-svn-id: http://svn.osgeo.org/postgis/trunk@7821 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-07 17:13:34 +00:00
Regina Obe 7ff7bcf0f0 more typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@7820 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-07 14:57:12 +00:00
Regina Obe 7f2658a8fd fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7819 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-07 14:55:50 +00:00
Regina Obe baa3e01a1b more work on tiger topology loader -- revised to use temp table.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7818 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-07 14:54:39 +00:00