Thomas Halwax

Results 38 comments of Thomas Halwax

Hi @MannusEtten, thank you for your feedback. Would it be possible to share your VTPK in order to debug the issue?

@MannusEtten The value ```{}``` for ```fields``` is hard-coded in the current version. I had a look at your example file and the file ```metadata.json``` (folder "p12") does not contain any...

@spatialillusions I'm aware of these spec files but couldn't find a description of how the ```fields``` information can be extracted reliably. Some VTPK files seem to have a metadata.json file...

I think that's related to #15082.

@gallenem Looks good! We also tried to use milgraphics in our open source C2IS [ODIN](https://github.com/syncpoint/ODIN) but switched to our own implementation. The reason for this was that we wanted a...

The current version of [gdal2tiles](https://gdal.org/programs/gdal2tiles.html) allows * making tiles with _No Data_ transparent (```-a , --srcnodata=```) * excluding transparent tiles from the tileset (```-x, --exclude```) This will not speed up...

TBH I'm not sure what causes these spikes but my guess is the resampling method used by `gdalwrap`. The tutorial uses `lanczos`. Maybe someone could try some other methods and...

@ltbam We have created a nodejs module [compact-cache-bundle](https://github.com/syncpoint/compact-cache-bundle) that can read bundle files. The ‚how to’ example reads a given bundle and extracts the tiles.

@divico This is a great feedback! We are creating an Open Source C2IS [ODIN](https://github.com/syncpoint/ODIN) too and try to address some of your points - although our project is in a...

I'm not sure if I understand you correctly. Do you want to set min/max zoom levels for each layer in order to avoid rendering the content of the layer if...