Skip to content

Container for generating map tiles from a geojson files

Notifications You must be signed in to change notification settings

rokubun/tile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TILE-GENERATOR

This repository contains a Docker image for generating a folder with vector tiles from a geojson.

Docker enviroment

The project uses tippecanoe and mbutil for generating the pbf files. A custome Dockerfile has been created with those dependencies. In order to generate the tiles and considering you have the geojson folde rin your current folder, just launch:

docker run -it -v $PWD:/data rokubun/tile-generator:latest ./generate-tiles.sh /data/output/stations.geojson /data/output/tiles

In order to upload the data to AWS use de AWS cli:

aws s3 cp output/ s3://jason-coverage-tiles-test/ --recursive

About

Container for generating map tiles from a geojson files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published