Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/heldersepu/GMapCatcher

An offline map viewer
https://github.com/heldersepu/GMapCatcher

Last synced: about 2 months ago
JSON representation

An offline map viewer

Lists

README

        

## Overview ##

GMapCatcher is an offline maps viewer. It can display maps from many providers such as:

[CloudMade](http://maps.cloudmade.com/), [OpenStreetMap](http://www.openstreetmap.org/), [Yahoo Maps](http://maps.yahoo.com/), [Bing Maps](http://www.bing.com/maps/), [Nokia Maps](http://maps.nokia.com), ~~SkyVector~~, ~~Google Map~~.

It displays them using a custom GUI. User can view the maps while offline.

GMapCatcher is written in Python 2.7 & PyGTK, can run on Linux, Windows and Mac OSX.

![https://raw.githubusercontent.com/heldersepu/gmapcatcher/wiki/snapshot.gif](https://raw.githubusercontent.com/heldersepu/gmapcatcher/wiki/snapshot.gif)

You can find a list of improvements and latest features in the [Changelog](https://github.com/heldersepu/GMapCatcher/blob/master/changelog.md)

## Download ##

https://github.com/heldersepu/GMapCatcher/releases

or

```
$ git clone https://github.com/heldersepu/gmapcatcher
```

## Usage ##

See the [User Guide](https://github.com/heldersepu/GMapCatcher/blob/wiki/User_Guide.md) for more details.

**maps.py** is a gui program used to browse google map. With the **offline** toggle button unchecked, it can download google map tiles automatically. Once the file downloaded, it will reside on user's hard disk and needn't to be downloaded again any more, there is an optional "Force update" if the tile is older than 24 hours, it will be re-downloaded.

**download.py** is a downloader tool that can be used to download map tiles without gui. **maps** can use files it downloaded without configuration.

Below is an example using **download.py**:
```
$ download.py --location="Paris, France" --max-zoom=16 --min-zoom=0 --latrange=2.0 --lngrange=2.0
```

## Files ##
Linux:
```
$HOME/.GMapCatcher/*
```

Windows:
```
%UserProfile%/.GMapCatcher/*
```

## Dependencies ##

Windows users are highly recommended to download the [latest Windows installer](https://github.com/heldersepu/GMapCatcher/releases).
This installer contains all required packages, works well on XP, Vista, Win 7, 8 & 10 .
For a complete list of tested OS, see wiki [Tested Operating Systems](https://github.com/heldersepu/GMapCatcher/blob/wiki/TestedOperatingSystems.md).

If you choose to run directly from sources you must have all dependencies, see wiki:
https://github.com/heldersepu/GMapCatcher/blob/wiki/devEnv.md

## Donate

This project is free and will always be.

If you like it, please support it by making a donation!

[![donate](https://user-images.githubusercontent.com/30294218/61724877-16fa7a80-ad6f-11e9-80de-9771e0b820ae.png)](https://paypal.me/heldersepu)