Changes between Version 4 and Version 5 of GeoDjangoDiscussion


Ignore:
Timestamp:
Jul 8, 2007, 2:33:18 PM (17 years ago)
Author:
jbronn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoDiscussion

    v4 v5  
    1414 * Spatial querying w/ unit tests
    1515 * More robust gdal datasource support: missing/null values, multipoly in poly, multiline in line, etc.
    16    * gdal.Field.value dies on int('').  Better to have (GIS) exception or return None?
     16   * gdal.Field.value dies on int(' ').  Better to have (GIS) exception or return None?
    1717 * C object lifetime management
    1818   * leak testing? (Lots of handles and __delete__ ; affects gc, see: [http://docs.python.org/lib/module-gc.html#tex2html190 gc.garbage])
     
    2121   * or does ctypes do something magical?
    2222   * Why are transform and transform_to are separate?
    23 
    24 
    25 
    26 
     23     * FAQ has been updated to answer this question
     24 
    2725=== Common CS ===
    2826 * WGS84
Back to Top