Skip to content

nicoali/carto-print-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carto-print-web

A web service for https://github.com/CartoDB/carto-print

Run locally

virtualenv -p python3 env
source env/bin/activate
pip intall -r requirements.txt
honcho start

Run with Docker

See instructions here

API

https://printer.carto.io/export?mapId=6e159dee-cc62-4872-8c87-28c7eb985302&width=30&height=20&dpi=300&user=aromeu&apiKey=default_public&zoom=3&bounds=-135.04614041546196,16.786487115172083,-60.304506557194294,55.41477591055137

Where:

  • mapId: ID of a Named map (or BUILDER map)
  • width: output width in centimeters
  • height: output height in centimeters
  • dpi: output dots per inch (300 or more for printing)
  • user: CARTO username
  • apiKey: CARTO API key (use default_public for public maps)
  • bounds: Bounding box to export an image
  • zoom: Zoom level

UI

Go to http://localhost:5000/ui

Cloud version

Go to https://printer.carto.io/ui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published