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

https://github.com/k-yle/tileserver-export

🗺️ Generate a high-quality image by stitching together map tiles
https://github.com/k-yle/tileserver-export

Last synced: 8 months ago
JSON representation

🗺️ Generate a high-quality image by stitching together map tiles

Awesome Lists containing this project

README

          

# Tileserver Export

[![build](https://github.com/k-yle/tileserver-export/actions/workflows/ci.yml/badge.svg)](https://github.com/k-yle/tileserver-export/actions/workflows/ci.yml)

🗺️ This tool generates a high-quality png image by stitching together tiles
from a raster tileserver. Try it out [here](http://kyle.kiwi/tileserver-export).

### Contributing

```sh
yarn # install
yarn dev # run in dev mode
yarn build # create production build
```