]>
granicus.if.org Git - postgis/log
Sandro Santilli [Wed, 9 Mar 2011 19:18:45 +0000 (19:18 +0000)]
Ticket #856: topology.CopyTopology(text,text) implementation, test and documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@6888
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 9 Mar 2011 16:30:17 +0000 (16:30 +0000)]
Make createtopogeom test independent from the number of topologies created before running it
git-svn-id: http://svn.osgeo.org/postgis/trunk@6887
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 9 Mar 2011 10:19:15 +0000 (10:19 +0000)]
Ticket #855: topology.TopologySummary(<name>)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6886
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 9 Mar 2011 10:14:10 +0000 (10:14 +0000)]
Add note for ST_Relate with boundary node rule
git-svn-id: http://svn.osgeo.org/postgis/trunk@6885
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 8 Mar 2011 15:26:38 +0000 (15:26 +0000)]
Simplify AddEdge code by using BoundaryNodeRule 2 (Endpoint) in ST_Relate call, thus saving a couple of calls to ST_RelateMatch. See tickets #770 and #844.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6884
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 8 Mar 2011 10:43:21 +0000 (10:43 +0000)]
Some (poor) documentation for ST_Relate(g1,g2,boundaryNodeRule)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6883
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 8 Mar 2011 10:23:42 +0000 (10:23 +0000)]
Ticket #844: add support for boundary node rule specification in ST_Relate [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6882
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 8 Mar 2011 08:16:16 +0000 (08:16 +0000)]
Enable a very old relate test which for some reason was never automatically run
git-svn-id: http://svn.osgeo.org/postgis/trunk@6881
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 7 Mar 2011 11:05:13 +0000 (11:05 +0000)]
Avoid using ST_SharedPath (expensive)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6880
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Sat, 5 Mar 2011 11:00:25 +0000 (11:00 +0000)]
is_nan function defined for Python versions under 2.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@6879
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 5 Mar 2011 09:12:30 +0000 (09:12 +0000)]
more marks of TIN
git-svn-id: http://svn.osgeo.org/postgis/trunk@6878
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 5 Mar 2011 06:17:06 +0000 (06:17 +0000)]
Flag more functions as supporting TINS, provide some examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@6877
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 5 Mar 2011 06:07:28 +0000 (06:07 +0000)]
more examples of TIN and polyhedral surfaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@6876
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 5 Mar 2011 05:51:02 +0000 (05:51 +0000)]
Fix ST_DumpPoints 3D examples so they don't flatten to 2D
git-svn-id: http://svn.osgeo.org/postgis/trunk@6875
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Mar 2011 14:47:16 +0000 (14:47 +0000)]
More ignores
git-svn-id: http://svn.osgeo.org/postgis/trunk@6874
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 28 Feb 2011 18:14:24 +0000 (18:14 +0000)]
Use left_face/right_face when looking for face ring's edges. I've seen some areal TopoGeometries dumped in 1:76 of the time [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6873
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 28 Feb 2011 10:53:40 +0000 (10:53 +0000)]
Add test for invalid
AddFace call (polygon not fully defined by known edges)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6872
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 28 Feb 2011 10:40:20 +0000 (10:40 +0000)]
Founded -> Found (in expected results..)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6871
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Feb 2011 21:29:33 +0000 (21:29 +0000)]
#848 Fix eror message for GetNodeByPoint, GetNodeByEdge
git-svn-id: http://svn.osgeo.org/postgis/trunk@6870
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Feb 2011 04:22:20 +0000 (04:22 +0000)]
cealn up examples and data type mistake
git-svn-id: http://svn.osgeo.org/postgis/trunk@6869
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 26 Feb 2011 03:32:45 +0000 (03:32 +0000)]
minor changes and attempt to fix matrix table (cutting off now)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6868
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 25 Feb 2011 23:01:51 +0000 (23:01 +0000)]
doucmentation for #791 , #793 - GetNodeByPoint, GetEdgeByPoint -- made some changes to Andrea Peri's wording and change ot examples so they really fall in MA. Still need to output results.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6867
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Feb 2011 09:18:34 +0000 (09:18 +0000)]
Update copyright notice
git-svn-id: http://svn.osgeo.org/postgis/trunk@6866
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Feb 2011 08:56:01 +0000 (08:56 +0000)]
topology.GetEdgeByPoint: implementation and regress test, by Andrea Peri. Ticket #791. Note that previous commit (for #793) was GetNodeByPoint. My mistake, sorry.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6865
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 25 Feb 2011 08:45:03 +0000 (08:45 +0000)]
topology.GetEdgeByPoint: implementation and regress test, by Andrea Peri. Ticket #793
git-svn-id: http://svn.osgeo.org/postgis/trunk@6864
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Thu, 24 Feb 2011 21:44:19 +0000 (21:44 +0000)]
Copyright notes
git-svn-id: http://svn.osgeo.org/postgis/trunk@6863
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 24 Feb 2011 17:39:13 +0000 (17:39 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6862
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 24 Feb 2011 17:23:24 +0000 (17:23 +0000)]
Put in a note about nominatim OSM geocoder that works with international addresses and open street map data
git-svn-id: http://svn.osgeo.org/postgis/trunk@6861
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Thu, 24 Feb 2011 17:16:35 +0000 (17:16 +0000)]
Now is not possible to load rasters with different scale in the same table. Related ticket #153
git-svn-id: http://svn.osgeo.org/postgis/trunk@6860
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 24 Feb 2011 15:45:32 +0000 (15:45 +0000)]
Improve precision of point_in_ring_rtree too (bug #845).
git-svn-id: http://svn.osgeo.org/postgis/trunk@6859
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 24 Feb 2011 15:17:37 +0000 (15:17 +0000)]
Improve precision of point_in_ring. Fixes and regress-tests bug #845.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6857
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 24 Feb 2011 07:54:06 +0000 (07:54 +0000)]
note psc members
git-svn-id: http://svn.osgeo.org/postgis/trunk@6856
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 24 Feb 2011 07:52:45 +0000 (07:52 +0000)]
amend list of core contributors, add in their svn usernames and core areas of responsibility
git-svn-id: http://svn.osgeo.org/postgis/trunk@6855
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 24 Feb 2011 07:35:48 +0000 (07:35 +0000)]
Amend author list and credits (credits is still obsolete -- tempted to just get rid of it since its redundant with news and hard to maintain)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6854
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 23 Feb 2011 08:58:51 +0000 (08:58 +0000)]
amend enhancements line for ST_AsGML to note strk's addition of option 4 -- use LineString instead of curve tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@6853
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Feb 2011 14:52:51 +0000 (14:52 +0000)]
Ticket #816: flag to select <LineString> over <Curve> for GML3 line output [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6852
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Feb 2011 14:25:22 +0000 (14:25 +0000)]
Test new LW_GML_SHORTLINE GML2 option [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6851
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Feb 2011 14:25:15 +0000 (14:25 +0000)]
Add LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag for lines GML3 output [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6850
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 22 Feb 2011 13:01:07 +0000 (13:01 +0000)]
Use a single bitfield for GML output options [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6849
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mateusz Loskot [Sat, 19 Feb 2011 01:05:30 +0000 (01:05 +0000)]
Improved GDAL detection and reporting
git-svn-id: http://svn.osgeo.org/postgis/trunk@6848
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mateusz Loskot [Sat, 19 Feb 2011 00:42:52 +0000 (00:42 +0000)]
./configure checks for GDAL Python bindings with built-in NumPy array support (Ticket #838)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6847
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 18 Feb 2011 16:24:39 +0000 (16:24 +0000)]
Performance improvements in topology.
AddFace : consider each ring separately when looking for composing edges; compute orientation inside the loop body to avoid sorting and grouping [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6846
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 18 Feb 2011 14:58:41 +0000 (14:58 +0000)]
Test passing polygons with holes to topology.
AddFace [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6845
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 19:19:09 +0000 (19:19 +0000)]
Amend ST_AsGML and ST_GeomFromGML to include the fact they support TINS
git-svn-id: http://svn.osgeo.org/postgis/trunk@6844
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 13:13:40 +0000 (13:13 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6843
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 13:08:51 +0000 (13:08 +0000)]
wrong statement
git-svn-id: http://svn.osgeo.org/postgis/trunk@6842
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 13:02:22 +0000 (13:02 +0000)]
indent a bit better
git-svn-id: http://svn.osgeo.org/postgis/trunk@6841
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 13:01:26 +0000 (13:01 +0000)]
Provide a more useful example of map algebra.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6840
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 12:15:49 +0000 (12:15 +0000)]
fix typo and add reference to ST_Value
git-svn-id: http://svn.osgeo.org/postgis/trunk@6839
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 12:10:41 +0000 (12:10 +0000)]
fix typo in xsl hopefully will make raster list right -- though must have syntax wrong anyway since topology and tiger get listed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6838
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 06:07:13 +0000 (06:07 +0000)]
provide an example of map algebra
git-svn-id: http://svn.osgeo.org/postgis/trunk@6837
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 04:31:14 +0000 (04:31 +0000)]
#836 PostGIS raster in 2.0 is not being output in Trunk Doxygen
git-svn-id: http://svn.osgeo.org/postgis/trunk@6836
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 17 Feb 2011 04:23:03 +0000 (04:23 +0000)]
Document ST_MapAlgebra -- need better description and examples forthcoming
git-svn-id: http://svn.osgeo.org/postgis/trunk@6835
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 16 Feb 2011 19:15:11 +0000 (19:15 +0000)]
Added documentation for the new version of ST_AddBand function
git-svn-id: http://svn.osgeo.org/postgis/trunk@6834
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 16 Feb 2011 19:12:25 +0000 (19:12 +0000)]
Added a new variant for ST_AddBand, taking 2 rasters as input. Needs doc.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6833
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 16 Feb 2011 18:19:57 +0000 (18:19 +0000)]
- One raster core implementation of MapAlgebra (related ticket #588, needs
documentation).
- RASTER_addBand code moved to core level. The new RASTER_addBand function calls
the core one (rt_raster_generate_new_band).
- Added regression tests for MapAlgebra.
- Deleted lexer/parser at core level. Not used.
- Fixed small bug in documentation: ST_SetBandNoDataValue returns a raster, not
an integer.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6832
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 17:41:52 +0000 (17:41 +0000)]
Add UnaryUnion item
git-svn-id: http://svn.osgeo.org/postgis/trunk@6831
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 11:15:59 +0000 (11:15 +0000)]
Document ST_UnaryUnion
git-svn-id: http://svn.osgeo.org/postgis/trunk@6830
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 10:19:28 +0000 (10:19 +0000)]
Stop on first error when creating the regress db
git-svn-id: http://svn.osgeo.org/postgis/trunk@6829
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 10:19:22 +0000 (10:19 +0000)]
Expose versions of ST_IsValid and ST_IsValidReason accepting "the ESRI flag" and implemented as wrappers to ST_IsValidDetail. Only available when building against GEOS-3.3+. Commit includes documentation and regress-testing. Closes ticket #831 [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6828
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 09:12:50 +0000 (09:12 +0000)]
Only run ST_isValidDetail if GEOS is >= 3.3 -- Reduce tests for GEOS version grouping togheter tests depending on the same version [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6827
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 08:54:03 +0000 (08:54 +0000)]
Regression test for ST_isValidDetail (including "ESRI" flag) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6826
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 16 Feb 2011 08:34:08 +0000 (08:34 +0000)]
Document ST_isValidDetail(geom, flags) variant [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6825
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 15 Feb 2011 17:36:35 +0000 (17:36 +0000)]
Allow specifying validity checking flags in ST_isValidDetail [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6824
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 15 Feb 2011 13:49:06 +0000 (13:49 +0000)]
Make work on PostgreSQL 8.4 (was using some syntax only allowed in 9.0+). Also account for the odd / even side of street rule. And of course that demonstrated there is a bug somewhere (most likely in the geocoder), but got to pull up some maps to see which is right. One of these has the address orientations flipped (odd /even not right). Of course I have to be right :). Boy do I hate when you program the reverse of something and it exposes a bug. Also fix some minor documentation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6823
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 15 Feb 2011 08:26:37 +0000 (08:26 +0000)]
topology: create an index on edge.left_face and edge.right_face, speeding up construction of polygonal Geometry from TopoGeometry by a factor of 10 (Closes #806)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6822
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 15 Feb 2011 07:19:10 +0000 (07:19 +0000)]
document reverse_geocode
git-svn-id: http://svn.osgeo.org/postgis/trunk@6821
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 15 Feb 2011 06:36:33 +0000 (06:36 +0000)]
Change to transform the point if not in nad83 long lat already
git-svn-id: http://svn.osgeo.org/postgis/trunk@6820
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 15 Feb 2011 06:15:36 +0000 (06:15 +0000)]
reverse_geocode complete (with street range), now to document and improve speed and test
git-svn-id: http://svn.osgeo.org/postgis/trunk@6819
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 15 Feb 2011 00:26:08 +0000 (00:26 +0000)]
Journeying into street ranges now can tell which side of the street we are on and spits that out when include_strnum_range is true. Next (hopefully last) step will be to pinpoint address number
git-svn-id: http://svn.osgeo.org/postgis/trunk@6818
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 14 Feb 2011 18:22:37 +0000 (18:22 +0000)]
First draft of reverse geocde currently just gets the street need to interpolate to get approximate number
git-svn-id: http://svn.osgeo.org/postgis/trunk@6817
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 14 Feb 2011 17:26:38 +0000 (17:26 +0000)]
ST_UnaryUnion and test
git-svn-id: http://svn.osgeo.org/postgis/trunk@6816
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Mon, 14 Feb 2011 12:10:35 +0000 (12:10 +0000)]
The array for NODATA values is not generated if NaN is returned as nodata value
for bands. Related ticket #828.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6815
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 14 Feb 2011 11:57:23 +0000 (11:57 +0000)]
fix another mismatched tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@6814
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 14 Feb 2011 03:33:19 +0000 (03:33 +0000)]
put in missing / and not about implementation
git-svn-id: http://svn.osgeo.org/postgis/trunk@6813
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 14 Feb 2011 03:10:55 +0000 (03:10 +0000)]
recommit
git-svn-id: http://svn.osgeo.org/postgis/trunk@6812
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 14 Feb 2011 02:33:35 +0000 (02:33 +0000)]
amend mapserver instructions mode='2' is now required for most rasters to display
git-svn-id: http://svn.osgeo.org/postgis/trunk@6811
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 13 Feb 2011 03:51:45 +0000 (03:51 +0000)]
ST_AddEdgeNewFaces - On closer inspection -- a lot of work is done in it, but not enough to make it functional.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6810
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 13 Feb 2011 03:45:02 +0000 (03:45 +0000)]
ST_AddEdgeNewFaces - still need to put in an example
git-svn-id: http://svn.osgeo.org/postgis/trunk@6809
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 12 Feb 2011 18:22:06 +0000 (18:22 +0000)]
fix typo and add minor amendments
git-svn-id: http://svn.osgeo.org/postgis/trunk@6808
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:58:08 +0000 (22:58 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6807
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:45:57 +0000 (22:45 +0000)]
add back in example
git-svn-id: http://svn.osgeo.org/postgis/trunk@6806
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:40:47 +0000 (22:40 +0000)]
more pieces
git-svn-id: http://svn.osgeo.org/postgis/trunk@6805
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:31:44 +0000 (22:31 +0000)]
add another piece
git-svn-id: http://svn.osgeo.org/postgis/trunk@6804
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:18:33 +0000 (22:18 +0000)]
Slowly put back new section -- last build worked.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6803
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 22:06:50 +0000 (22:06 +0000)]
remove new section to see if that fixes build
git-svn-id: http://svn.osgeo.org/postgis/trunk@6802
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 21:15:54 +0000 (21:15 +0000)]
Get rid of <p> and replace with <para>
git-svn-id: http://svn.osgeo.org/postgis/trunk@6801
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 21:04:15 +0000 (21:04 +0000)]
Hudson is alive again but not happy. Hopefully this will make him happier.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6800
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 11 Feb 2011 08:56:03 +0000 (08:56 +0000)]
Add new section on loading rasters. will eventually copy some content from gdal site and wiki site and various examples of loading rasters and creating from scratch.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6799
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 11:59:20 +0000 (11:59 +0000)]
#824 more corrections from Kashif Rasul
git-svn-id: http://svn.osgeo.org/postgis/trunk@6798
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 06:56:33 +0000 (06:56 +0000)]
wow geocoder flies on decent hardware.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6797
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 06:10:57 +0000 (06:10 +0000)]
documentaiton is in DocBook XML not SGML (well not anymore anyway).
git-svn-id: http://svn.osgeo.org/postgis/trunk@6796
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 06:01:14 +0000 (06:01 +0000)]
Add tiger_geocoder to enhancements, add Kashif Rasul to credits in appreciation of his many corrections to the documentation, other minor credits corrections
git-svn-id: http://svn.osgeo.org/postgis/trunk@6795
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 05:33:52 +0000 (05:33 +0000)]
Add some calrification notes to normalize_address function. Get rid of superfluous line break in linux script.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6794
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 10 Feb 2011 04:40:04 +0000 (04:40 +0000)]
Revise README to be clearer. Update the tiger_loader linux script.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6793
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 9 Feb 2011 16:36:45 +0000 (16:36 +0000)]
topology.
AddFace : report an "uncovered point" on missing edges [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6792
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 9 Feb 2011 16:01:31 +0000 (16:01 +0000)]
change references of the_geom and the_geog to geom and geog. "the" is so much wasteful typing
git-svn-id: http://svn.osgeo.org/postgis/trunk@6791
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 9 Feb 2011 12:54:23 +0000 (12:54 +0000)]
#821: doc typos errata from Kashif Rasul
git-svn-id: http://svn.osgeo.org/postgis/trunk@6790
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 8 Feb 2011 17:42:36 +0000 (17:42 +0000)]
Do not call lwmessage_truncate if not needed (an prior to checking the args passed to it)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6789
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 7 Feb 2011 22:05:46 +0000 (22:05 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6788
b70326c6 -7e19-0410-871a-
916f4a2858ee