dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Convert map to image or pdf #54

Closed igler closed 10 years ago

igler commented 10 years ago

Is there an elegant way to convert the map to an image or PDF? Maybe by exporting angular-gm options to a data structure that google's static map can parse?

dylanfprice commented 10 years ago

You can store the map options where you want and do what you want with them--it shouldn't be too hard to pull various things from your scope and pass them along to the static maps api.

This is outside of the scope of angular-gm so I'm gonna close this, but please do post your solution if you end up figuring something out!