swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63
Raw File
Tip revision: d1aa7f8cf7a824761ff80db3ee814e6f70565653 authored by Eric Fischer on 21 January 2016, 21:59:08 UTC
Be more explicit about not calling rewrite() repeatedly
Tip revision: d1aa7f8
.travis.yml
language: c

sudo: false

matrix:
  include:
    - 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
back to top