Hello all, Now my questions are: Thanks for your input! asked 15 May '14, 02:21 schlomm |
1.) You have to dump your API database into a "planet file" using Osmosis, and then load that file into a different PostGIS database with osm2pgsql, and run your tile server off of that database. If your data set is very small then you can make a complete dump and re-import any time you change something, or else set up a "diff" mechanism that only dumps and processes changes. 2.) The tile layers are defined in answered 15 May '14, 07:35 Frederik Ramm ♦ |