Changes between Version 42 and Version 43 of ConfigurationGuidelines
- Timestamp:
- 05/06/10 22:38:50 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v42 v43 72 72 * section: {{{s3.menu_modules}}} 73 73 74 75 74 If 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): 76 75 {{{ … … 102 101 db[table].occupation.writable = False 103 102 }}} 103 104 === Mapping Options === 105 http://localhost:8000/sahana/gis/config/update/1 106 107 Default Map Portal: 108 * Lat 109 * Lon 110 * Zoom 111 Bounds of relevant area: 112 * Min Lon 113 * Max Lat 114 * Min Lon 115 * Max Lat 116 Selecting Base Layers: 117 * http://localhost:8000/sahana/gis/map_service_catalogue 118 Test out whether !OpenStreetMap, Google, Yahoo or Bing have the best road maps & Satellite imagery 119 120 Import 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 104 124 === Roles === 105 125 By default the 1st user to register will gain the Administrator role.