added note about python3 compatibility
This commit is contained in:
10
docs/faq.rst
10
docs/faq.rst
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user