https://github.com/kosmtik/kosmtik-mbtiles-export
Export your Kosmtik project in MBTiles
https://github.com/kosmtik/kosmtik-mbtiles-export
Last synced: about 1 year ago
JSON representation
Export your Kosmtik project in MBTiles
- Host: GitHub
- URL: https://github.com/kosmtik/kosmtik-mbtiles-export
- Owner: kosmtik
- Created: 2014-11-15T21:52:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T18:19:24.000Z (almost 6 years ago)
- Last Synced: 2024-08-10T09:17:53.345Z (almost 2 years ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kosmtik-mbtiles-export
Export from your Kosmtik project in MBTiles format.
## Install
While in your Kosmtik root, run:
`node index.js plugins --install kosmtik-mbtiles-export`
## Usage
Only command line for now. Eg.:
```
node index.js export ~/path/to/project.yml --format mbtiles --output /path/to/output.mbtiles --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).