ashley-mort

Results 12 comments of ashley-mort

I get a similar problem if I make a custom build (and import with RequireJS). I have to do like turf.area.default instead of turf.area and turf.helpers.polygon instead of turf.polygon. What...

I'm seeing something similar. readRasters on an 11-bit TIF sometimes gives me values above the top pixel value of 2047. ~1% of my pixels will be from 2048-2121. Any tips...

Adding this to my gdal_translate fixed my issue. Sorry for the false alarm. -co OVERVIEW_RESAMPLING=AVERAGE

Will the current dragdata plugin work on Chart.js 4?

Is this a cloud optimized geotiff? If not, try converting it first: gdal_translate your.tif your_cog.tif -of COG -co COMPRESS=DEFLATE

What value effectively makes it 0? Is 0.0001 enough to make it match exactly black aka new Cesium.Color(0.0, 0.0, 0.0, 1.0)? I'm not sure exactly how colorToAlphaThreshold is used in...

I get the same problem on nominatim-docker 4.1. 4.0 doesn't have this issue and works fine.

I'm struggling with this. I can't figure out what's going on. I did a diff on nominatim-docker 4.2 vs 4.0 and 4.1 vs 4.0 and don't see any major difference...

I think the solution from @okimiko is a good solution but we can't run privileged docker in our production environment. Currently I've moved on to trying to run this (nominatim-docker:4.2)...

This will get you part of the way there: ``` COG on Google Maps #map { height: 100%; } html, body { height: 100%; margin: 0; padding: 0; } let...