Skip to content

Commit

Permalink
- Make ST_DifferenceAgg() better handle geometries smaller than 0.000…
Browse files Browse the repository at this point in the history
…0001, equal to 0 or empty.

- Various enhancements to ST_GeoTableSummary(): Better handling of summary names. Swap geom and query columns. Display the number of rows selected. Add an index on the newly created index column. Enhance the way we compute overlaps.
- Make sure ST_SplitByGrid() returns geometries of the same dimensions or type as the input geometry.
  • Loading branch information
pedrogit committed Aug 2, 2017
1 parent 2396214 commit 4936674
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 217 deletions.
2 changes: 1 addition & 1 deletion legacy/ST_SummaryStatsAgg.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-------------------------------------------------------------------------------
-- PostGIS PL/pgSQL Add-ons - Legacy function ST_SummaryStatsAgg()
-- Version 1.33 for PostGIS 2.1.x and PostgreSQL 9.x
-- Version 1.34 for PostGIS 2.1.x and PostgreSQL 9.x
-- http://github.com/pedrogit/postgisaddons
--
-- This is free software; you can redistribute and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion legacy/ST_SummaryStatsAgg_test.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-------------------------------------------------------------------------------
-- PostGIS PL/pgSQL Add-ons - Test file for legacy functions
-- Version 1.33 for PostGIS 2.1.x and PostgreSQL 9.x
-- Version 1.34 for PostGIS 2.1.x and PostgreSQL 9.x
-- http://github.com/pedrogit/postgisaddons
--
-- This is free software; you can redistribute and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion legacy/ST_SummaryStatsAgg_uninstall.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-------------------------------------------------------------------------------
-- PostGIS PL/pgSQL Add-ons - Uninstall ST_SummaryStatsAgg()
-- Version 1.33 for PostGIS 2.1.x and PostgreSQL 9.x
-- Version 1.34 for PostGIS 2.1.x and PostgreSQL 9.x
-- http://github.com/pedrogit/postgisaddons
--
-- This is free software; you can redistribute and/or modify it under
Expand Down
Loading

0 comments on commit 4936674

Please sign in to comment.