Usage

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.

image