mbtileserver icon indicating copy to clipboard operation
mbtileserver copied to clipboard

Basic Go server for mbtiles

Results 30 mbtileserver issues
Sort by recently updated
recently updated
newest added

This is nothing against Leaflet, which remains as awesome as ever. However, for easier maintenance and enhancements, it would be best to limit our map preview technology to a single...

enhancement

Hello! I love the mbtileserver project and find it very useful. I'm at the point where I'm serving roughly 10,000 different mbtiles files, and they are updated on a mostly...

Observed on MacOS 10.15 with 25 tilesets, it is necessary to raise the max open files limit > 256 (default) or server panics at startup. This may be true for...

I cannot build this due to warnings with SQLite building. Looks like this may be [fixed though](https://github.com/mattn/go-sqlite3/issues/1014) and wonder if dependencies could be updated and a new version published?

As mentioned in #128 We may want to consider adding a reload API endpoint to trigger reload of a specific service or set of services, rather than restarting the entire...

Is there any thought to adding a WMS/WMTS endpoint? There is currently a bug in ArcGIS Online/Server where it will not print past zoom level 17 when using the "Add...

Reported in #113 Need to ensure that tilesets with ArcGIS APIs enabled can be successfully added to ArcGIS Online, or provide guidance in the README as to why not.

bug

On MacOS: Given a tileset named `tileset with extra chars ();?\Å.mbtiles`: * fails to load, complains about missing tiles * creates a file `tileset with extra chars ();?` on disk...

bug

Right now, it seems like we are not traversing tilesets that are in symlinked directories within the tileset directory. This would allow symlinking multiple subdirectories into a single tileset directory...

enhancement

Right now, tiles are dropping out when zooming in beyond `maxzoom`, which is not helpful for proofing the generated tiles.

bug