I've created a Google map with circle overlays, much like this one. I want to include this map in a PDF (along with some other graphics) that will be created on the server side. It seems the easiest way to do this would be to convert the map to a single image and upload it to the server. Is it possible to do this with JavaScript?
Alternatively, I could try to convert it to an image and create the PDF on the client-side, but it seems this would be a lot more difficult.
Anyhow, the first step is converting the map to an image. I've considered using the static maps API to generate the image, but it seems this API does not support the circle overlays.