On Mon, 2009-10-05 at 01:18 -0700, Balram wrote:
> When I am rendering map using Europe data & it is taking  time about 5
> to 6
> minutes for rendering map image.
> Again whenever I perform some operation like zoom in, zoom out, pan
> etc ; it
> takes same amount of time.

How detailed are the maps you are rendering? If you attempt to generate
europe-wide maps with every single residential road included then it
will take a long time. Reducing the number of features rendered should
speed things up.

> Most people recommended tile server as solution to this problem but  I
> can’t
> use tile server.
> Because I have to provide “route planning & management” as one of the
> feature of my project, and I guess this will not be possible using
> tile
> server.

The normal solution employed by lots of web sites is to render the maps
as a set of static background tiles and then use something else to
overlay the dynamic routing data over the top.

        Jon


_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to