[OSM-dev] OSM + renderer
Artem Pavlenko
artem at pavlenko.uklinux.net
Tue Oct 31 15:26:41 GMT 2006
Dave,
> How long does all of this take to render? I'm wondering about this from
> the point of view of doing on-the-fly tile rendering from the latest OSM
> data.
>
To render one tile doesn't take long at all. To render all tiles for
area size of Oxford (zoom levels 1- 17) is about 10-20 min on my laptop.
It is possible to set up tile cache which is populated automatically by
user requests.
> Is there somewhere where we can get hold of the scripts and stuff you
> used to do this?
>
I'll write 'HOWTO' and publish all scripts over this weekend hopefully.
Good place to start is to build Mapnik and play with python demo
($(mapnik_source)/demo/python/rundemo.py).
Thanks
Artem.
> Thanks,
>
> Dave
>
>
> Artem Pavlenko wrote:
>
>> Nick,
>> Very briefly (getting late for me):
>> 1. Convert OSM to PostGIS (modified osm2gml.py to output SQL )
>> 2. Fiddle with styles/colours etc. This is the longest bit. I have some
>> GUI I use for testing, but the process is rather tedious at the moment.
>> Basically, I manually modify XML and then play with zoom levels in GUI.
>> 3. Run my magic Python script to generate google tiles. For Oxford it's
>> ~30Mb.
>> I'm going to post more details and scripts, I'll let you know.
>>
>> Cheers,
>> Artem
>>
>>
>>
>
> _______________________________________________
> dev mailing list
> dev at openstreetmap.org
> http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev
>
>
>
More information about the dev
mailing list