ASM #236
Change-Id: I849aa9c15622973e49f385ada9df84ba3b1417dd Former-commit-id:4400821f53
[formerly06f619b3ff
] [formerly6be82c41fc
] [formerly4400821f53
[formerly06f619b3ff
] [formerly6be82c41fc
] [formerlycc9e62c806
[formerly6be82c41fc
[formerly 8d0e82a46186f3457c5d4e3001548d067ebbaae2]]]] Former-commit-id:cc9e62c806
Former-commit-id:f4c11adcfc
[formerly1c6f6be15e
] [formerly 739ab9214214a58ad3716378a60a67bab5d677fe [formerly9b850d81df
]] Former-commit-id: 728fca809416a733d3b5932fd1544dbb7fcf3dfd [formerly73e5bc8949
] Former-commit-id:2e088612ec
This commit is contained in:
parent
3d919d78f0
commit
bbffc7e992
2 changed files with 10 additions and 1 deletions
|
@ -434,8 +434,15 @@ public class MPEDisplayManager {
|
|||
}
|
||||
editTime = getCurrentDisplayedDate();
|
||||
|
||||
displayedField = DisplayFieldData.mMosaic;
|
||||
// token for default display
|
||||
String mdd = AppsDefaults.getInstance().getToken("mpe_def_display");
|
||||
|
||||
if(mdd != null){
|
||||
displayedField = DisplayFieldData.fromString(mdd);
|
||||
} else {
|
||||
displayedField = DisplayFieldData.fromString("MMOSAIC");
|
||||
}
|
||||
|
||||
ChangeTimeProvider.update(this);
|
||||
|
||||
VizApp.runAsync(new Runnable() {
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
#
|
||||
#10/01/09 - Added 5 tokens for arcnav application. //only for arcnav for raxum application
|
||||
#10/03/12 - Added token section for script execution
|
||||
#02/12/2014 - Added token for default display to replace field in rwprefs table
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
|
@ -935,6 +936,7 @@ mpe_map_width : 1320
|
|||
mpe_zoom_out_limit : 20
|
||||
mpe_disclosure_limit : 60
|
||||
mpe_map_projection : FLAT
|
||||
mpe_def_display : MMOSAIC
|
||||
|
||||
### Misc tokens
|
||||
mpe_load_hourlypc : ON
|
||||
|
|
Loading…
Add table
Reference in a new issue