Skip to content

camptocamp/luxembourg_print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://map.geoportail.lu/routing

INSTALL

$ virtualenv --no-site-packages luxembourg
$ source luxembourg/bin/activate
$ pip install -r requirements.txt

RUN

$ python server.py

TEST

$ curl -e "http://map.geoportail.lu" -X POST -d @request.json http://localhost:8080/hello/world > output.pdf


TODO
 * (luxembourg) change the 'routing' value sent in create.json: simply
   copy the 'desc' from the output of getRoute
 * use requests (http://www.python-requests.org) and get the PDF from
   the real print server.
 * merge the two pdfs using PyPDF2 (https://pypi.python.org/pypi/PyPDF2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages