An open API service indexing awesome lists of open source software.

https://github.com/caneroj1/mbtiles-server

Haskell MBTiles server using Servant
https://github.com/caneroj1/mbtiles-server

haskell mbtiles servant tileserver

Last synced: 9 months ago
JSON representation

Haskell MBTiles server using Servant

Awesome Lists containing this project

README

          

# mbtiles-server
This server uses the [mbtiles](https://github.com/caneroj1/mbtiles) package to manage interacting with an mbtiles database.

## Usage
Run `stack exec mbtiles-server-exe`.

Then, send requests to `localhost:3000/tiles/{z}/{x}/{y}`.