Usage
Tile cover
- It pass a polygon and get the tiles which cover all the polygon at a certain zoom level. From: https://github.com/mapbox/tile-cover.
Return:
GeoJSON file - It contains the tiles which cover all the given polygon.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
tilecover input.geojson --zoom=17 > output.geojson
Use case:
- Get the tiles which cover all the given polygon.