Changes between Version 42 and Version 43 of ConfigurationGuidelines


Ignore:
Timestamp:
05/06/10 22:38:50 (15 years ago)
Author:
Fran Boon
Comment:

Mapping options

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v42 v43  
    7272  * section: {{{s3.menu_modules}}}
    7373
    74 
    7574If you wish to hide some fields which you don't want to confuse your system, then you can do something like this {{{models/zzz_local.py}}} instead of amending the main model (this means that future merges from trunk won't clobber your changes):
    7675{{{
     
    102101db[table].occupation.writable = False
    103102}}}
     103
     104=== Mapping Options ===
     105http://localhost:8000/sahana/gis/config/update/1
     106
     107Default Map Portal:
     108 * Lat
     109 * Lon
     110 * Zoom
     111Bounds of relevant area:
     112 * Min Lon
     113 * Max Lat
     114 * Min Lon
     115 * Max Lat
     116Selecting Base Layers:
     117 * http://localhost:8000/sahana/gis/map_service_catalogue
     118Test out whether !OpenStreetMap, Google, Yahoo or Bing have the best road maps & Satellite imagery
     119
     120Import Admin Boundaries:
     121 * The locations hierarchy should be populated with L0->L3 data, which are often available in the form of shapefiles
     122  * [wiki:HaitiGISToDo#LoadGISdata Haiti example]
     123
    104124=== Roles ===
    105125By default the 1st user to register will gain the Administrator role.