"Adam Schreiber" <[EMAIL PROTECTED]> writes: > I changed my config to do the lowzoom layer and ran > > tilesGen.pl xy 69 101 8 > > It then proceeded to claim to download files and upload a blank zoom 8 > tile. If I ran it on loop, it quickly downloaded rendered a blank > tile very quickly and then uploaded a blank tile. > > I'm not sure what's going on.
I have tried to render lowzoom tiles as well and got only empty tiles. After investigating a little bit I found out that the osm files returned by the XAPI contain no data. They only contain the osm element which is empty. Then I tried the usage example from the XAPI wiki page wget http://www.informationfreeway.org/api/0.5/node[amenity=hospital] -O data.osm and the returned file only contains <?xml version='1.0' standalone='no'?> Matthias _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome
