Merge 9dd0ea912084be438de768ffe076a49ce6d5b621 into 2daf84a6c10d22fcd4151fa9fcff9bea5407293a

This commit is contained in:
Leonardo Arias 2024-03-13 16:30:26 +08:00 committed by GitHub
commit fc89b29615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
snapcraft.yaml Normal file
View File

@ -0,0 +1,30 @@
name: tippecanoe
version: master
summary: Build vector tilesets from large collections of GeoJSON features.
description: |
The goal of Tippecanoe is to enable making a scale-independent view of your
data, so that at any level from the entire world to a single building, you
can see the density and texture of the data rather than a simplification from
dropping supposedly unimportant features or clustering or aggregating them.
grade: devel
confinement: strict
apps:
tippecanoe:
command: tippecanoe
plugs: [home]
ennumerate:
command: tippecanoe-enumerate
decode:
command: tippecanoe-decode
tile-join:
command: tile-join
plugs: [home]
parts:
tippecanoe:
source: .
plugin: make
make-install-var: PREFIX
build-packages: [g++, libsqlite3-dev, zlib1g-dev]