On Fri, Feb 29, 2008 at 08:27:37PM +0100, Martijn Verwijmeren wrote: > On Fri, 29 Feb 2008 16:49:04 +0000 > Xin <[EMAIL PROTECTED]> wrote: > > > Hi Guys, > > > > I have been hellishly trying to get the the tiles generated from > > generate_tiles.py to work under OpenLayers. I am basing my OL code > > from http://trac.openlayers.org/wiki/UsingCustomTiles on the > > recommendation from an OL user. > > > > OL is expecting these files: > > http://localhost:3000/tiles/10/510/511.png > > http://localhost:3000/tiles/10/511/511.png > > http://localhost:3000/tiles/10/512/511.png > > http://localhost:3000/tiles/10/511/509.png > > http://localhost:3000/tiles/10/512/510.png > > ...
To determine whwether the issue is OL or Mapnik, one thing to do would be to take a tile from above, and visually compare it to the corresponding tile in the main OpenStreetMap map. If they are they same, the issue is with OpenLayers. If they are different, the issue is with Mapnik. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

