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
- Host: GitHub
- URL: https://github.com/kosmtik/kosmtik-tiles-export
- Owner: kosmtik
- Created: 2014-10-17T04:48:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T20:10:46.000Z (over 5 years ago)
- Last Synced: 2025-03-24T11:56:54.999Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).