Commit graph

6196 commits

Author SHA1 Message Date
Regina Obe c561b95e22 #1069: Support for specifying max_results to return. Regress already committed
git-svn-id: http://svn.osgeo.org/postgis/trunk@7518 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-29 10:35:21 +00:00
Regina Obe 721cf47b5e fix for #1073 handling mangled zipcodes and update regress to include these
git-svn-id: http://svn.osgeo.org/postgis/trunk@7517 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-29 05:06:06 +00:00
Regina Obe 98be391212 #1077 preliminary regress tests and current outputs (formatting needs cleanup and to be run by script but will deal with that later). Already have a regress failure when compared with docs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7516 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-29 04:23:29 +00:00
Sandro Santilli 763bb3b145 Simplify layertrigger tests dropping unneeded operations. The reduction was verified to still trigger bug #950 prior to the fix for it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7515 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 19:36:46 +00:00
Sandro Santilli 85e12d5f2c Apply patch by Andrea Peri to fix topology layer trigger. Includes regress test. Closes ticket #950.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7514 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 19:36:39 +00:00
Regina Obe d629213ea6 #1063 - add update website with released doc version to HOWTO_RELEASE steps
git-svn-id: http://svn.osgeo.org/postgis/trunk@7512 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 14:26:49 +00:00
Regina Obe 07b04fb519 fix windows script -- had sh style commented alter schema line instead of windows batch style commented alter schema
git-svn-id: http://svn.osgeo.org/postgis/trunk@7511 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 12:32:39 +00:00
Regina Obe b265c75952 put in missing homage to GDAL. Also updated the GDAL use list http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal to include PostGIS
git-svn-id: http://svn.osgeo.org/postgis/trunk@7510 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 12:21:10 +00:00
Regina Obe 2e42e2ac36 Partial fix for #1068 -- handling of misspelled numeric streets such as 13nd or 22th and partial support for numeric streets with fractions like 1/2
git-svn-id: http://svn.osgeo.org/postgis/trunk@7509 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 03:55:52 +00:00
Regina Obe 7c0e4df9df get rid of drop / recreate norm_addy. It's not necessary yet since we haven't changed it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7508 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 02:50:01 +00:00
Regina Obe 15279bf21d #1068 partial fix -- trimmed leading/trailing spaces in normalize_address fields so now correctly handles things like W.,N. etc. More fixes coming.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7507 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-28 01:27:03 +00:00
Bborie Park 1266f72050 - wrote function getSRTextSPI to create one code for getting the srtext of a SRID from the spatial_ref_sys table.
- removed plpgsql function _ST_srtext with addition of getSRTextSPI.

The regression failure in ticket #1064 should be resolved as a side-affect of the new function as the srtext returned through SPI is copied to an interval variable.


git-svn-id: http://svn.osgeo.org/postgis/trunk@7506 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 21:35:14 +00:00
Paul Ramsey 2390164370 Ignore GNUMakefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@7505 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 19:31:12 +00:00
Paul Ramsey 646d43fc13 Change CompoundString to CompoundCurve
git-svn-id: http://svn.osgeo.org/postgis/trunk@7504 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 19:24:00 +00:00
Bborie Park d6dd575dac modified expected results for rt_pixelvalue.
Associated ticket is #1055


