log

age author description
Tue, 05 Mar 2019 17:43:43 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Tue, 05 Mar 2019 17:37:48 +0100 Sascha L. Teichmann Dont cast lat/lon values from ERDMS service to ints.
Tue, 05 Mar 2019 17:08:51 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
Tue, 05 Mar 2019 15:55:14 +0100 Sascha L. Teichmann STR tree: Fixed sorting. Stored num items per nodes. Simpified code. octree-diff
Tue, 05 Mar 2019 15:44:05 +0100 Tom Gottfried Introduce distance limit up to which axis linestrings are connected
Tue, 05 Mar 2019 15:00:42 +0100 Sascha L. Teichmann Called STT tree building. octree-diff
Tue, 05 Mar 2019 13:05:50 +0100 Sascha L. Teichmann Added an STRTree for the triangulation. Should be better suited for filtering out the clipped triangles. octree-diff
Tue, 05 Mar 2019 09:59:06 +0100 Markus Kottlaender removed console.log, added comment
Tue, 05 Mar 2019 09:56:01 +0100 Markus Kottlaender client: identify tool: avoid identifying the same feature twice
Tue, 05 Mar 2019 09:12:29 +0100 Markus Kottlaender client: identify box: formatted fa_date_info and fa_critical
Tue, 05 Mar 2019 08:46:55 +0100 Markus Kottlaender merged critical-bottlenecks into default branch
Tue, 05 Mar 2019 08:43:15 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Tue, 05 Mar 2019 08:41:02 +0100 Markus Kottlaender client: new symbold for critical bottlenecks, normal bottlenecks are not marked anymore critical-bottlenecks
Mon, 04 Mar 2019 18:16:13 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 18:15:38 +0100 Sascha L. Teichmann Eliminate bad triangles. Not really the right solution. octree-diff
Mon, 04 Mar 2019 16:28:49 +0100 Markus Kottlaender client: addendum for e13daf439068 critical-bottlenecks
Mon, 04 Mar 2019 16:20:57 +0100 Markus Kottlaender client: fixed Unexpected side effect in computed property critical-bottlenecks
Mon, 04 Mar 2019 16:01:20 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Mon, 04 Mar 2019 15:16:39 +0100 Sascha L. Teichmann More counting of clipped nodes. octree-diff
Mon, 04 Mar 2019 14:58:22 +0100 Sascha L. Teichmann Be more precise with clipping nodes. octree-diff
Mon, 04 Mar 2019 14:46:49 +0100 Sascha L. Teichmann Handle hole more precisely. octree-diff
Mon, 04 Mar 2019 13:32:57 +0100 Sascha L. Teichmann Merge default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 13:32:32 +0100 Sascha L. Teichmann Use octree clipping. Not working, yet! octree-diff
Mon, 04 Mar 2019 12:45:44 +0100 Sascha L. Teichmann Impelemented line segment / line segment intersection test. octree-diff
Mon, 04 Mar 2019 12:27:56 +0100 Sascha L. Teichmann More on triangle/clipping polygon intersection. TODO: line segment / line segment intersection. octree-diff
Mon, 04 Mar 2019 11:56:07 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 11:55:29 +0100 Sascha L. Teichmann Implemented the BBox/clipping polygon test. TODO: triangle/clipping polygon test. octree-diff
Mon, 04 Mar 2019 08:32:05 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Sun, 03 Mar 2019 21:10:07 +0100 Sascha L. Teichmann Started with point in polygon check. octree-diff
Sun, 03 Mar 2019 18:08:40 +0100 Sascha L. Teichmann Added a WKB reader for clipping polygon. octree-diff
Sun, 03 Mar 2019 14:45:41 +0100 Sascha L. Teichmann Started with the idea to clip an octree by an bounding polygon. octree-diff
Sun, 03 Mar 2019 13:00:50 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Fri, 01 Mar 2019 18:28:50 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Fri, 01 Mar 2019 18:28:12 +0100 Sascha L. Teichmann Added RTree library to used 3rd party libs. octree-diff
Fri, 01 Mar 2019 17:42:46 +0100 Sascha L. Teichmann Use fogleman's triangulation. octree-diff
Fri, 01 Mar 2019 15:33:27 +0100 Sascha L. Teichmann Incorporated fogleman's fast Delaunay triangulation adjuted to our vertex model. octree-diff
Fri, 01 Mar 2019 14:55:58 +0100 Markus Kottlaender client: display bottleneck status in separate layer critical-bottlenecks
Fri, 01 Mar 2019 11:06:27 +0100 Sascha L. Teichmann Merged defualt into octree-diff branch. octree-diff
Thu, 28 Feb 2019 17:28:54 +0100 Sascha L. Teichmann Wrap writing of iso-lines of differences into a transaction. octree-diff
Thu, 28 Feb 2019 15:55:32 +0100 Sascha L. Teichmann Calculate better triangulation and store it into database. octree-diff
Thu, 28 Feb 2019 12:34:47 +0100 Sascha L. Teichmann Fixed concurrent octree builder. The iso line cuts are now in the same quantity order of line segments but still differ. Need to have a closer look once we serve the data. octree-diff
Thu, 28 Feb 2019 12:03:02 +0100 Sascha L. Teichmann The concurrent octree build seems to be buggy. Use the old code instead till the problem is found. octree-diff
Thu, 28 Feb 2019 11:51:31 +0100 Sascha L. Teichmann Calculate the iso lines of the difference. octree-diff
Wed, 27 Feb 2019 17:44:44 +0100 Sascha L. Teichmann Fixed counting of nodes. octree-diff
Wed, 27 Feb 2019 16:15:38 +0100 Sascha L. Teichmann Made octree builder concurrent. octree-diff
Tue, 26 Feb 2019 13:02:11 +0100 Sascha L. Teichmann Triangulate and build octree index. octree-diff
Tue, 26 Feb 2019 12:22:04 +0100 Sascha L. Teichmann Turn new point cloud into WKB form of MultiPointZ. octree-diff
Tue, 26 Feb 2019 11:34:15 +0100 Sascha L. Teichmann Moved WKB constants to own package. octree-diff
Tue, 26 Feb 2019 11:01:06 +0100 Sascha L. Teichmann Integrate deduplication with setting in. Even if there is more contention in total it seems to be cheaper. octree-diff
Mon, 25 Feb 2019 23:43:41 +0100 Sascha L. Teichmann Do difference calculation multi-core. octree-diff
Mon, 25 Feb 2019 21:51:39 +0100 Sascha L. Teichmann Bail out if the EPSG codes of the datasets don't match. octree-diff
Mon, 25 Feb 2019 21:49:07 +0100 Sascha L. Teichmann Fixed operand order. octree-diff
Mon, 25 Feb 2019 18:21:33 +0100 Sascha L. Teichmann Calculate difference on single core. octree-diff
Mon, 25 Feb 2019 17:02:33 +0100 Sascha L. Teichmann Started experimental octree diff branch. octree-diff
Mon, 04 Mar 2019 16:30:46 +0100 Sascha Wilde Use better suited icon for gauges in search results.
Mon, 04 Mar 2019 15:59:02 +0100 Markus Kottlaender client: usermanagement: implemented new table component
Mon, 04 Mar 2019 14:50:23 +0100 Markus Kottlaender client: make use of new table header/body components
Mon, 04 Mar 2019 13:53:09 +0100 Markus Kottlaender client: adjusted notification style
Mon, 04 Mar 2019 13:18:35 +0100 Markus Kottlaender client: available waterlevels in fairway profile: improved styling