Tore Halset

Results 12 issues of Tore Halset

Is there a way to make the compass larger? In Mapbox GL Native, that was possible by setting the compassView.image property to a larger compass image, but they remove that...

https://github.com/locationtech/jts/issues/777 Signed-off-by: Tore Halset

It would be nice if STRtree & co could work with generics. ```java STRtree tree = new STRtree(); tree.insert(geometry.getEnvelopeInternal(), geometry); tree.build(); for (Geometry geometry : tree.query(someOtherGeometry)) { } ```

type-improvement
type-proposal

Should we add support for `Geometry.difference` from/to a non-empty `GeometryCollection`? I just made a method for this in one of my projects to get around some Exceptions, but having support...

type-proposal

Looks like servlet-api are moving to jakarta package names. Any plans for upgrading client_java to support it? It will probably take several years before everyone is over, so perhaps we...

Fint om dere oppretter en README.md som kjapt viser hvordan man starter denne for å ta i mot et par AIS-strømmer og hva som blir URLene for å hente som...

It would be very nice to have support for PMTiles directly in mbgl-renderer with `pmtiles://`-urls. Should this wait for maplibre-support for mbgl-renderer og just be a new way to handle...

This changes DiskMemImage to use GZip-compressed files on disk by default. See #239.

I am using DiskMemImage to create some multi-GB GeoTIFFs in java. However, the hight disk usage is problematic. GZipping the files on disk reduces the disk usage for my use...