]>
granicus.if.org Git - postgis/log
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
Regina Obe [Mon, 7 Feb 2011 17:51:46 +0000 (17:51 +0000)]
document history_table feature
git-svn-id: http://svn.osgeo.org/postgis/trunk@6787
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 7 Feb 2011 17:03:11 +0000 (17:03 +0000)]
Also set LANG (see ticket #819) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6786
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 7 Feb 2011 16:53:26 +0000 (16:53 +0000)]
Tag VOLATILE functions explicitly [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6785
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 6 Feb 2011 00:39:03 +0000 (00:39 +0000)]
oops
git-svn-id: http://svn.osgeo.org/postgis/trunk@6784
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 6 Feb 2011 00:34:50 +0000 (00:34 +0000)]
Fix typo in ST_SetSRID and add examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@6782
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 5 Feb 2011 00:53:43 +0000 (00:53 +0000)]
Id for chapter 4 in wrong place -- move, add missing -S switch in loader detail, fix some typos in tiger geocoder and add reference to shp2pgsql section in manual
git-svn-id: http://svn.osgeo.org/postgis/trunk@6781
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 4 Feb 2011 18:33:47 +0000 (18:33 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6780
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 4 Feb 2011 18:33:07 +0000 (18:33 +0000)]
fix some spelling and revise some wording
git-svn-id: http://svn.osgeo.org/postgis/trunk@6779
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 4 Feb 2011 17:33:55 +0000 (17:33 +0000)]
add description of loader function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6778
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 4 Feb 2011 17:26:20 +0000 (17:26 +0000)]
Use quote_ident more...
git-svn-id: http://svn.osgeo.org/postgis/trunk@6777
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 4 Feb 2011 17:19:16 +0000 (17:19 +0000)]
Fix a bug in topology.CreateTopoGeom in presence of MixCased topologies [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6776
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 4 Feb 2011 16:31:34 +0000 (16:31 +0000)]
Fix a bug in topology.add{Node,Edge,Face} breaking on MixedCased topology names [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6775
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Feb 2011 13:55:02 +0000 (13:55 +0000)]
Best guess at what the Linux equivalent should look like will have to test later once get my Linux box setup again
git-svn-id: http://svn.osgeo.org/postgis/trunk@6774
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Feb 2011 13:53:48 +0000 (13:53 +0000)]
ST_Estimated_Extent: make exception message about lack of stats clearer
git-svn-id: http://svn.osgeo.org/postgis/trunk@6773
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Feb 2011 10:24:34 +0000 (10:24 +0000)]
AsGML(TopoGeometry): test xref to visited face [RT-SIGTA].
git-svn-id: http://svn.osgeo.org/postgis/trunk@6772
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Feb 2011 09:55:32 +0000 (09:55 +0000)]
AsGML(TopoGeometry): add test for faces marking visit of edges [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6771
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 1 Feb 2011 09:43:07 +0000 (09:43 +0000)]
AsGML(TopoGeometry) Add test for ouput of multi puntual features [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6770
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 31 Jan 2011 20:26:37 +0000 (20:26 +0000)]
Document the new version of topology.AsGML() signature (polluting for commandline friendliness!)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6769
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 31 Jan 2011 17:33:55 +0000 (17:33 +0000)]
Use a <gml:Face> tag for each topological face, allowing proper xrefs. Needs xref testing (requires overlapping topological features) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6768
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 31 Jan 2011 15:04:43 +0000 (15:04 +0000)]
minor formatting change in doc. #722 remove more deprecated functions: ConvexHull.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6767
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 31 Jan 2011 14:39:58 +0000 (14:39 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@6766
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 31 Jan 2011 14:37:21 +0000 (14:37 +0000)]
document ST_HasNoBand, fix note on ST_Value so appears in right place in what's new index
git-svn-id: http://svn.osgeo.org/postgis/trunk@6765
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 30 Jan 2011 18:40:58 +0000 (18:40 +0000)]
out in missing protos for ST_Value and not that hasnodata is a new option for ST_Value in 2.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@6764
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 30 Jan 2011 01:29:51 +0000 (01:29 +0000)]
rename to agree with documentation and other tiger folder
git-svn-id: http://svn.osgeo.org/postgis/trunk@6763
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 21:31:53 +0000 (21:31 +0000)]
remark out Paul's cunit test that fails on windows so my regress checks don't always halt and can complete.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6762
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Jan 2011 18:04:00 +0000 (18:04 +0000)]
syntetize purpose of AsGML(TopoGeometry)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6761
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Jan 2011 17:15:46 +0000 (17:15 +0000)]
Use named parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@6760
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Jan 2011 17:05:25 +0000 (17:05 +0000)]
Add a "gmlversion" parameter to topology.AsGML(TopoGeometry). Test and document. [RT-SIGTA].
git-svn-id: http://svn.osgeo.org/postgis/trunk@6759
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 16:01:07 +0000 (16:01 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6758
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 16:00:25 +0000 (16:00 +0000)]
corrections to data types in functions -- had them backwards
git-svn-id: http://svn.osgeo.org/postgis/trunk@6757
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 15:19:04 +0000 (15:19 +0000)]
missed some spots
git-svn-id: http://svn.osgeo.org/postgis/trunk@6756
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 15:01:30 +0000 (15:01 +0000)]
some other minor doc corrections. Stamp files with svn author, revision etc keywords
git-svn-id: http://svn.osgeo.org/postgis/trunk@6755
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 14:37:25 +0000 (14:37 +0000)]
fix some typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@6754
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 13:09:22 +0000 (13:09 +0000)]
put back missing tag
git-svn-id: http://svn.osgeo.org/postgis/trunk@6753
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 13:03:45 +0000 (13:03 +0000)]
simplify example
git-svn-id: http://svn.osgeo.org/postgis/trunk@6752
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 12:27:03 +0000 (12:27 +0000)]
get rid of some redundancy
git-svn-id: http://svn.osgeo.org/postgis/trunk@6751
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 12:25:50 +0000 (12:25 +0000)]
minor clarifications
git-svn-id: http://svn.osgeo.org/postgis/trunk@6750
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 12:11:15 +0000 (12:11 +0000)]
After having to answer this yet again I am finally reduced to adding the age old question: Why does pgAdmin show that my geometries are blank. Also change the FAQ to a pretty anchor so its easily referenceable and permanent.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6748
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 28 Jan 2011 08:55:22 +0000 (08:55 +0000)]
Change face.mbr field from BOX2D to GEOMETRY, and gist-index it, closes ticket #800 [RT-SIGTA].
git-svn-id: http://svn.osgeo.org/postgis/trunk@6747
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 28 Jan 2011 06:14:04 +0000 (06:14 +0000)]
document normalize_address and pprint_addy functions of tiger geocoder
git-svn-id: http://svn.osgeo.org/postgis/trunk@6746
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 27 Jan 2011 20:40:20 +0000 (20:40 +0000)]
Document new parameter of AsGML(TopoGeometry) [RT-SIGTA].
git-svn-id: http://svn.osgeo.org/postgis/trunk@6745
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 27 Jan 2011 20:35:23 +0000 (20:35 +0000)]
AsGML(TopoGeometry): allow specifying a prefix for topology element identifiers, and test it. [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6744
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 27 Jan 2011 18:21:11 +0000 (18:21 +0000)]
correction
git-svn-id: http://svn.osgeo.org/postgis/trunk@6743
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 27 Jan 2011 18:17:03 +0000 (18:17 +0000)]
put in a batch geocoding example, more performance enhancements and loading changes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6742
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 27 Jan 2011 15:56:47 +0000 (15:56 +0000)]
start documenting tiger geocoder
git-svn-id: http://svn.osgeo.org/postgis/trunk@6741
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 27 Jan 2011 09:43:24 +0000 (09:43 +0000)]
AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6740
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 27 Jan 2011 08:48:11 +0000 (08:48 +0000)]
topology.AddEdge: when an intersection occurs, also report intersection point [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@6739
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Wed, 26 Jan 2011 16:57:08 +0000 (16:57 +0000)]
Added header for RASTER_setBandIsNoData.Related ticket #593.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6738
b70326c6 -7e19-0410-871a-
916f4a2858ee