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

https://github.com/kosmtik/kosmtik-tiles-export

Export tiles tree of your Kosmtik map
https://github.com/kosmtik/kosmtik-tiles-export

Last synced: about 1 year ago
JSON representation

Export tiles tree of your Kosmtik map

Awesome Lists containing this project

README

          

# kosmtik-tiles-export

Export a tiles tree from your Kosmtik project.

## Install

While in your Kosmtik root, run:

`node index.js plugins --install kosmtik-tiles-export`

## Usage

Only command line for now. Eg.:

```
node index.js export ~/path/to/project.yml --format tiles --output /path/to/output/dir --minZoom 10 --maxZoom 16
```

## Issues and feature requests

Please report any issue or feature request on the [main kosmtik repository](https://github.com/kosmtik/kosmtik/issues).