<div dir="ltr"><div style="margin-left:40px">As for docker container, you can ask me directly.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-10 16:17 GMT+05:00 Ilya Zverev <span dir="ltr"><<a href="mailto:ilya@zverev.info" target="_blank">ilya@zverev.info</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Just this morning I've done the final "todo" in the polytiles script:<br>
now it produces tiles 10 times faster, because it renders them in<br>
metatiles. Also MBTiles writer now supports multiprocessing, so it's<br>
also 6-8 times more speed. If you need a lot of tiles, do not download<br>
them from <a href="http://osm.org" target="_blank">osm.org</a> or other sources, render them yourself: it is<br>
finally faster than downloading.<br>
<br>
<a href="https://github.com/zverik/polytiles" target="_blank">https://github.com/zverik/polytiles</a><br>
<br>
I'd also like to remind of Nik4, the best tool for preparing printed<br>
maps of any region, any size and any quality; and of BigMap 2 for<br>
downloading and stitching some tiles from any of ~20 sources. The<br>
latter can even work online: "Enqueue" button queues a task, and in<br>
2-3 minutes you'll get your image. The limit for that is 100 tiles.<br>
<br>
<a href="https://github.com/zverik/Nik4" target="_blank">https://github.com/zverik/Nik4</a><br>
<a href="http://bigmap.osmz.ru/" target="_blank">http://bigmap.osmz.ru/</a><br>
<br>
As for Nik4, there is "Get Veloroad" service for generating big vector<br>
maps online (basically a front-end to Nik4), but the server has only<br>
data for Russia and some neighbouring countries. Last week Dmitry<br>
Kiselev has made a Docker container for that: just install Docker,<br>
pull the container and start it:<br>
<br>
sudo apt-get install <a href="http://docker.io" target="_blank">docker.io</a><br>
sudo docker pull dkiselev/nik4web<br>
sudo docker run -p 8081:80 -i -t dkiselev/nik4web /bin/bash<br>
startup<br>
<br>
The front-end would be at <a href="http://localhost:8081/nik4" target="_blank">http://localhost:8081/nik4</a>. You would need<br>
to run osm2pgsql with your region before requesting images. With it<br>
you can get PNG or vector SVG images (resolution independent),<br>
pre-processed for a sane page size and for easier movement of labels.<br>
<br>
Finally, yesterday I've translated into English a small geocoding<br>
exercise: <a href="https://github.com/Zverik/visgeocode" target="_blank">https://github.com/Zverik/visgeocode</a> (live at<br>
<a href="http://zverik.github.io/visgeocode/en.html" target="_blank">http://zverik.github.io/visgeocode/en.html</a> ). It takes a CSV file with<br>
addresses in one of columns, runs these addresses through MapQuest<br>
Nominatim, and allows dragging resulting markers if geocoding was not<br>
precise. Then it can turn markers into building contours, but since my<br>
server has only Russia, you'd need to set up your own (maybe install the<br>
cgi script locally). The result can be downloaded either as CSV or<br>
as GeoJSON. We used this page for geocoding 22k addresses in<br>
Saint-Petersburg; Russian version uses three geocoders for better<br>
quality.<br>
<br>
<br>
IZ<br>
<br>
<br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk" target="_blank">https://lists.openstreetmap.org/listinfo/talk</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Thank you for your time. Best regards.<br>Dmitry.</div></div>
</div>