1.0.3 • Published 12 years ago

cartegan v1.0.3

Weekly downloads
37
License
-
Repository
github
Last release
12 years ago

Cartegan

It's what you get when you knit a map.

Cartegan is a tool for downloading tiles from popular map services - OpenStreetMap, Google (KeyHole), Yahoo (Nokia OVI), Bing (Virtual Earth), etc.

LEGAL WARNING: Cartegan doesn't give you the right to cache, resell, or redistribute the image tiles you download. OpenStreetMap does, but other providers may not. Contact your physician before prolonged use.

Install and Run (with Web GUI)

  1. Install NodeJS

  2. Install and run Cartegan

    npm install -g cartegan

    cartegan-server <tile-provider: openStreetMap|google|yahoo|bing>

    cartegan-server 7070 google # defaults to openStreetMap

  3. Open Google Chrome to http://localhost:7070

  4. You MUST ALLOW location sharing (and it's running locally on your computer anyway)

  5. Pick GPS coordinates, a radius, and a scale

  6. Download! Tiles will be saved to ./cartegan-tiles (in the current directory)

Note: In theory this will work on Windows... but it's untested. For best results use an Operating System.

Run without the Web GUI

cartegan <latitude> <longitude> <min-zoom> <max-zoom> <radius> <tile-provider>
cartegan 40.3250764 -111.6787044 17 17 500 yahoo

Downloading from a custom source

If you want to test one of the other providers
1.0.3

12 years ago

1.0.1

12 years ago

1.0.0

12 years ago

0.6.5

12 years ago

0.6.4

12 years ago

0.6.3

12 years ago

0.6.2

12 years ago

0.6.1

12 years ago

0.6.0

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago