[OSM-talk] pyrender
Raphael Studer
studerap at gmail.com
Wed Jun 18 14:08:18 BST 2008
> Try deleting the contents of your cache directory -- the old version
> of pyrender used OSM XML file format, while the new version downloads
> tiles with the graph->location lookups already done.
>
> Instead of the OSM standard:
>
> <nd ref='11616711' />
>
> in cache files, you should see something like:
>
> <nd id='11616711' x='1072729545' y='713811044' />
>
> where x and y are as described in:
>
> http://wiki.openstreetmap.org/index.php/OJW%27s_tile_data_server#What_are_x_and_y
Which is the old and which the new versoin?
I checked out the sources 2 minutes ago.
Did you missed to add a file called tiledata.py?
I've reverted all my changes and updated the sources, but there is
still an error
ImportError: No module named tiledata
There is just OsmTileData
Regards
Raphael
More information about the talk
mailing list