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
- Host: GitHub
- URL: https://github.com/caneroj1/mbtiles-server
- Owner: caneroj1
- License: bsd-3-clause
- Created: 2017-07-22T03:57:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T23:04:45.000Z (about 8 years ago)
- Last Synced: 2025-07-28T09:37:22.524Z (10 months ago)
- Topics: haskell, mbtiles, servant, tileserver
- Language: Haskell
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}`.