# mbtiles-cutout **Repository Path**: mirrors_mapbox/mbtiles-cutout ## Basic Information - **Project Name**: mbtiles-cutout - **Description**: Delete, or, fill with blank tiles, a polygon within an mbtiles file - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mbtiles-cutout [![Build Status](https://travis-ci.org/mapbox/mbtiles-cutout.svg?branch=master)](https://travis-ci.org/mapbox/mbtiles-cutout) Command line tool to delete, or fill with blank tiles, any tiles within a defined polygon. ## Install `npm install && npm link` ## Synopsis `mbtiles-cutout -m foo.mbtiles -c us.json --cut-min-zoom 0 --cut-max-zoom 12` where: - us.json is an array of longitude,latitude arrays - foo.mbtiles is an mbtiles file - --cut-min-zoom and --cut-max-zoom specify the zoom range within which the tile should be in order to be deleted