<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-12-22 10:27 GMT+01:00 joost schouppe <span dir="ltr"><<a href="mailto:joost.schouppe@gmail.com" target="_blank">joost.schouppe@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div>Third, you should be able to rotate through the set of places with the Atlas function.</div><div>Last, export to PDF; I have no idea if QGIS can produce the kind of PDFs you need.</div></div></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I've also recently made some maps for print with QGIS. As Joost says, you will usually get a pbf osm file, import it into a database (I'm using the standard osm2pgsql with latlong for this with hstore, although my QGIS versions requires to create views for selecting hstore fields, which makes it a bit more tedious, in the end I got it working). I'm using latlong because I'm reprojecting on the fly to different systems in different areas. <br></div><div class="gmail_extra"><br></div><div class="gmail_extra">QGIS lets you export / print to raster (png), pdf (AFAIK both, raster and vector, there's an option "print as raster") and svg (not working well, e.g. I had problems with uncropped lines at the border). Depending on your settings (resolution, scale and feature density on the map), it is not a given that a vector representation will produce smaller files in any case (when zoomed in you will usually get smaller files, if there is a lot of detail in a large scale map, you will not see it in the print, but it will inflate your file).</div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Martin<br></div></div>