mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-08 12:00:26 +00:00
Added docker information to the README
This commit is contained in:
parent
4016876670
commit
1bb31882fa
18
README.md
18
README.md
@ -52,6 +52,24 @@ You can concatenate multiple GeoJSON features or files together,
|
|||||||
and it will parse out the features and ignore whatever other objects
|
and it will parse out the features and ignore whatever other objects
|
||||||
it encounters.
|
it encounters.
|
||||||
|
|
||||||
|
Docker Image
|
||||||
|
------------
|
||||||
|
|
||||||
|
A tippecanoe Docker image can be built from source and executed as a task to
|
||||||
|
automatically install dependencies and allow tippecanoe to run on any system
|
||||||
|
supported by Docker.
|
||||||
|
|
||||||
|
```docker
|
||||||
|
$ docker build -t tippecanoe:latest .
|
||||||
|
$ docker run -it --rm \
|
||||||
|
-v /tiledata:/data \
|
||||||
|
tippecanoe:latest \
|
||||||
|
tippecanoe --output=/data/output.mbtiles /data/example.geojson
|
||||||
|
```
|
||||||
|
|
||||||
|
The commands above will build a Docker image from the source and compile the
|
||||||
|
latest version. The image supports all tippecanoe flags and options.
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user