]> granicus.if.org Git - postgis/log
postgis
9 years agoAdd --without-postgresql switch to only build liblwgeom (#3157)
Sandro Santilli [Wed, 5 Aug 2015 06:57:34 +0000 (06:57 +0000)]
Add --without-postgresql switch to only build liblwgeom (#3157)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13882 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agopostgis.sql and postgis_upgrade.sql are no more created in top dir
Sandro Santilli [Wed, 5 Aug 2015 06:45:51 +0000 (06:45 +0000)]
postgis.sql and postgis_upgrade.sql are no more created in top dir

git-svn-id: http://svn.osgeo.org/postgis/trunk@13881 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoadd build and package scripts and update all to copy new postgis topology .dll to...
Regina Obe [Tue, 4 Aug 2015 22:40:00 +0000 (22:40 +0000)]
add build and package scripts and update all to copy new postgis topology .dll to install and package folder

git-svn-id: http://svn.osgeo.org/postgis/trunk@13879 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3206 fix windows issues with topology
Regina Obe [Tue, 4 Aug 2015 22:25:06 +0000 (22:25 +0000)]
#3206 fix windows issues with topology

git-svn-id: http://svn.osgeo.org/postgis/trunk@13878 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoImplement ST_GetFaceEdges in C
Sandro Santilli [Tue, 4 Aug 2015 21:08:22 +0000 (21:08 +0000)]
Implement ST_GetFaceEdges in C

Wraps SPI_exec calls in callbacks to not force a memory context switch

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13877 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix unchecked return from _lwt_CheckEdgeCrossing (#3225)
Sandro Santilli [Tue, 4 Aug 2015 18:36:06 +0000 (18:36 +0000)]
Fix unchecked return from _lwt_CheckEdgeCrossing (#3225)

NOTE: only affects clients that do not long-jump out on lwerror
      (ie: PostGIS is unaffected)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13876 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoremove sql folder and add to svnignore
Regina Obe [Tue, 4 Aug 2015 17:14:28 +0000 (17:14 +0000)]
remove sql folder and add to svnignore

git-svn-id: http://svn.osgeo.org/postgis/trunk@13875 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoadd sql folder to svn ignore list
Regina Obe [Tue, 4 Aug 2015 16:49:19 +0000 (16:49 +0000)]
add sql folder to svn ignore list

git-svn-id: http://svn.osgeo.org/postgis/trunk@13874 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agodelete sql folder from svn gets recreated by build
Regina Obe [Tue, 4 Aug 2015 16:43:01 +0000 (16:43 +0000)]
delete sql folder from svn gets recreated by build

git-svn-id: http://svn.osgeo.org/postgis/trunk@13873 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoIgnore extensions/address_standardizer/sql/ (git version)
Sandro Santilli [Tue, 4 Aug 2015 16:38:37 +0000 (16:38 +0000)]
Ignore extensions/address_standardizer/sql/ (git version)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13872 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAvoid the short-circuite of ST_Equals while running interrupt tests
Sandro Santilli [Tue, 4 Aug 2015 09:21:19 +0000 (09:21 +0000)]
Avoid the short-circuite of ST_Equals while running interrupt tests

See #3226

git-svn-id: http://svn.osgeo.org/postgis/trunk@13871 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix labels on interrupt tests
Sandro Santilli [Tue, 4 Aug 2015 09:08:19 +0000 (09:08 +0000)]
Fix labels on interrupt tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@13870 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAvoid -0 in output
Sandro Santilli [Tue, 4 Aug 2015 09:02:04 +0000 (09:02 +0000)]
Avoid -0 in output

Fixes test run with SFCGAL 1.2.0.
See #3171

git-svn-id: http://svn.osgeo.org/postgis/trunk@13869 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3228: move winnie's regress into repo (still need to change PostGIS 2.2 jobs to...
Regina Obe [Mon, 3 Aug 2015 18:17:53 +0000 (18:17 +0000)]
#3228: move winnie's regress into repo (still need to change PostGIS 2.2 jobs to use -- just experimenting with one run)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13868 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3219: Fix windows mingw issue can't build against git repo. Force files that need...
Regina Obe [Mon, 3 Aug 2015 16:31:04 +0000 (16:31 +0000)]
#3219: Fix windows mingw issue can't build against git repo.  Force files that need to be linux linebreaks from using native mode (CRLF on windows)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13867 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3206 get rid of PRId64 calls in appendInfoString and use instead INT64_FORMAT as...
Regina Obe [Fri, 31 Jul 2015 21:47:16 +0000 (21:47 +0000)]
#3206 get rid of PRId64 calls in appendInfoString and use instead INT64_FORMAT as suggested by Alavaro Herrera, Tom Lane of PostgreSQL dev group

git-svn-id: http://svn.osgeo.org/postgis/trunk@13865 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd memcmp short-circuit to ST_Equals (#3223)
Sandro Santilli [Fri, 31 Jul 2015 17:23:29 +0000 (17:23 +0000)]
Add memcmp short-circuit to ST_Equals (#3223)

Patch by Daniel Baston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13864 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix uninitialized stddev in stats computation (#3222)
Sandro Santilli [Fri, 31 Jul 2015 17:06:53 +0000 (17:06 +0000)]
Fix uninitialized stddev in stats computation (#3222)

Patch by Daniel Baston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13862 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoImplement ST_GetFaceGeometry in C
Sandro Santilli [Fri, 31 Jul 2015 16:34:10 +0000 (16:34 +0000)]
Implement ST_GetFaceGeometry in C

Adds callbacks to return SRID, precision and Z flag for
backend topology object.

Returns EMPTY polygon for faces with no boundaries,
closing #3221.

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13861 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoTypo in doc
Sandro Santilli [Thu, 30 Jul 2015 21:15:48 +0000 (21:15 +0000)]
Typo in doc

git-svn-id: http://svn.osgeo.org/postgis/trunk@13860 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoEnsure the sql/ dir exists before attempting to write there
Sandro Santilli [Thu, 30 Jul 2015 14:36:20 +0000 (14:36 +0000)]
Ensure the sql/ dir exists before attempting to write there

See https://travis-ci.org/postgis/postgis/builds/73386848

git-svn-id: http://svn.osgeo.org/postgis/trunk@13859 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoImplement ST_AddIsoEdge in C
Sandro Santilli [Thu, 30 Jul 2015 14:23:55 +0000 (14:23 +0000)]
Implement ST_AddIsoEdge in C

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13858 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix possible release of unallocated memory in ST_AddIsoNode
Sandro Santilli [Thu, 30 Jul 2015 13:51:56 +0000 (13:51 +0000)]
Fix possible release of unallocated memory in ST_AddIsoNode

git-svn-id: http://svn.osgeo.org/postgis/trunk@13857 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd signature for lwt_NewEdgeHeal (unimplemented yet)
Sandro Santilli [Thu, 30 Jul 2015 10:21:58 +0000 (10:21 +0000)]
Add signature for lwt_NewEdgeHeal (unimplemented yet)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13856 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoSwitch to versioned liblwgeom interface (#2278)
Sandro Santilli [Thu, 30 Jul 2015 09:57:08 +0000 (09:57 +0000)]
Switch to versioned liblwgeom interface (#2278)

See
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13855 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd TODO file for liblwgeom (for TOPO, at the moment)
Sandro Santilli [Wed, 29 Jul 2015 17:30:03 +0000 (17:30 +0000)]
Add TODO file for liblwgeom (for TOPO, at the moment)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13853 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoQuite warning for robe
Paul Ramsey [Fri, 24 Jul 2015 12:26:58 +0000 (12:26 +0000)]
Quite warning for robe

git-svn-id: http://svn.osgeo.org/postgis/trunk@13852 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2867 can't upgrde sfcgal extension - got rid of begin/commit in upgrade and duplicat...
Regina Obe [Fri, 24 Jul 2015 08:37:13 +0000 (08:37 +0000)]
#2867 can't upgrde sfcgal extension - got rid of begin/commit in upgrade and duplicate includes of helper files, change the make unpackaged from postgis_topology to EXTENSION (not tested build from unpackaged).

git-svn-id: http://svn.osgeo.org/postgis/trunk@13851 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3216: address standardizer mod path name not versioned
Regina Obe [Fri, 24 Jul 2015 06:38:14 +0000 (06:38 +0000)]
#3216: address standardizer mod path name not versioned

git-svn-id: http://svn.osgeo.org/postgis/trunk@13850 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2285 standardize_address should no longer be marked as SETOF
Regina Obe [Thu, 23 Jul 2015 21:34:29 +0000 (21:34 +0000)]
#2285 standardize_address should no longer be marked as SETOF

git-svn-id: http://svn.osgeo.org/postgis/trunk@13849 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove unused test
Paul Ramsey [Thu, 23 Jul 2015 19:11:31 +0000 (19:11 +0000)]
Remove unused test

git-svn-id: http://svn.osgeo.org/postgis/trunk@13848 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agogridspec should be internal
Paul Ramsey [Thu, 23 Jul 2015 19:07:13 +0000 (19:07 +0000)]
gridspec should be internal

git-svn-id: http://svn.osgeo.org/postgis/trunk@13847 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2577, ST_Project() doc update
Paul Ramsey [Thu, 23 Jul 2015 18:05:26 +0000 (18:05 +0000)]
#2577, ST_Project() doc update

git-svn-id: http://svn.osgeo.org/postgis/trunk@13846 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove unneeded commit/begin lines
Paul Ramsey [Thu, 23 Jul 2015 17:20:43 +0000 (17:20 +0000)]
Remove unneeded commit/begin lines

git-svn-id: http://svn.osgeo.org/postgis/trunk@13845 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd back in more custom postgis lines
Paul Ramsey [Thu, 23 Jul 2015 17:19:32 +0000 (17:19 +0000)]
Add back in more custom postgis lines

git-svn-id: http://svn.osgeo.org/postgis/trunk@13844 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd in custom PostGIS alterations
Paul Ramsey [Thu, 23 Jul 2015 17:07:47 +0000 (17:07 +0000)]
Add in custom PostGIS alterations

git-svn-id: http://svn.osgeo.org/postgis/trunk@13843 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2737, update spatial_ref_sys.sql to latest from GDAL/EPSG
Paul Ramsey [Thu, 23 Jul 2015 16:44:02 +0000 (16:44 +0000)]
#2737, update spatial_ref_sys.sql to latest from GDAL/EPSG

git-svn-id: http://svn.osgeo.org/postgis/trunk@13842 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3201 ST_DistanceSphere uses SRID to obtain spheroid
Paul Ramsey [Thu, 23 Jul 2015 16:26:08 +0000 (16:26 +0000)]
#3201 ST_DistanceSphere uses SRID to obtain spheroid

git-svn-id: http://svn.osgeo.org/postgis/trunk@13840 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3213, make interrupt tests opt-out
Paul Ramsey [Wed, 22 Jul 2015 19:00:36 +0000 (19:00 +0000)]
#3213, make interrupt tests opt-out

git-svn-id: http://svn.osgeo.org/postgis/trunk@13836 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3212, subdivide nparts not used
Paul Ramsey [Wed, 22 Jul 2015 17:57:10 +0000 (17:57 +0000)]
#3212, subdivide nparts not used

git-svn-id: http://svn.osgeo.org/postgis/trunk@13835 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2395, force un-closed KML polygons closed, and issue NOTICE
Paul Ramsey [Wed, 22 Jul 2015 17:54:09 +0000 (17:54 +0000)]
#2395, force un-closed KML polygons closed, and issue NOTICE

git-svn-id: http://svn.osgeo.org/postgis/trunk@13834 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2409, ST_Summary support for curve geometries
Paul Ramsey [Wed, 22 Jul 2015 17:05:18 +0000 (17:05 +0000)]
#2409, ST_Summary support for curve geometries

git-svn-id: http://svn.osgeo.org/postgis/trunk@13833 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2562, ANALYZE tables after shp2pgsql load
Paul Ramsey [Wed, 22 Jul 2015 16:14:54 +0000 (16:14 +0000)]
#2562, ANALYZE tables after shp2pgsql load

git-svn-id: http://svn.osgeo.org/postgis/trunk@13832 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2896, increase cost of _st_expand(geography) a bit
Paul Ramsey [Wed, 22 Jul 2015 16:06:32 +0000 (16:06 +0000)]
#2896, increase cost of _st_expand(geography) a bit

git-svn-id: http://svn.osgeo.org/postgis/trunk@13831 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3172, ST_AddMeasure refuses to set measure of zero-length line
Paul Ramsey [Wed, 22 Jul 2015 16:03:10 +0000 (16:03 +0000)]
#3172, ST_AddMeasure refuses to set measure of zero-length line

git-svn-id: http://svn.osgeo.org/postgis/trunk@13830 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2692, Curve output support in ST_Collect
Paul Ramsey [Wed, 22 Jul 2015 15:29:46 +0000 (15:29 +0000)]
#2692, Curve output support in ST_Collect

git-svn-id: http://svn.osgeo.org/postgis/trunk@13829 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2641, ST_SRID and ST_SetSRID for geography
Paul Ramsey [Wed, 22 Jul 2015 14:54:03 +0000 (14:54 +0000)]
#2641, ST_SRID and ST_SetSRID for geography

git-svn-id: http://svn.osgeo.org/postgis/trunk@13827 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3202, ST_DistanceSphere allows operations on mixed SRIDs
Paul Ramsey [Wed, 22 Jul 2015 13:55:59 +0000 (13:55 +0000)]
#3202, ST_DistanceSphere allows operations on mixed SRIDs

git-svn-id: http://svn.osgeo.org/postgis/trunk@13826 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoharmonize SRID mismatch testing
Paul Ramsey [Wed, 22 Jul 2015 13:39:58 +0000 (13:39 +0000)]
harmonize SRID mismatch testing

git-svn-id: http://svn.osgeo.org/postgis/trunk@13825 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoHarmonize SRID mismatch handling to use same function
Paul Ramsey [Wed, 22 Jul 2015 13:37:07 +0000 (13:37 +0000)]
Harmonize SRID mismatch handling to use same function

git-svn-id: http://svn.osgeo.org/postgis/trunk@13824 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoQuiet warning about dynamic array (const doesn't do what you think it does in this...
Paul Ramsey [Wed, 22 Jul 2015 12:37:38 +0000 (12:37 +0000)]
Quiet warning about dynamic array (const doesn't do what you think it does in this context)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13823 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoQuiet warnings: unsigned ints can't be negative
Paul Ramsey [Wed, 22 Jul 2015 12:35:40 +0000 (12:35 +0000)]
Quiet warnings: unsigned ints can't be negative

git-svn-id: http://svn.osgeo.org/postgis/trunk@13822 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoUpdate minimum required PostgreSQL version in README and configure
Sandro Santilli [Tue, 21 Jul 2015 16:37:06 +0000 (16:37 +0000)]
Update minimum required PostgreSQL version in README and configure

See #3211

git-svn-id: http://svn.osgeo.org/postgis/trunk@13821 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoHandle invalid topology names (#3196)
Sandro Santilli [Mon, 20 Jul 2015 17:08:03 +0000 (17:08 +0000)]
Handle invalid topology names (#3196)

Updates regressions for changes.

Patch by Mike Toews <mwtoews@gmail.com>

git-svn-id: http://svn.osgeo.org/postgis/trunk@13818 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoDo not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)
Sandro Santilli [Mon, 20 Jul 2015 16:55:45 +0000 (16:55 +0000)]
Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13817 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoIndenting only change (and a space in a printf format string)
Sandro Santilli [Mon, 20 Jul 2015 16:34:03 +0000 (16:34 +0000)]
Indenting only change (and a space in a printf format string)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13816 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove TopoGeometry management API from liblwgeom_topo
Sandro Santilli [Mon, 20 Jul 2015 16:13:20 +0000 (16:13 +0000)]
Remove TopoGeometry management API from liblwgeom_topo

git-svn-id: http://svn.osgeo.org/postgis/trunk@13815 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoImplement ST_AddEdgeNewFaces in C
Sandro Santilli [Mon, 20 Jul 2015 15:51:01 +0000 (15:51 +0000)]
Implement ST_AddEdgeNewFaces in C

Adds BE callback to delete faces by id

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13814 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoMore subdivide recursion depth for really big input polygons (OSM)
Paul Ramsey [Mon, 20 Jul 2015 13:08:30 +0000 (13:08 +0000)]
More subdivide recursion depth for really big input polygons (OSM)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13813 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd item about new topology API in liblwgeom
Sandro Santilli [Sun, 19 Jul 2015 10:11:16 +0000 (10:11 +0000)]
Add item about new topology API in liblwgeom

Also update reference to Regione Toscana institution under
"corporate sponsors" section.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13812 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agodelete java SVN folder (now managed on github)
Regina Obe [Sat, 18 Jul 2015 23:27:41 +0000 (23:27 +0000)]
delete java SVN folder (now managed on github)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13811 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoUse standard int64_t type and PRId64 format for 64bit identifiers
Sandro Santilli [Sat, 18 Jul 2015 16:17:59 +0000 (16:17 +0000)]
Use standard int64_t type and PRId64 format for 64bit identifiers

Hopefully helps with #3206

git-svn-id: http://svn.osgeo.org/postgis/trunk@13810 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoLeave a note about new Java binding home
Sandro Santilli [Sat, 18 Jul 2015 10:04:43 +0000 (10:04 +0000)]
Leave a note about new Java binding home

git-svn-id: http://svn.osgeo.org/postgis/trunk@13809 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoImplement ST_AddEdgeModFace in C
Sandro Santilli [Fri, 17 Jul 2015 16:41:51 +0000 (16:41 +0000)]
Implement ST_AddEdgeModFace in C

Add callbacks to:
 - get nodes and edges within box2d,
   edges by node or face, nodes by face.
 - insert faces.
 - update nodes, faces and edges.
 - update TopoGeometries after face split.
 - get edges in a ring

Also fixes installation and de-installation of liblwgeom_topo.h

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13808 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove runcall of missing test
Paul Ramsey [Thu, 16 Jul 2015 23:53:25 +0000 (23:53 +0000)]
Remove runcall of missing test

git-svn-id: http://svn.osgeo.org/postgis/trunk@13807 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove call to internal function
Paul Ramsey [Thu, 16 Jul 2015 23:52:18 +0000 (23:52 +0000)]
Remove call to internal function

git-svn-id: http://svn.osgeo.org/postgis/trunk@13806 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRemove unused function from old subdivide routine
Paul Ramsey [Thu, 16 Jul 2015 23:49:06 +0000 (23:49 +0000)]
Remove unused function from old subdivide routine

git-svn-id: http://svn.osgeo.org/postgis/trunk@13805 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3200, Make ST_Subdivide faster
Paul Ramsey [Thu, 16 Jul 2015 23:46:37 +0000 (23:46 +0000)]
#3200, Make ST_Subdivide faster

git-svn-id: http://svn.osgeo.org/postgis/trunk@13804 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix wrong behavior for closest point with unknown z-value in geometry 1 from last...
Nicklas Avén [Tue, 14 Jul 2015 16:14:49 +0000 (16:14 +0000)]
Fix wrong behavior for closest point with unknown z-value in geometry 1 from last commit

git-svn-id: http://svn.osgeo.org/postgis/trunk@13803 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix handling of mixed dimmentionality to 3d measuring functions #2034
Nicklas Avén [Tue, 14 Jul 2015 15:54:36 +0000 (15:54 +0000)]
Fix handling of mixed dimmentionality to 3d measuring functions #2034

git-svn-id: http://svn.osgeo.org/postgis/trunk@13802 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix bbox on collection level in TWKB output, #3187
Nicklas Avén [Mon, 13 Jul 2015 21:32:21 +0000 (21:32 +0000)]
Fix bbox on collection level in TWKB output, #3187

git-svn-id: http://svn.osgeo.org/postgis/trunk@13801 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoClean up missing prototype
Paul Ramsey [Fri, 10 Jul 2015 20:36:35 +0000 (20:36 +0000)]
Clean up missing prototype

git-svn-id: http://svn.osgeo.org/postgis/trunk@13799 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoTag <para> can be within <note>, not viceversa (oops)
Sandro Santilli [Thu, 9 Jul 2015 10:16:57 +0000 (10:16 +0000)]
Tag <para> can be within <note>, not viceversa (oops)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13796 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoClarify ST_AddEdgeModFace docs about new face side (#3198)
Sandro Santilli [Thu, 9 Jul 2015 09:49:14 +0000 (09:49 +0000)]
Clarify ST_AddEdgeModFace docs about new face side (#3198)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13791 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFrom dbaston <https://github.com/postgis/postgis/pull/40> resolves outstanding TODO...
Paul Ramsey [Tue, 7 Jul 2015 21:02:03 +0000 (21:02 +0000)]
From dbaston <https://github.com/postgis/postgis/pull/40> resolves outstanding TODO list item

git-svn-id: http://svn.osgeo.org/postgis/trunk@13788 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoTest fix from dbaston
Paul Ramsey [Tue, 7 Jul 2015 20:56:23 +0000 (20:56 +0000)]
Test fix from dbaston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13787 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFormatting
Paul Ramsey [Tue, 7 Jul 2015 18:59:16 +0000 (18:59 +0000)]
Formatting

git-svn-id: http://svn.osgeo.org/postgis/trunk@13786 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3193, install header w/ non-exec bits
Paul Ramsey [Tue, 7 Jul 2015 15:14:30 +0000 (15:14 +0000)]
#3193, install header w/ non-exec bits

git-svn-id: http://svn.osgeo.org/postgis/trunk@13784 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoST_Intersects sfcgal implementation gives error with polyhedral surface. #3072. Apply...
Olivier Courtin [Sat, 4 Jul 2015 08:50:06 +0000 (08:50 +0000)]
ST_Intersects sfcgal implementation gives error with polyhedral surface. #3072. Apply patch written by Vincent Mora.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13778 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#3116: SFCGAL add documentation for geometry backend switch. Patch from Vincent Mora
Regina Obe [Sat, 4 Jul 2015 05:50:48 +0000 (05:50 +0000)]
#3116: SFCGAL add documentation for geometry backend switch. Patch from Vincent Mora

git-svn-id: http://svn.osgeo.org/postgis/trunk@13777 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix warning in non-debug build
Sandro Santilli [Thu, 2 Jul 2015 15:14:31 +0000 (15:14 +0000)]
Fix warning in non-debug build

git-svn-id: http://svn.osgeo.org/postgis/trunk@13775 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix debug build
Sandro Santilli [Thu, 2 Jul 2015 15:03:42 +0000 (15:03 +0000)]
Fix debug build

git-svn-id: http://svn.osgeo.org/postgis/trunk@13774 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agorevert r13771 and r13753 see #3188
Nicklas Avén [Wed, 1 Jul 2015 17:19:45 +0000 (17:19 +0000)]
revert r13771 and r13753 see #3188

git-svn-id: http://svn.osgeo.org/postgis/trunk@13773 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoExport ptarray_isccw to public liblwgeom header
Sandro Santilli [Tue, 30 Jun 2015 22:43:35 +0000 (22:43 +0000)]
Export ptarray_isccw to public liblwgeom header

git-svn-id: http://svn.osgeo.org/postgis/trunk@13772 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix handling of different ingoing precision in collectTWKB and more
Nicklas Avén [Tue, 30 Jun 2015 22:30:25 +0000 (22:30 +0000)]
Fix handling of different ingoing precision in collectTWKB and more

git-svn-id: http://svn.osgeo.org/postgis/trunk@13771 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoMove function documentation from implementation file to header file
Sandro Santilli [Tue, 30 Jun 2015 22:27:56 +0000 (22:27 +0000)]
Move function documentation from implementation file to header file

git-svn-id: http://svn.osgeo.org/postgis/trunk@13770 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoCUnit test case fix from dbaston
Paul Ramsey [Tue, 30 Jun 2015 20:48:13 +0000 (20:48 +0000)]
CUnit test case fix from dbaston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13769 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAsGeoJSON, Make the C binding the frequently used signature,
Paul Ramsey [Tue, 30 Jun 2015 18:42:40 +0000 (18:42 +0000)]
AsGeoJSON, Make the C binding the frequently used signature,
start pushing the "versioned" one into background

git-svn-id: http://svn.osgeo.org/postgis/trunk@13768 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2683, improve geojson srs handling (input)
Paul Ramsey [Tue, 30 Jun 2015 18:09:28 +0000 (18:09 +0000)]
#2683, improve geojson srs handling (input)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13767 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2669, cunit warnings
Paul Ramsey [Tue, 30 Jun 2015 17:06:18 +0000 (17:06 +0000)]
#2669, cunit warnings

git-svn-id: http://svn.osgeo.org/postgis/trunk@13765 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoStroke curves for input into GEOS,
Paul Ramsey [Tue, 30 Jun 2015 16:38:45 +0000 (16:38 +0000)]
Stroke curves for input into GEOS,
Update SQL-MM curve regression tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@13764 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoAdd const restriction to stroke/unstroke
Paul Ramsey [Tue, 30 Jun 2015 15:48:09 +0000 (15:48 +0000)]
Add const restriction to stroke/unstroke

git-svn-id: http://svn.osgeo.org/postgis/trunk@13763 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoRename _segmentize to _stroke to distinguish arc stroking routines from line densific...
Paul Ramsey [Tue, 30 Jun 2015 15:27:59 +0000 (15:27 +0000)]
Rename _segmentize to _stroke to distinguish arc stroking routines from line densification routines

git-svn-id: http://svn.osgeo.org/postgis/trunk@13762 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoformat to style guide
Paul Ramsey [Tue, 30 Jun 2015 14:23:24 +0000 (14:23 +0000)]
format to style guide

git-svn-id: http://svn.osgeo.org/postgis/trunk@13761 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2640, ST_GeogFromText allows putting in non-long lat coordinate ref
Paul Ramsey [Tue, 30 Jun 2015 14:10:10 +0000 (14:10 +0000)]
#2640, ST_GeogFromText allows putting in non-long lat coordinate ref

git-svn-id: http://svn.osgeo.org/postgis/trunk@13760 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoFix astyle availability detection
Sandro Santilli [Tue, 30 Jun 2015 13:48:27 +0000 (13:48 +0000)]
Fix astyle availability detection

git-svn-id: http://svn.osgeo.org/postgis/trunk@13759 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoreformat to style guide
Paul Ramsey [Tue, 30 Jun 2015 13:17:34 +0000 (13:17 +0000)]
reformat to style guide

git-svn-id: http://svn.osgeo.org/postgis/trunk@13758 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoreformat to style guide
Paul Ramsey [Tue, 30 Jun 2015 13:10:52 +0000 (13:10 +0000)]
reformat to style guide

git-svn-id: http://svn.osgeo.org/postgis/trunk@13757 b70326c6-7e19-0410-871a-916f4a2858ee

9 years agoreformat code to styleguide
Paul Ramsey [Tue, 30 Jun 2015 13:06:36 +0000 (13:06 +0000)]
reformat code to styleguide

git-svn-id: http://svn.osgeo.org/postgis/trunk@13756 b70326c6-7e19-0410-871a-916f4a2858ee

9 years ago#2342, demote join type message to debug
Paul Ramsey [Tue, 30 Jun 2015 12:45:48 +0000 (12:45 +0000)]
#2342, demote join type message to debug

git-svn-id: http://svn.osgeo.org/postgis/trunk@13755 b70326c6-7e19-0410-871a-916f4a2858ee