Changes between Version 37 and Version 38 of UserGuidelines/SAMBRO/Implement


Ignore:
Timestamp:
05/17/17 02:06:39 (8 years ago)
Author:
Biplov Bhandari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO/Implement

    v37 v38  
    156156
    157157
    158 In your eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]]
     158In your Eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]]
    159159
    160160
     
    167167
    168168
    169 This parameter is maintained to assign the default period to offset the expire date; i.e. effective + expire_offset. The default is 2 days. You can change the number of the period. With the offset, we trying to help speed up the data entry.
     169This parameter is maintained to assign the default period to offset the expiry date; i.e. effective + expire_offset. The default is 2 days. You can change the number of the period. With the offset, we trying to help speed up the data entry.
    170170
    171171
     172=== Map Area Display Options ===
     173
     174The default elements used while importing from CAP XML are "polygon" and "geocode". If you want to change the default behavior, go to the config file of your country implementation and change the list for the setting {{{ settings.cap.area_default = ["your_choice"] }}} [[BR]]
     175for example, the default settings for the Philippines implementation is importing by "geocode" which can be found at /SAMBRO/PH/config.py as
     176{{{
     177    # Default location from geocode
     178    settings.cap.area_default = ["geocode"]
     179}}}
    172180== Other ==