kylewm / redwind

Flask-based personal website #IndieWeb #OwnYourData
Other
45 stars 5 forks source link

reuse imageproxy to cache static-maps #59

Closed kylewm closed 9 years ago

kylewm commented 9 years ago

Right now maps.py calls out to static-maps.kylewm.com to generate a map image, and then saves it to /static/. This is really a special case of the work that imageproxy does, it would make sense to just run the call to static-maps through imageproxy instead.