0

added note about python3 compatibility

This commit is contained in:
Andrew Brown
2011-11-25 09:52:39 -05:00
parent 35890bb52c
commit a9bef297e7
2 changed files with 6 additions and 6 deletions

View File

@@ -20,11 +20,11 @@ a web server).
When you're copying the rendered map, you need to be sure files that *don't*
exist in the source are *deleted* in the destination.
Explanation: When Overviewer re-arranges tiles for another zoom level, it moves
some tiles tiles at a particular zoom level and placed them at a higher zoom
level. The tiles that used to be at that zoom level should no longer exist
there, but if you're copying tiles, there is no mechanism to *delete* those
files at the destination.
Explanation: When Overviewer re-arranges tiles to make room for another zoom
level, it moves some tiles tiles at a particular zoom level and places them at a
higher zoom level. The tiles that used to be at that zoom level should no longer
exist there, but if you're copying tiles, there is no mechanism to *delete*
those files at the copy destination.
If that explanation doesn't make full sense, then just know that you must do one
of the following:

View File

@@ -50,7 +50,7 @@ Requirements
This is a quick list of what's required to run The Overviewer. It runs on
Windows, Mac, and Linux as long as you have these software packages installed:
* Python 2.6 or 2.7
* Python 2.6 or 2.7 (we are *not* yet compatible with Python 3.x)
* PIL (Python Imaging Library)