Changes between Version 2 and Version 3 of tilegen


Ignore:
Timestamp:
May 4, 2011, 3:42:08 PM (14 years ago)
Author:
dennisw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tilegen

    v2 v3  
    1515
    1616=== generate_tile ===
     17This function sends the variables to the backend class Tile: {{{tile = backend.Tile(color_scheme, dots, zoom, x, y, fspath)}}}. The backend, declared in gheat/gheatsettings.py is the gheat/pil_.py file. This calculates the lat/lng bounds for the tile. After this, depending on existence, a tile will be rebuild and served or served from cache, or an empty will be served.
    1718
    18 == base.py ==
    19 A large part of the tile generation takes place in the gheat/base.py file.
     19== gheat/pil_.py
     20Work in progress
    2021
    21 
     22== gheat/base.py ==
    2223Work in progress
    23 Work in progress
    24 Work in progress