Changes between Version 4 and Version 5 of PythonScripts


Ignore:
Timestamp:
Jul 26, 2018 9:22:12 PM (7 years ago)
Author:
Uriel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonScripts

    v4 v5  
    6363
    6464= [[attachment:gen_terrain_tiles_script.py]]
    65 This script fixes some of the problems of generating the world map from images. It is capable of producing a higher resolution map from zoom levels 7 up. To go any lower will require [[wiki:ZoomLevels some tweaking]] for the map not to have white stripes of missing data.
     65This script fixes some of the problems of generating the world map from images. It is capable of producing a higher resolution map from zoom levels 7 up. To go any lower will require [wiki:ZoomLevels some tweaking] for the map not to have white stripes of missing data. The Python script can generate a Maperitive script to perform this task, or preferrably, use the {{{-r}}} option to instruct the Python code to run Maperitive itself. This automates the process, allowing Python to detect that Maperitive has failed somehow and automatically retry.