Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rowanwins/tippecanoe-ui
A UI wrapper for tippecanoe using electron
https://github.com/rowanwins/tippecanoe-ui
Last synced: 28 days ago
JSON representation
A UI wrapper for tippecanoe using electron
- Host: GitHub
- URL: https://github.com/rowanwins/tippecanoe-ui
- Owner: rowanwins
- License: mit
- Created: 2020-06-05T13:22:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:26:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T19:11:08.932Z (5 months ago)
- Language: JavaScript
- Size: 9.63 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tippecanoe-ui
A UI for the excellent [tippecanoe](https://github.com/mapbox/tippecanoe) library, used for generating vector tiles.![sample](sample.gif)
### Prerequisites
You must have tippecanoe installed already.### Mac Installer
You should be able to download, unzip the file, and then double click to open.https://tippecanoe-ui.s3-ap-southeast-2.amazonaws.com/tippecanoe-ui.zip
### Contributing
Contributions are welcome. This app is built using electron, and in particular [electron-vue](https://simulatedgreg.gitbooks.io/electron-vue/content/en/).#### Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build```