Sha256: 2827b2bb6b94856eb820853a5151c1cbeab8c0c53eb1d30b219d0cc560f0b01f

Contents?: true

Size: 915 Bytes

Versions: 1

Compression:

Stored size: 915 Bytes

Contents

# `mapsnatcher`

`mapsnatcher` is a bot to automatically download and splice together tiles from
QGIS maps. This simple system uses a URL such as
`http://mapwebsite.com/z/x/y.png`, where `z` is the zoom level, and `x` and `y`
are the coordinates of the tile.

You can use a tool such as
[ChromeCacheView](https://www.nirsoft.net/utils/chrome_cache_view.html) to find
these URLs easily.

## Usage

Usage is as follows:

```mapsnatcher "http://mapwebsite.com/0/XXX/YYY.png"```

Place `XXX` and `YYY` (case-insensitive) where the respective coordinate
numbers would be in the URL. You will then be prompted to enter the X and Y
boundaries that you would like to capture.

```mapsnatcher -b "http://mapwebsite.com/0/XXX/YYY.png"```

If you are unsure of the boundaries and would like to capture the entire map,
add the `-b` argument and you will only need to enter one valid coordinate;
`mapsnatcher` will do the rest.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mapsnatcher-0.1 README.md