mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +00:00
Add travis
This commit is contained in:
parent
08a6607b0b
commit
255960b48d
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
- os: linux
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages: [ 'protobuf-compiler', 'libprotobuf-dev' ]
|
||||||
|
|
||||||
|
|
||||||
|
install:
|
||||||
|
- make
|
||||||
|
|
||||||
|
script:
|
||||||
|
- echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json
|
||||||
|
- ./tippecanoe -o test.mbtiles test.json
|
@ -4,6 +4,8 @@ tippecanoe
|
|||||||
Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large collections of [GeoJSON](http://geojson.org/)
|
Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large collections of [GeoJSON](http://geojson.org/)
|
||||||
features. This is a tool for [making maps from huge datasets](MADE_WITH.md).
|
features. This is a tool for [making maps from huge datasets](MADE_WITH.md).
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/mapbox/tippecanoe.svg)](https://travis-ci.org/mapbox/tippecanoe)
|
||||||
|
|
||||||
Intent
|
Intent
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user