Changes between Version 2 and Version 3 of running


Ignore:
Timestamp:
Jun 9, 2011, 3:48:41 PM (14 years ago)
Author:
dennisw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • running

    v2 v3  
    1717
    1818== 3.2 Realtime rendering ==
     19Realtime rendering makes use of the ''tile.py'' file, which is for now located in the website folder.
    1920If you have data in the tables described in the previous chapter, you might get lines like these in your terminal:
    2021{{{
    21 [02/May/2011 09:50:16] "GET /gheat/classic/16/33584,21598.png HTTP/1.1" 200 334
     22[09/Jun/2011 09:14:45] "GET /website/tile/14/8399,5399.png?colour=255,0,0 HTTP/1.1" 200 321
    2223}}}
    23 This means heatmap images are being requested and served. If a tile hasn't been rendered before, it will be now. Note that rendertime will increase with larger datasets.
     24This means heatmap images are being requested and served. Note that rendertime will increase with larger datasets.
    2425
    2526== 3.3 Prerendering ==
    26 If realtime rendering takes too much time, you can choose to prerender the images.
     27You can also choose to prerender a set of heatmap images which will be saved. The prerender process will make use of the original django_gheat way of rendering.
    2728
    2829You can prerender a heatmap with the following command: