Hi, I am having a customized OSM setup with our own database. Currently I'm getting the data as per my requirement edited by iD editor. Now I want this data to be rendered as map. Also I want to cache the generated tiles of this data. So some requirement:
Thanks in advance. asked 09 Jan '14, 11:33 GoldenCompass iii |
IMHO you need to decide which way you want to use to create your tiles:
Both ways can be combined with mapcaches, but of course this limits the tile update frequency as the way to the client get's longer and the caches need time to propagate changes and to get flushed. In every case you need to create a PostGIS DB that suits the rendering stack requirements (AFAIK this is a different one from the central rails port). Then you setup the Mapnik renderer (or a different one) and decide if you call them after edits or if you get a client request. A good tutorial is www.switch2osm.org also you might read http://wiki.openstreetmap.org/wiki/Creating_your_own_tiles answered 09 Jan '14, 15:10 iii |
(just in case it isn't clear) from previous questions I believe that the questioner has their own copy of the rails port deployed.
@SomeoneElse Yes, I am having a copy of OSM setup (as per my requirement) up and running and getting data from concerned users.