Andrew Calcutt

Results 187 comments of Andrew Calcutt

@wipfli To do the basic tests the build does in linux, it would be something like ubuntu 20.04 ``` install prereqs from https://github.com/acalcutt/maplibre-gl-native/tree/main/platform/linux git clone --recurse-submodules https://github.com/maplibre/maplibre-gl-native.git npm ci --ignore-scripts...

I've made this node release workflow in my fork. I separated it out from the ci script so the checks could run every push, but not publish like they did...

@makitsune In my map style at wifidb.net I added a raster layer behind the planetiler map that looks like this https://tiles.wifidb.net/data/jaxa_color/#1.32/50.3/-48.7 Which I can then merge into my style like...

I just wanted to let you know, I finally updated my raster color-relief mbtiles if you are still looking for something. I've updated all my full planet mbtiles made from...

we have changed the internal docker port from 80 to 8080, so I think this issue should be resolved. Note, the ports in the command have changed from 8080:80 to...

I tried this again in my fork and I'm not sure this is something I can approve without getting more permissions to set this up properly. I do want dependabot,...

Maybe we should put back the CT workflow in some form too. On the PRs it was nice having a testing workflow to help decide if a PR should be...

i could look at generating tiles for the locations in that file, if that would help. are some of of these part of https://github.com/mapbox/mvt-fixtures ? looking quick it doesn't seem...

for "hillshading and contour (point in switzerland)", could this be moved to the Innsbruck location where we already have tiles for both omt and hillshade tiles made.

The main issue with covering larger reigion has been size. the tiles i generated for Innsbruck had to be uncompressed to be stored on GitHub, and just that small region...