log

age author description
Wed, 19 Sep 2018 18:07:28 +0200 Sascha L. Teichmann octree: Small fix in horizontal traversal. octree
Wed, 19 Sep 2018 17:35:00 +0200 Sascha L. Teichmann Merged default into octree branch. octree
Wed, 19 Sep 2018 17:34:19 +0200 Sascha L. Teichmann octree: traverse horizontally over tree to find out which triangles to process. octree
Wed, 19 Sep 2018 16:37:03 +0200 Thomas Junk fix: prepare profile calculation algorithm fixed
Wed, 19 Sep 2018 16:09:09 +0200 Sascha L. Teichmann Cross sections: Only join point in x/y plane.
Wed, 19 Sep 2018 15:37:37 +0200 Sascha L. Teichmann octree: Allocate 8 child nodes per node not 4. octree
Wed, 19 Sep 2018 13:26:30 +0200 Sascha L. Teichmann octree: Added loading frame for contour generation. octree
Wed, 19 Sep 2018 11:03:00 +0200 Sascha L. Teichmann octree: simplified vertex interpolation. octree
Wed, 19 Sep 2018 10:57:37 +0200 Sascha L. Teichmann octree: Always compress the index with snappy as its halves its size. octree
Wed, 19 Sep 2018 10:54:11 +0200 Sascha L. Teichmann octree: renamed file containing the tree builder to a more suited name. octree
Wed, 19 Sep 2018 10:52:20 +0200 Sascha L. Teichmann octree indexer: removed dead code. octree
Wed, 19 Sep 2018 10:50:47 +0200 Sascha L. Teichmann Merged default into octree branch. octree
Tue, 18 Sep 2018 18:23:15 +0200 Thomas Junk feat: searchbar collapsible
Tue, 18 Sep 2018 13:47:13 +0200 Bernhard Reiter client: improve waterway axis mark display
Tue, 18 Sep 2018 13:43:24 +0200 Thomas Junk feat: prepareProfile converts geoJSON to diagram data.
Tue, 18 Sep 2018 13:41:20 +0200 Sascha L. Teichmann merged. octree
Tue, 18 Sep 2018 13:41:04 +0200 Sascha L. Teichmann octree: Load point cloud data projected in a suited UTM zone. octree
Tue, 18 Sep 2018 09:03:55 +0200 Bernhard Reiter Client: slightly improve wfs loading for marks
Tue, 18 Sep 2018 00:13:51 +0200 Sascha L. Teichmann Added snappy to 3rd party libs. octree
Tue, 18 Sep 2018 00:11:32 +0200 Sascha L. Teichmann Experimental tin octree indexer. octree
Mon, 17 Sep 2018 18:02:17 +0200 Thomas Junk geo function added
Mon, 17 Sep 2018 16:25:44 +0200 Bernhard Reiter schema: disable sfcgal
Fri, 14 Sep 2018 18:02:53 +0200 Sascha L. Teichmann Cross sections: Simplified joining segments code a bit and moved timing into controller.
Fri, 14 Sep 2018 17:45:42 +0200 Tom Gottfried Add PostgreSQL extension for 3D processing
Fri, 14 Sep 2018 16:57:12 +0200 Tom Gottfried Fix syntax error in schema script
Fri, 14 Sep 2018 16:31:07 +0200 Sascha L. Teichmann Fixed syntax error in schema definition.
Fri, 14 Sep 2018 16:21:44 +0200 Sascha L. Teichmann Cross sections: Commit data model for fast cross section calculation.
Fri, 14 Sep 2018 12:01:45 +0200 Sascha L. Teichmann Cross sections: Take and produce valid GeoJSON.
Fri, 14 Sep 2018 11:44:27 +0200 Sascha L. Teichmann Cross section: Replaced naive O(N^2) segment joining with a more clever one.
Fri, 14 Sep 2018 10:18:06 +0200 Sascha L. Teichmann Cross sections: Small details on Equals Method of GeoJSONCoordinateZ (forget to commit).