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 edited 11 Oct '18, 19:20 aseerel4c26 ♦ |
2 Answers:
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 ♦ edited 11 Oct '18, 09:30 Thank you for the answer @Frederik! This will surely give me a start. (11 Oct '18, 14:47) vishy91 |
@vishy91 did you make progress on loading OSM into MySQL? (Like you, I have no choice in the database behind our application and MySQL is what I have to deal with.) answered 26 Feb '19, 22:07 PPetree |
Elaborate on "absolutely cannot use postgres" :-)