log

age author description
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
Tue, 02 Oct 2018 23:29:55 +0200 Sascha L. Teichmann Started with direct applying style after modification via controller. WIP. geo-style
Tue, 02 Oct 2018 22:25:44 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Tue, 02 Oct 2018 18:27:55 +0200 Sascha Wilde UI: Identify Tool, nicer dynamic height.
Tue, 02 Oct 2018 18:07:27 +0200 Thomas Junk repaired
Tue, 02 Oct 2018 17:40:22 +0200 Thomas Junk profile redrawn
Tue, 02 Oct 2018 17:08:40 +0200 Thomas Junk open identify only with data
Tue, 02 Oct 2018 16:53:18 +0200 Thomas Junk merge
Tue, 02 Oct 2018 16:52:58 +0200 Thomas Junk morphtool refactored if clause
Tue, 02 Oct 2018 16:51:49 +0200 Sascha Wilde Merged
Tue, 02 Oct 2018 13:34:59 +0200 Sascha Wilde New default bottleneck colors
Tue, 02 Oct 2018 16:43:24 +0200 Thomas Junk fix cut with scissors
Tue, 02 Oct 2018 16:26:07 +0200 Thomas Junk fix typo
Tue, 02 Oct 2018 16:25:10 +0200 Thomas Junk bottom margin increased for bottleneckdeselection
Tue, 02 Oct 2018 16:10:50 +0200 Thomas Junk morptool right
Tue, 02 Oct 2018 16:07:12 +0200 Thomas Junk fix: typo
Tue, 02 Oct 2018 16:05:17 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Tue, 02 Oct 2018 16:03:24 +0200 Thomas Junk merge
Tue, 02 Oct 2018 16:02:56 +0200 Thomas Junk fix: splitbutton only visible when result is visible
Tue, 02 Oct 2018 16:00:04 +0200 Sascha L. Teichmann Let GeoJSONMultiLineCoordinatesZ be nil when scanned from DB.
Tue, 02 Oct 2018 14:47:47 +0200 Thomas Junk red cross
Tue, 02 Oct 2018 14:44:59 +0200 Thomas Junk refinement of bottleneck selection
Tue, 02 Oct 2018 14:34:57 +0200 Thomas Junk morphtool streamlined
Tue, 02 Oct 2018 13:40:53 +0200 Thomas Junk fix: selection of profile data only when not in draw mode
Tue, 02 Oct 2018 12:58:20 +0200 Sascha L. Teichmann Reconfiguring GeoServer is now queued async. geo-style
Tue, 02 Oct 2018 11:45:16 +0200 Sascha L. Teichmann Merged default into geo-style branch. geo-style
Mon, 01 Oct 2018 17:46:58 +0200 Bernhard Reiter client: hide menu button and box for print
Mon, 01 Oct 2018 17:41:00 +0200 Thomas Junk fix: layout systemconfig
Mon, 01 Oct 2018 17:29:33 +0200 Thomas Junk morphtool layout fixed
Mon, 01 Oct 2018 17:08:31 +0200 Thomas Junk merge
Mon, 01 Oct 2018 17:07:37 +0200 Thomas Junk fix: overflow behaviour of identify menu fixed
Mon, 01 Oct 2018 17:04:57 +0200 Bernhard Reiter merge
Mon, 01 Oct 2018 13:51:31 +0200 Bernhard Reiter client: make LegendElement more dynamic
Mon, 01 Oct 2018 16:47:36 +0200 Thomas Junk fix: layerselection layout
Mon, 01 Oct 2018 16:42:33 +0200 Thomas Junk refac: reduce bundlesize
Mon, 01 Oct 2018 12:01:46 +0200 Bernhard Reiter client: improve print styling
Mon, 01 Oct 2018 09:20:26 +0200 Sascha L. Teichmann Connect uploaded styles with layers during GeoServer boot configuration. geo-style
Sun, 30 Sep 2018 20:09:02 +0200 Sascha L. Teichmann The XSLT stuff is not need (Puh!). geo-style
Sun, 30 Sep 2018 19:42:16 +0200 Sascha L. Teichmann Upload style during boot. TODO: Connect with layer. geo-style
Sun, 30 Sep 2018 18:15:11 +0200 Sascha L. Teichmann Code simplification in geoserver boot configuration. geo-style
Sun, 30 Sep 2018 15:36:17 +0200 Sascha L. Teichmann Added a flag geoserver-clean to force deletion of the gemma workspace before configuring the GeoServer again. geo-style
Sun, 30 Sep 2018 14:24:37 +0200 Sascha L. Teichmann Do the XSLT to adjust the layer name when updating the style column in the database. geo-style
Sun, 30 Sep 2018 13:58:49 +0200 Sascha L. Teichmann Only sys_admin should set the style of an feature. geo-style
Sun, 30 Sep 2018 11:49:23 +0200 Sascha L. Teichmann More on uploading styles to gemma. geo-style
Sat, 29 Sep 2018 23:33:14 +0200 Sascha L. Teichmann Started with endpoint to upload geo style. geo-style
Sat, 29 Sep 2018 22:35:53 +0200 Sascha L. Teichmann Merged package movement from geo-style back to default.
Sat, 29 Sep 2018 22:34:24 +0200 Sascha L. Teichmann Moved GeoServer configuration to own package. geo-style
Sat, 29 Sep 2018 22:24:31 +0200 Sascha L. Teichmann Increased the number of attempts to configure the GeoServer at startup to ten (was five).
Fri, 28 Sep 2018 22:18:25 +0200 Sascha Wilde Replaced color setting for bottleneck stroke with compact picker.
Fri, 28 Sep 2018 22:00:21 +0200 Sascha Wilde Make lint happy
Fri, 28 Sep 2018 21:39:01 +0200 Bernhard Reiter client: add fill-colour setting to systemconfig
Fri, 28 Sep 2018 20:58:38 +0200 Bernhard Reiter client: fix systemconfiguration for stroke colour
Fri, 28 Sep 2018 18:09:59 +0200 Bernhard Reiter client: fix bottleneck WMS loading
Fri, 28 Sep 2018 17:21:40 +0200 Bernhard Reiter client: improve update of bottleneck filters
Fri, 28 Sep 2018 17:19:08 +0200 Bernhard Reiter client: add updateing of bottleneck filter
Fri, 28 Sep 2018 16:54:24 +0200 Sascha Wilde Merged
Fri, 28 Sep 2018 16:53:28 +0200 Sascha Wilde map styling: Very ugly hack to read bottleneck style from server.
Fri, 28 Sep 2018 16:51:17 +0200 Sascha L. Teichmann Client: Set bottleneck_id in client, too.
Fri, 28 Sep 2018 14:13:51 +0200 Thomas Junk systemconfig WIP
Fri, 28 Sep 2018 13:57:15 +0200 Sascha Wilde Merged
Fri, 28 Sep 2018 13:54:57 +0200 Sascha Wilde Reverted fcb38cedc680 (More tightened color model.)
Fri, 28 Sep 2018 13:55:44 +0200 Thomas Junk systemconfig WIP
Fri, 28 Sep 2018 13:45:04 +0200 Sascha L. Teichmann Client: Load WMS layer with sounding result contour lines.
Fri, 28 Sep 2018 13:07:38 +0200 Thomas Junk mailbtn
Fri, 28 Sep 2018 12:53:08 +0200 Sascha L. Teichmann More tightened color model.
Fri, 28 Sep 2018 12:35:24 +0200 Thomas Junk WIP Fairwayprofile
Fri, 28 Sep 2018 12:26:46 +0200 Sascha Wilde Make eslint happy again.
Fri, 28 Sep 2018 12:17:35 +0200 Sascha L. Teichmann Rewrite WMS capabilities documents (content type "application/vnd.ogc.wms_xml") in proxy, too.
Fri, 28 Sep 2018 11:51:06 +0200 Sascha Wilde Added end point to set style (colour) information for feature.
Fri, 28 Sep 2018 11:48:57 +0200 Thomas Junk WIP Fairwayprofile
Fri, 28 Sep 2018 11:40:28 +0200 Thomas Junk WIP Fairwayprofile
Fri, 28 Sep 2018 11:34:51 +0200 Bernhard Reiter client: add example for setting style
Fri, 28 Sep 2018 11:27:07 +0200 Bernhard Reiter client: add first prototype for bottleneck iso layer
Fri, 28 Sep 2018 11:23:50 +0200 Thomas Junk WIP Fairwayprofile
Fri, 28 Sep 2018 10:56:03 +0200 Sascha Wilde Added end point to get style (colour) information for feature.
Fri, 28 Sep 2018 10:46:01 +0200 Thomas Junk refresh for logs
Fri, 28 Sep 2018 10:25:09 +0200 Sascha L. Teichmann cross profile controller: Handle real errors before checking if there is no matching survey.
Fri, 28 Sep 2018 10:17:31 +0200 Bernhard Reiter merge
Fri, 28 Sep 2018 10:17:11 +0200 Bernhard Reiter client: make Morphtool selection more robust
Fri, 28 Sep 2018 10:17:10 +0200 Thomas Junk refresh for logs
Fri, 28 Sep 2018 10:13:54 +0200 Sascha L. Teichmann Don't crash in cross profile controller if requesting a not existing survey.
Fri, 28 Sep 2018 09:56:01 +0200 Sascha Wilde Fixed db setup: default sys config is no demo data.
Fri, 28 Sep 2018 09:45:33 +0200 Bernhard Reiter client: fix profile request
Thu, 27 Sep 2018 23:59:36 +0200 Sascha Wilde Extended schema to save feature style information.
Thu, 27 Sep 2018 23:46:36 +0200 Bernhard Reiter merge
Thu, 27 Sep 2018 23:45:58 +0200 Bernhard Reiter client: complete simple survey selection
Thu, 27 Sep 2018 23:25:44 +0200 Sascha Wilde Merged
Thu, 27 Sep 2018 23:24:40 +0200 Sascha Wilde Use templating to make somewhat more interesting test notification mails.
Thu, 27 Sep 2018 23:19:31 +0200 Bernhard Reiter client: improve survey selection for Morphtool
Thu, 27 Sep 2018 21:30:52 +0200 Sascha L. Teichmann Added missing error check in surveys controller.
Thu, 27 Sep 2018 21:27:07 +0200 Sascha L. Teichmann Removed dead code.
Thu, 27 Sep 2018 19:26:38 +0200 Bernhard Reiter client: add morphtool again
Thu, 27 Sep 2018 18:52:41 +0200 Sascha Wilde Started implementation of test mail end point.
Thu, 27 Sep 2018 18:32:55 +0200 Tom Gottfried Add view to help geoserver serve contour lines
Thu, 27 Sep 2018 17:58:56 +0200 Thomas Junk purgecss behaves unexpected
Thu, 27 Sep 2018 17:48:01 +0200 Thomas Junk morphtool reference not checed in! o_O
Thu, 27 Sep 2018 17:41:53 +0200 Thomas Junk style for overflow
Thu, 27 Sep 2018 17:38:53 +0200 Bernhard Reiter merge
Thu, 27 Sep 2018 17:38:28 +0200 Bernhard Reiter client: prepare survey selection
Thu, 27 Sep 2018 17:37:47 +0200 Sascha L. Teichmann Cross section: Made triangle intersection less spammy.
Thu, 27 Sep 2018 17:32:48 +0200 Thomas Junk error log and access log selectable
Thu, 27 Sep 2018 17:32:25 +0200 Sascha L. Teichmann Cross sections: Fixed problem that certain inputs don't deliver data.
Thu, 27 Sep 2018 17:25:03 +0200 Sascha Wilde Added end point lo list available surveys for a given bottleneck.
Thu, 27 Sep 2018 17:08:26 +0200 Thomas Junk split only with data
Thu, 27 Sep 2018 17:01:22 +0200 Thomas Junk Fairwayprofile
Thu, 27 Sep 2018 16:51:00 +0200 Thomas Junk accesslogs
Thu, 27 Sep 2018 16:30:15 +0200 Sascha L. Teichmann Cross sections: Clip result against area of the sounding result.
Thu, 27 Sep 2018 16:13:59 +0200 Thomas Junk Fairwayprofile
Thu, 27 Sep 2018 16:10:59 +0200 Bernhard Reiter client: add info section
Thu, 27 Sep 2018 15:29:13 +0200 Bernhard Reiter client: improve LegendElement code style
Thu, 27 Sep 2018 15:00:52 +0200 Bernhard Reiter client: improve legendelements for layerselection
Thu, 27 Sep 2018 14:00:50 +0200 Thomas Junk Fairway profile WIP
Thu, 27 Sep 2018 13:36:43 +0200 Thomas Junk Fairway profile WIP
Thu, 27 Sep 2018 13:18:50 +0200 Sascha L. Teichmann Removed old cross section controller.
Thu, 27 Sep 2018 12:49:45 +0200 Bernhard Reiter client: beautify code, removing eslint warnings
Thu, 27 Sep 2018 12:42:58 +0200 Bernhard Reiter client: add new LegendElement to layerselection box
Thu, 27 Sep 2018 12:07:29 +0200 Thomas Junk Fairway profile WIP
Thu, 27 Sep 2018 12:01:31 +0200 Thomas Junk Fairway profile WIP
Thu, 27 Sep 2018 11:40:02 +0200 Sascha L. Teichmann More fixes to vertical triangle intersection.
Thu, 27 Sep 2018 10:57:39 +0200 Sascha L. Teichmann Vertical Triangle intersection: Fixed function to determine where intersection point
Thu, 27 Sep 2018 10:12:41 +0200 Thomas Junk fix: searchresults below searchbar
Thu, 27 Sep 2018 10:02:39 +0200 Bernhard Reiter client: add measurement and improve identify
Thu, 27 Sep 2018 09:55:25 +0200 Sascha L. Teichmann Removed dead code.
Thu, 27 Sep 2018 08:52:44 +0200 Bernhard Reiter merge
Thu, 27 Sep 2018 08:52:17 +0200 Bernhard Reiter client: add bottleneck layer with first styling
Thu, 27 Sep 2018 08:24:23 +0200 Sascha L. Teichmann Fill in last remaining corner cases in vertical triangle interpolation.
Thu, 27 Sep 2018 08:15:28 +0200 Sascha L. Teichmann Cleaned up interpolation mess in vertical triangle intersection.
Wed, 26 Sep 2018 18:36:12 +0200 Sascha L. Teichmann Triangle intersection. WIP. Currently interpolation is messed up.
Wed, 26 Sep 2018 17:04:47 +0200 Thomas Junk fairway profile WIP
Wed, 26 Sep 2018 16:38:02 +0200 Bernhard Reiter client: remove code warning (minor)
Wed, 26 Sep 2018 16:00:32 +0200 Sascha Wilde Search: show more human readable results for rkm.
Wed, 26 Sep 2018 15:29:17 +0200 Bernhard Reiter client: add move after clicking search result
Wed, 26 Sep 2018 14:57:35 +0200 Bernhard Reiter client: improve identify code
Wed, 26 Sep 2018 14:35:55 +0200 Bernhard Reiter client: improve search
Wed, 26 Sep 2018 14:25:21 +0200 Thomas Junk Fairwayprofile WIP
Wed, 26 Sep 2018 13:46:18 +0200 Bernhard Reiter client: improve search
Wed, 26 Sep 2018 13:17:32 +0200 Sascha L. Teichmann Fixed a bug with 2d planes (lines) found while working on line intersections.
Wed, 26 Sep 2018 12:44:22 +0200 Bernhard Reiter merge
Wed, 26 Sep 2018 12:43:44 +0200 Bernhard Reiter client: add backendrequest to search
Wed, 26 Sep 2018 12:22:12 +0200 Sascha L. Teichmann Merged.
Wed, 26 Sep 2018 12:21:12 +0200 Sascha L. Teichmann Moved Box2D and Plane2D into vertex.go and made to API public.
Wed, 26 Sep 2018 11:57:30 +0200 Bernhard Reiter client: add to search processing
Wed, 26 Sep 2018 09:49:00 +0200 Bernhard Reiter client: readd diagnosis output for fairway rectangle calc
Wed, 26 Sep 2018 09:46:07 +0200 Bernhard Reiter client: improve identify box' dynamic sizing
Wed, 26 Sep 2018 09:13:29 +0200 Bernhard Reiter client: add simple identify top area box
Tue, 25 Sep 2018 21:51:53 +0200 Sascha L. Teichmann Fixed nasty typo.
Tue, 25 Sep 2018 17:45:44 +0200 Sascha L. Teichmann Join neighbored linestring segments in octree cross sections and sort them along the input line.
Tue, 25 Sep 2018 17:39:00 +0200 Thomas Junk feat: fairwayprofile partially with retrieved data from the server
Tue, 25 Sep 2018 16:35:38 +0200 Sascha L. Teichmann Project the result data of the cross sections which are calculated in UTM back to WGS84.
Tue, 25 Sep 2018 16:25:42 +0200 Bernhard Reiter client: add code to identify WFS features
Tue, 25 Sep 2018 15:23:15 +0200 Bernhard Reiter client: add hooks for identify mode