Hi Howie,
To use your data imported with imposm you need matching style (*.xml).
This all depends how native OSM types are mapped into postgis tables
(--mapping-file=... ).
I'd suggest you try:
https://github.com/mapbox/osm-bright - it might
just work, not sure.
Artem
On 1 October 2012 14:45, Howie <
o43...@rtrtr.com> wrote:
> Hello
>
> I've got a PostGIS server setup that contains OSM data imported with
> "Imposm". Now I want to export tile images using this data, by using Mapnik
> and it's "default stylesheet" that comes with a few python scripts to do the
> task.
>
> However these scripts seem to be incompatible with Imposm-imported data, the
> script assumes tables that are created using Osm2pgsql.
>
> How can I generate tile images with my Imposm-populated database?
>
> Thank you for your answers.