Käyttäjän the_winch kommentit
Kommentti | Ajankohta | Kommentti |
---|---|---|
My gps traces on a map. | Looking at it I only added a single line. generate_tiles.py already checks for blank tiles by comparing the file size of a tile against a hardcoded value. I just addeed a line to delete the blank file. Index: generate_tiles.py
bytes=os.stat(tile_uri)[6]
print name,"[",minZoom,"-",maxZoom,"]: " ,z,x,y,"p:",p0,p1,exi$ |