Changes between Version 37 and Version 38 of UserGuidelines/SAMBRO/Implement
- Timestamp:
- 05/17/17 02:06:39 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/SAMBRO/Implement
v37 v38 156 156 157 157 158 In your eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]]158 In your Eden directory, go to models/ and open 000_config.py. Below the Identifier setting (as explained above), you will see [[BR]] 159 159 160 160 … … 167 167 168 168 169 This parameter is maintained to assign the default period to offset the expir edate; 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.169 This 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. 170 170 171 171 172 === Map Area Display Options === 173 174 The 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]] 175 for 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 }}} 172 180 == Other ==