Skip to content

YuChunTsao/simple-vector-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vector Tiles

Create vector tiles with Natural Earth data.

  • Convert shapefile to geojson with GDAL ogr2ogr
  • Create and merge mbtiles with tippecanoe

Map Demo

How To Use

With docker

You need Docker.

Install Docker.

Execute make to create tiles

make

Without docker

You need GDAL and tippecanoe

$ gdalinfo --version
GDAL 3.0.4, released 2020/01/28

$ tippecanoe --version
tippecanoe v1.36.0

Execute make to create tiles

make -f create-tiles.mk

Map example

make run-example

References

About

Simple vector tiles made with Natural Earth data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published