Export custom Google Maps view to vector Format

1

I have created a custom Google Map including some markers. Now I'd like to export this map as vector Format, including the copyright notices, for printing them at a higher quality as my PNG screenshot allows.

Is there a way to export a custom google map including the markers to SVG or PDF? All screenshots, even if exported as PDF, actually export as bitmaps.

Christian

Posted 2014-11-27T09:46:39.600

Reputation: 161

Answers

1

No, your browser never sees any of the vector stuff.

However, for your needs you should be able to print it with good quality anyway, just don't do it via a screenshot (well in theory it could work well too),

In your browser when on that page, use the print dialogue in the browser and print it to a PDF or directly to a printer. For example with Chrome's own print dialogue (notice the advanced settings too) you will get some pretty good settings and choices and it is using the the best underlying quality for printing directly, not doing it manually via a screenshot. Use 600dpi or 1200dpi, choose a big paper size if you would like that etc.

Take notice of the actual printed area and paper orientation (portrait/landscape).

So for short, no, no vectors, but good end result anyway?

Mattias Isegran Bergander

Posted 2014-11-27T09:46:39.600

Reputation: 429

1Thanks for the idea, but that was (besides others) what I tried first and the quality really is not better then screenshotting the page (which even relieves me of the boundaries etc.). I was really hoping to somehow export the map, I do remember that there used to be an option (in the pre-Google+-times) to export the currently visible part to an SVG file. – Christian – 2014-11-27T13:09:52.653