log

age author description
Wed, 24 Oct 2018 15:35:50 +0200 Markus Kottlaender added UI for PDF export (with static PDFs)
Wed, 24 Oct 2018 15:36:00 +0200 Sascha L. Teichmann Be more consistent with info/warn/error messages when logging.
Wed, 24 Oct 2018 15:32:38 +0200 Sascha L. Teichmann Check first if we have a import before generating log import entries list.
Wed, 24 Oct 2018 15:09:06 +0200 Thomas Junk refac: fairway profile retrieves current data from store
Wed, 24 Oct 2018 14:50:25 +0200 Thomas Junk refac: extract calculation of fairway coordinates
Wed, 24 Oct 2018 14:42:04 +0200 Thomas Junk refac: loading of profile data via fairwayprofile store
Wed, 24 Oct 2018 14:17:51 +0200 Thomas Junk refac: remove morphstore. not necessary
Wed, 24 Oct 2018 13:35:15 +0200 Sascha L. Teichmann Added endpoint to show the detail logs of an import.
Wed, 24 Oct 2018 13:09:54 +0200 Thomas Junk refac: store profiles by date
Wed, 24 Oct 2018 12:29:25 +0200 Sascha Wilde back end: Added new field "type" to search results.
Wed, 24 Oct 2018 12:24:26 +0200 Sascha L. Teichmann Add endpoint to list all or some import jobs.
Wed, 24 Oct 2018 12:03:51 +0200 Thomas Junk refac: restructure maptool for understandability
Wed, 24 Oct 2018 11:20:30 +0200 Markus Kottlaender display start/end coordinates next to fairway profile
Wed, 24 Oct 2018 10:56:41 +0200 Thomas Junk restructure surveyrequest
Wed, 24 Oct 2018 09:42:32 +0200 Thomas Junk Licensing information added
Wed, 24 Oct 2018 09:12:51 +0200 Thomas Junk additional survey selection for 2nd crossprofile added
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Tue, 23 Oct 2018 16:43:26 +0200 Sascha L. Teichmann Removed the tools soundingresults, tin2octree and octree2contour.
Tue, 23 Oct 2018 14:28:43 +0200 Thomas Junk feat: add selectfield to fairwayprofile
Tue, 23 Oct 2018 13:05:47 +0200 Markus Kottlaender reverted demo build target, include revision number based on version tag
Tue, 23 Oct 2018 12:08:49 +0200 Thomas Junk refac: fairwayprofile store cleanup
Tue, 23 Oct 2018 11:32:47 +0200 Sascha L. Teichmann Fixed schema definition of import queue.
Tue, 23 Oct 2018 11:27:35 +0200 Thomas Junk refac: make template logic more clear
Tue, 23 Oct 2018 10:14:41 +0200 Sascha L. Teichmann Fixed and harmonized wording in importer queue a bit.
Tue, 23 Oct 2018 08:44:41 +0200 Markus Kottlaender added demo mode in READMEs
Tue, 23 Oct 2018 08:34:44 +0200 Markus Kottlaender demo build via make demo
Tue, 23 Oct 2018 07:42:54 +0200 Markus Kottlaender added build command to include hg revision, renamed related env var
Mon, 22 Oct 2018 18:16:20 +0200 Sascha L. Teichmann Merged branch persistent-import-queue back into default.
Mon, 22 Oct 2018 18:14:16 +0200 Sascha L. Teichmann Re-enqueue import jobs in state running if the the gemma server starts. persistent-import-queue
Mon, 22 Oct 2018 17:39:25 +0200 Sascha L. Teichmann Merged tip into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 17:38:07 +0200 Sascha L. Teichmann Do not rely on internal gemma state only. Instead poll every 10 seconds for new import jobs. persistent-import-queue
Mon, 22 Oct 2018 17:34:59 +0200 Thomas Junk fix: Morphtool works again persistent-import-queue
Mon, 22 Oct 2018 17:17:43 +0200 Sascha L. Teichmann Wait in PW reset clean up code until config is loaded. persistent-import-queue
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Mon, 22 Oct 2018 16:55:05 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 16:54:34 +0200 Sascha L. Teichmann Persist job queue in database. WIP. persistent-import-queue
Mon, 22 Oct 2018 14:53:20 +0200 Thomas Junk fix: Setting selected Bottleneck null caused Nullpointer Exception.
Mon, 22 Oct 2018 14:49:00 +0200 Sascha L. Teichmann Merged default into persistent-import-queue branch. persistent-import-queue
Mon, 22 Oct 2018 13:12:28 +0200 Sascha Wilde Use distance_marks_virtual table for search.
Mon, 22 Oct 2018 13:09:26 +0200 Thomas Junk fix: partial Fix of Morphtool
Mon, 22 Oct 2018 13:03:38 +0200 Sascha L. Teichmann Added tables for importer queue and respective logging. persistent-import-queue
Mon, 22 Oct 2018 11:24:25 +0200 Sascha L. Teichmann Run do and cleanup of import jobs in own go routines with crash handler.
Mon, 22 Oct 2018 10:45:17 +0200 Sascha L. Teichmann Decoupled import job creation and job execution with a factory function.
Mon, 22 Oct 2018 10:21:22 +0200 Markus Kottlaender linted/fixed code format (yarn run lint)
Sat, 20 Oct 2018 19:27:33 +0200 Sascha L. Teichmann Typo fix.
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Fri, 19 Oct 2018 18:09:26 +0200 Sascha L. Teichmann Store job id alongside to job in job queue.
Fri, 19 Oct 2018 16:39:05 +0200 Markus Kottlaender merge
Fri, 19 Oct 2018 16:28:06 +0200 Markus Kottlaender add hg revision to version string in dev mode
Fri, 19 Oct 2018 16:05:46 +0200 Sascha L. Teichmann Fixed small glitches in sounding result importer.
Fri, 19 Oct 2018 15:45:55 +0200 Sascha L. Teichmann Default to WGS84 if EPSG is not given in meta.json.
Fri, 19 Oct 2018 14:17:16 +0200 Thomas Junk linter
Fri, 19 Oct 2018 13:09:00 +0200 Markus Kottlaender merge
Fri, 19 Oct 2018 13:00:21 +0200 Markus Kottlaender fetch legend image for bottleneck isolines from server
Fri, 19 Oct 2018 12:14:53 +0200 Sascha L. Teichmann Finally enqueue sounding result import job to import jobs.
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Thu, 18 Oct 2018 17:30:53 +0200 Sascha L. Teichmann Fixed build error.
Thu, 18 Oct 2018 17:05:54 +0200 Sascha L. Teichmann Generate the contour lines of the sounding result during the import, too.
Thu, 18 Oct 2018 16:47:17 +0200 Thomas Junk refac: removed technical debt
Thu, 18 Oct 2018 15:11:49 +0200 Sascha L. Teichmann Fetch the octree directly from the builder. No need to deserialize it from the blob.
Thu, 18 Oct 2018 13:09:49 +0200 Sascha L. Teichmann Generate TINs and octrees in sounding result importer.
Thu, 18 Oct 2018 12:22:08 +0200 Sascha L. Teichmann Split out polygon code out of sounding result importer source file.
Thu, 18 Oct 2018 11:52:13 +0200 Sascha L. Teichmann Moved generating of tins to octree package.
Thu, 18 Oct 2018 10:14:46 +0200 Thomas Junk feat: versioninfo on login too
Wed, 17 Oct 2018 17:23:46 +0200 Sascha L. Teichmann Throw out triangles out of triangulation result which are not covered by the the bounding polygon of the sounding result.
Wed, 17 Oct 2018 16:00:49 +0200 Sascha L. Teichmann Moved octree builder into octree package to be reusable by the sounding result import job.
Wed, 17 Oct 2018 15:51:48 +0200 Thomas Junk refac: extracted layer configuration to layers
Wed, 17 Oct 2018 15:47:38 +0200 Thomas Junk refac: extracted indentify from layers
Wed, 17 Oct 2018 15:33:59 +0200 Thomas Junk feat: autofocus when search expands
Wed, 17 Oct 2018 15:29:58 +0200 Sascha L. Teichmann Serialize boundary polygon of sounding result as WKB.
Wed, 17 Oct 2018 15:22:38 +0200 Thomas Junk merge
Wed, 17 Oct 2018 15:22:21 +0200 Thomas Junk refac: moved linetool and morphtool
Wed, 17 Oct 2018 13:41:49 +0200 Sascha L. Teichmann Stored point cloud and bounding area of sounding result in database. WIP.
Wed, 17 Oct 2018 12:23:39 +0200 Sascha L. Teichmann Load boundary polygon of sounding result from ZIP file.
Tue, 16 Oct 2018 18:20:50 +0200 Sascha L. Teichmann Started with writing an importer job for sounding results.
Tue, 16 Oct 2018 14:59:32 +0200 Sascha L. Teichmann Started with import queue.
Tue, 16 Oct 2018 14:38:46 +0200 Thomas Junk Backed out changeset c2b03f4755b6
Tue, 16 Oct 2018 13:55:14 +0200 Thomas Junk initial draft
Tue, 16 Oct 2018 11:13:06 +0200 Thomas Junk chore: upgrading packages to latest
Tue, 16 Oct 2018 10:14:38 +0200 Markus Kottlaender merged
Tue, 16 Oct 2018 08:19:09 +0200 Markus Kottlaender display version number from package.json in info panel
Mon, 15 Oct 2018 17:18:19 +0200 Sascha L. Teichmann Inverted the colormap of the contour lines.
Mon, 15 Oct 2018 15:24:02 +0200 Sascha L. Teichmann Fixed style loading for GeoServer.
Mon, 15 Oct 2018 11:06:21 +0200 Sascha L. Teichmann Do not clean GeoServer by default!
Sat, 13 Oct 2018 15:52:14 +0200 Tom Gottfried Update example configuration
Sat, 13 Oct 2018 14:26:40 +0200 Tom Gottfried Store virtual and physical distance marks separately
Fri, 12 Oct 2018 09:36:46 +0200 Sascha L. Teichmann Merged geo-style branch back into default.
Fri, 12 Oct 2018 09:34:57 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Thu, 11 Oct 2018 10:24:02 +0200 Sascha Wilde Added tag v1-uat1 for changeset 532c8392048f
Wed, 10 Oct 2018 00:16:31 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Tue, 09 Oct 2018 19:55:33 +0200 Bernhard Reiter client: replace arrow image v1-uat1
Tue, 09 Oct 2018 18:39:01 +0200 Bernhard Reiter client: add arrow to drawn linesegment
Tue, 09 Oct 2018 17:00:49 +0200 Bernhard Reiter client: improve identify
Tue, 09 Oct 2018 13:30:45 +0200 Sascha L. Teichmann Simplified line merging in generating contour lines.
Tue, 09 Oct 2018 00:37:23 +0200 Bernhard Reiter client: move layer distance marks axis to be drawn on top
Tue, 09 Oct 2018 00:12:12 +0200 Bernhard Reiter client: add static legend image to contour_lines
Mon, 08 Oct 2018 19:48:51 +0200 Tom Gottfried Improve error message for isrs_fromText
Mon, 08 Oct 2018 18:09:28 +0200 Bernhard Reiter client: improve morphology mode
Mon, 08 Oct 2018 17:20:42 +0200 Bernhard Reiter client: move layer isolines to be drawn at the top
Mon, 08 Oct 2018 15:18:26 +0200 Tom Gottfried Add categories of distance marks
Mon, 08 Oct 2018 14:53:17 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Mon, 08 Oct 2018 14:52:37 +0200 Sascha L. Teichmann Merged line merging from geo-style branch into default (where it belongs).
Mon, 08 Oct 2018 14:48:58 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Mon, 08 Oct 2018 14:41:56 +0200 Tom Gottfried Remove obsolete comments
Mon, 08 Oct 2018 14:29:59 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Mon, 08 Oct 2018 13:09:02 +0200 Sascha L. Teichmann octree2contour: Merge multi linestrings in user land before sending them to database. geo-style
Mon, 08 Oct 2018 13:04:30 +0200 Tom Gottfried Add categories of CEMT class and directions of impact
Mon, 08 Oct 2018 10:54:50 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Sat, 06 Oct 2018 13:34:51 +0200 Sascha L. Teichmann Send 2D X/Y vertices to the database directly instead of sending 3D data and dropping the Z value afterwards.
Sat, 06 Oct 2018 13:20:31 +0200 Sascha L. Teichmann Precalculate WKB size for MultiLineStringZ to avoid reallocations.
Fri, 05 Oct 2018 18:46:13 +0200 Sascha Wilde Removed Search from print layout.
Thu, 04 Oct 2018 19:13:48 +0200 Tom Gottfried Merge
Thu, 04 Oct 2018 18:53:22 +0200 Tom Gottfried Simplify contour lines on storage
Thu, 04 Oct 2018 17:46:59 +0200 Tom Gottfried Merge contour lines
Thu, 04 Oct 2018 16:32:47 +0200 Tom Gottfried Store contour lines in 2D
Thu, 04 Oct 2018 18:28:48 +0200 Sascha Wilde Switch bottleneck isolines layer off, when selection is empty.
Thu, 04 Oct 2018 12:45:25 +0200 Tom Gottfried Fix nullability in sounding results
Thu, 04 Oct 2018 12:28:09 +0200 Tom Gottfried Remove obsolete unused table
Wed, 03 Oct 2018 13:08:23 +0200 Sascha L. Teichmann Load style data only on demand to not waste menory. geo-style
Wed, 03 Oct 2018 02:04:20 +0200 Sascha L. Teichmann Finished direct updating when style is uploaded via controller. geo-style