Andrew Calcutt

Results 187 comments of Andrew Calcutt

Just an fyi, I did originally try to upload a bigger region around innsbruck to github ( a 5x5 deg area ) in https://github.com/maplibre/demotiles/pull/5 , but It was said it...

I do agree if you want a bigger region, the flat file approach on github is too hard to work with. for smaller test specific areas with limited zoom levels...

Is this still only trying to get MapLibre GL JS to lastest in the 1.X branch and not the current main 2.x/3.x release? If it was going to 2.x I...

I may be wrong, but think you also need to include the domain in the public url, like `--public_url http://foo.lan/map ` or if you have a https proxy set up...

Right now I am using the https://github.com/onthegomap/maplibre-contour posted above, which makes contour lines based on the terrain raster-dem. heres a live example of that https://wifidb.net/demo/contours/contour_lines.html#15/32.24408/76.21147/0/60 The nice thing is this...

> So I can see that Arm support is out `The ARM64 architecture on Red Hat 8, 9, Debian 11, and Ubuntu 20.04, 22.04 are supported starting with version 18.1.`...

a config file with mutiple mbtiles would looks something this https://github.com/acalcutt/wifidb-tileserver-gl/blob/master/tileserver-gl/configs/config-3.1.1.json

My styles referenced in the config are here if you wanted to look, though they are somewhat specific to me https://github.com/acalcutt/wifidb-tileserver-gl/tree/master/tileserver-gl/styles but it looks like this https://github.com/acalcutt/wifidb-tileserver-gl/blob/master/tileserver-gl/styles/WDB_OSM/style.json#L48-L80

I don't think you can have multiple mbtiles with the same name, but you can definitely have multiple names and multiple layers that use both of the sources (not in...

I'd welcome a PR to add support for multiple sources. I know I've seen [Martin](https://github.com/maplibre/martin) do something like this https://github.com/maplibre/martin#composite-sources