log

age author description
Fri, 18 Oct 2019 19:28:44 +0200 Sascha Wilde Setr version to v4.1 v4.1
Fri, 18 Oct 2019 19:26:05 +0200 Sascha Wilde Added tag v4.1 for changeset 415c1993c7fe
Fri, 18 Oct 2019 18:17:06 +0200 Sascha Wilde Made CSV export of import log more csv like.
Fri, 18 Oct 2019 17:55:12 +0200 Tom Gottfried Hide sys_admin accounts to waterway admins
Fri, 18 Oct 2019 17:32:02 +0200 Sascha L. Teichmann SR import: Reduce the point density in interpolation 1 point per meterĀ².
Fri, 18 Oct 2019 17:19:46 +0200 Fadi Abbud client: imortoverview (minor): add whitespace to change column
Fri, 18 Oct 2019 17:15:14 +0200 Fadi Abbud client: importoverview: add changed column to csv export
Fri, 18 Oct 2019 17:07:24 +0200 Sascha L. Teichmann SR import: If the point density is greater than 0.2 values per meterĀ² the interpolating step is omitted.
Fri, 18 Oct 2019 16:04:22 +0200 Fadi Abbud client: fix drawing of fairwaybox border in the exported pdf
Fri, 18 Oct 2019 15:45:48 +0200 Tom Gottfried Generally disallow the same section name for different countries
Fri, 18 Oct 2019 15:34:34 +0200 Sascha L. Teichmann Added a 'changed' column to the import.imports table.
Fri, 18 Oct 2019 15:17:31 +0200 Sascha L. Teichmann Handle password reset before matching users.
Fri, 18 Oct 2019 13:48:20 +0200 Sascha L. Teichmann Round height values of extrapolated classbreaks to four place behind the dot.
Fri, 18 Oct 2019 13:13:24 +0200 Fadi Abbud client: sections:improve showing of delete button depending on user rights
Fri, 18 Oct 2019 13:03:21 +0200 Sascha Wilde Simplified defaults for class breaks.
Fri, 18 Oct 2019 12:55:50 +0200 Thomas Junk fairway profile: fix box rendering
Fri, 18 Oct 2019 12:18:23 +0200 Tom Gottfried Expose section country in GeoServer layer
Fri, 18 Oct 2019 12:11:45 +0200 Sascha L. Teichmann Removed redundant code in stacking iso polygons correctly.
Fri, 18 Oct 2019 12:04:04 +0200 Tom Gottfried Authorize sections based on country of creator
Fri, 18 Oct 2019 12:01:21 +0200 Sascha L. Teichmann More code simplification.
Fri, 18 Oct 2019 11:57:26 +0200 Sascha L. Teichmann Code simplification.
Fri, 18 Oct 2019 11:20:33 +0200 Sascha L. Teichmann Merged stack-polygons branch back into default.
Fri, 18 Oct 2019 11:02:58 +0200 Sascha L. Teichmann Merged default into stack-polygons branch. stack-polygons
Fri, 18 Oct 2019 10:45:25 +0200 Fadi Abbud client: fix comparison in pdf-filename
Fri, 18 Oct 2019 09:37:53 +0200 Sascha L. Teichmann Removed ST_MakeValid() call from storing iso areas in SR import, too. stack-polygons
Fri, 18 Oct 2019 02:10:56 +0200 Sascha L. Teichmann Take another point into account when checking containment. stack-polygons
Fri, 18 Oct 2019 01:41:24 +0200 Sascha L. Teichmann Made shell clockwise and holes counter clockwise. stack-polygons
Fri, 18 Oct 2019 00:16:12 +0200 Sascha L. Teichmann Output based on recursive containment. stack-polygons
Thu, 17 Oct 2019 23:56:19 +0200 Sascha L. Teichmann Added a new contout type which is capable of doing a point in polygon check and use this as a second level filter in building the bbox tree. stack-polygons
Thu, 17 Oct 2019 23:33:20 +0200 Sascha L. Teichmann Virtualized point in polygon test with an interface to be usable for contours, too. stack-polygons