git-svn-id: http://svn.osgeo.org/postgis/trunk@7503 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 19:02:04 +00:00
Paul Ramsey 8a2d7d73d1 Add migration guide for upgraders
git-svn-id: http://svn.osgeo.org/postgis/trunk@7502 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 18:53:49 +00:00
Paul Ramsey a8fcf4ee0b Fix type name for CompoundCurve
git-svn-id: http://svn.osgeo.org/postgis/trunk@7497 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 18:02:47 +00:00
Mark Cave-Ayland a39bc622f8 Edit rt_band_get_pixel() so that the warning message contains the out-of-bound coordinates being accessed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7496 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 16:47:17 +00:00
Bborie Park 671a1b776f Cleanup of error messages.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7495 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 14:35:14 +00:00
Regina Obe 739089d4e0 version garden test files so now named raster_gardentest_20.sql, postgis_gardentest_20.sql. Add reclassarg type example to raster garden objects
git-svn-id: http://svn.osgeo.org/postgis/trunk@7494 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-27 01:53:51 +00:00
Regina Obe 5bd2c547ef revise to ignore OUT parameters. Also add 20 to postgis garden output table name
git-svn-id: http://svn.osgeo.org/postgis/trunk@7493 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 19:44:47 +00:00
Regina Obe b79b522d9c change ST_AsX3d from using methodsynopsis back to funcsynopsis. This was an attempt before to stylize default args which didn't work out.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7492 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 18:18:23 +00:00
Paul Ramsey 2ac38cfd53 ST_IsValidDetail and ST_IsValidReason POLYGON CRASH (#712)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7491 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 17:31:30 +00:00
Paul Ramsey 37e28e68c6 Make test for co-linearity a little more double-barrelled.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7490 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 03:15:46 +00:00
Paul Ramsey 3c7db22d95 Simplify circle stroking code (#1057)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7489 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-26 02:29:17 +00:00
Paul Ramsey 31142d64da Remove reference to algorithm.h from generator.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@7488 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 23:35:14 +00:00
Paul Ramsey c5001b2000 Prototype segmentation code and move lwalgorith.h prototypes into liblwgeom.h and liblwgeom_internal.h
git-svn-id: http://svn.osgeo.org/postgis/trunk@7487 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 22:36:51 +00:00
Paul Ramsey 6111c39b52 Convert some BOX3D functions to GBOX
git-svn-id: http://svn.osgeo.org/postgis/trunk@7486 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 21:42:13 +00:00
Regina Obe bc9d280f00 correct column names of norm_addy object - they were wrong
git-svn-id: http://svn.osgeo.org/postgis/trunk@7485 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 21:11:12 +00:00
Regina Obe aae1352236 update release notes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7484 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 20:32:49 +00:00
Regina Obe 9eb0020745 #1062 apply typo patch from Kasif Rasul
git-svn-id: http://svn.osgeo.org/postgis/trunk@7483 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 20:24:14 +00:00
Bborie Park 48ff0b2940 Modified ST_Transform to permit specification of projected raster's scale. This is due to the scale change that occurs when a raster is being reprojected.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7482 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 19:20:23 +00:00
Regina Obe 01abaf57da bounding box clarification && (that it's 2D)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7481 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 18:15:54 +00:00
Regina Obe 1600b42921 minor clarifications
git-svn-id: http://svn.osgeo.org/postgis/trunk@7480 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 18:14:38 +00:00
Regina Obe d0544fd0de #1051 - fix rating logic (typo in direction weight) causing - select (g.addy).*, astext(g.geomout), g.* from geocode('150 2nd Ave S, Minneapolis, MN 55401') as g To return north instead of south. Also change functions to use named args
git-svn-id: http://svn.osgeo.org/postgis/trunk@7474 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-25 08:13:16 +00:00
Regina Obe 4edb18090b bah pdflatex doesn't like sect3. Just make it a sect2
git-svn-id: http://svn.osgeo.org/postgis/trunk@7473 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 23:18:22 +00:00
Regina Obe 919ebd3f1b Id on para didn't take -- lets try a sect3
git-svn-id: http://svn.osgeo.org/postgis/trunk@7472 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 21:49:55 +00:00
Bborie Park 67ce832591 Added sanitization of the algorithm parameter of ST_Transform. Refactored the regression test for ST_Transform.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7471 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 21:20:04 +00:00
Regina Obe 03b5db71e3 put in ancho for changed section and link back from top of What's new to breaking changes section
git-svn-id: http://svn.osgeo.org/postgis/trunk@7470 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 16:30:52 +00:00
Regina Obe b12e0f53ac revise 2.0 changed,enhanced, new to also capture paragraphs embedded in sub tags such as warning, note. Was missing some breaking changes ST_Length, ST_GeomFromText etc because it wasn't catching warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@7469 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 16:14:50 +00:00
Regina Obe c18066a8ab thought had changed to use default params -- guess not. Also stamp in time author info as comment inside function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7468 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 14:25:27 +00:00
Regina Obe 5205bd191a Get rid of note about ST_Transform not working on all platforms. No longer true
git-svn-id: http://svn.osgeo.org/postgis/trunk@7467 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 13:02:09 +00:00
Regina Obe 7f412e6fac revert unnecessary edit
git-svn-id: http://svn.osgeo.org/postgis/trunk@7463 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 01:28:23 +00:00
Regina Obe 29453060e1 fix for #1051 -- postDirAbbrev doesn't parse
git-svn-id: http://svn.osgeo.org/postgis/trunk@7462 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-24 01:20:31 +00:00
Chris Hodgson 53e75d8da2 further bug fix for #884
git-svn-id: http://svn.osgeo.org/postgis/trunk@7461 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 23:50:13 +00:00
Regina Obe 693bc8f401 note about ST_length geography breaking change -- in 1.5 used to return perimeter of a polygon now returns 0 just like geometry
git-svn-id: http://svn.osgeo.org/postgis/trunk@7459 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 22:29:56 +00:00
Regina Obe c5aa904976 time autho stamp signatures
git-svn-id: http://svn.osgeo.org/postgis/trunk@7458 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 21:15:24 +00:00
Regina Obe 7174d8bc72 fix typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@7457 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 21:11:04 +00:00
Regina Obe da09ba24bd put in author revision id placeholder and have as part of code logic as well
git-svn-id: http://svn.osgeo.org/postgis/trunk@7456 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 21:08:40 +00:00
Bborie Park 04bbd059b2 Removed rt_raster_transform from rt_api.c and any calls to it since rt_raster_gdal_warp has same results for reprojections.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7455 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 20:46:32 +00:00