I need to set up a tile server using MySQL but cannot find any documentation for it. I have done it with Postgres by following this link and it works fine. I understand that after downloading the data from planet OSM I need to use osm2pgsql to store the data in Postgres. Is there any similar tool for MySQL? Also, would Osmosis, Mapnik and Mod_tile work with MySQL? I absolutely cannot use Postgres. Is there a step to step guide for MySQL? asked 10 Oct '18, 21:49 vishy91 aseerel4c26 ♦ |
You have a long and rocky road ahead of you and the price for "I absolutely cannot use Postgres" will be several person-weeks of work that you have to invest:
All in all, you will have to invest a lot of time in this. Are you sure "not using Postgres" is worth it? And no, there is no step by step guide. You'll have to figure this out yourself. answered 11 Oct '18, 08:57 Frederik Ramm ♦ |
Elaborate on "absolutely cannot use postgres" :-)