Malte

Results 13 comments of Malte

I wonder why we have to mock a lightweight database, whilst there should be the possibility to use the tools found [here](https://github.com/JetBrains/Exposed/tree/master/exposed-tests/src/main/kotlin/org/jetbrains/exposed/sql/tests)? Unfortunately this package is not included in gradle...

Maybe an idea could be to add a geometry validation with JTS. This validation logic would not be part of the core package but of a different one, e.g.` utils`....

> I'm at work right now and cannot look at this too much. Sure, no worries. > Are these lines or polygons? Lines are allowed to intersect. Good hint. I...

Thanks for your feedback! > The line constraints are essentially "breaklines". [...] the triangles will not cross breaklines but will line up along its edges [...] where you would want...

> One other feature which would be awesome: the possibility of calculating _conforming_ delaunay triangulations, where all edges satisfy the delaunay criterion. It would make calculation of routes with safety...

> 1. Build the mesh, constraints and all. > 2. Compute the artificial points for insertion, keeping them in a separate list. > 3. Rebuild the mesh from scratch, adding...

Unfortunately, I do not use geotiffs. And coordinate-wise I am simply using WGS84, as it is being used in the s57. By the way, have you ever thought about publishing...

Hi, I stumbled on the same problem the other day. I fixed it by configuring `cursorhold_update = false`! Looks like it fixed the problem and did not break anything else.

If it is desired for the project or someone else is interested, [I implemented a feature here](https://git.sr.ht/~mlthlschr/neogen/commit/a947c5ee72b3f384acc56329b84a1b0052172ed3) triggering neogen for the node one line below. I am using it in...

Thanks for the hint! Looks like the code in the open ticket is a great place to start, but it seems like it only scratches the surface like I am...