Andrew Olsen
Andrew Olsen
In a service I help maintain, users are able to reproject geometries from EPSG:4326 into the CRS of their choice for export. One relatively common cause of error is that...
Mostly: - CRS transforms - Making sure the user can't overwrite layers without trying to - Making sure multiple layer datasets / directories work where expected - Various tests ##...
`kart import` lets you take a non-Kart dataset and import it to Kart. There's no opposite command that takes a Kart dataset and exports it as some non-kart dataset type....
Don't _finalizeElevation if freezeElevation has not been set. This means that elevation logic has two distinct operating modes. Mode one - freezeElevation is false - default: - updateElevation is called...
The [Custom Layer Interface documentation](https://maplibre.org/maplibre-gl-js/docs/API/interfaces/CustomLayerInterface/) gives an example of how to make a custom 2D layer. It documents that you can choose whether the layer is 2D or 3D -...
(This may not be a bug - if that's the case, I am just looking for info about how to control this behaviour). Adding terrain to a map viewer causes...
Experimenting with changing the behaviour of raster LOD when terrain is enabled - making it more similar to when terrain is disabled.
When writing a CustomLayerInterface in a 3D context, the developer has need of a 3D equivalent to the mercatorMatrix, but none is provided by the interface. This showcases the issue...
**Describe the bug** Attempting to connect to sql express using an instance name eg: `kart create-workingcopy mssql://localhost\SQLEXPRESS/master/example` Fails with a string of database error where the following line is the...