Andrew Olsen

Results 38 issues of 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...

bug

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....

enhancement
meta

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...

waiting for code review fixes

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 -...

need more info

(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...

Terrain 3D

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...