Skip to content

mapposters/tilepirate

Repository files navigation

mapbox2image

Mapbox allows for creation of truly beautifully-styled maps, but rendering them to static images is not currently supported.

This tool uses Mapbox API to generate large scale map image files that are highly customizable and can be used for printing purposes like brochures, wall posters, last page walking directions and so on.


###Example: create an areas.json with:

{
  "Silicon Valley": {
      "name": "Silicon Valley (A4 - compatible)",
      "url": "sv",
      "z":10,
      "tileRange": {
          "Min":{
              "X":163,
              "Y":395
          },
          "Max":{
              "X":166,
              "Y":398
          }
      }

    }

}

and here us what we get: Silicon Valley

License: MIT

About

A toolset that uses Mapbox API to generate large scale map image files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published