Created
February 17, 2023 15:35
-
-
Save salahelfarissi/784796c339ea39ec917f919db6f203fc to your computer and use it in GitHub Desktop.
APS Environment Variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const APS_MODEL_URN = 'dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6dHVubmVsLWJ1Y2tldC9yYWNiYXNpY3NhbXBsZXByb2plY3QucnZ0'; | |
export const APS_MODEL_VIEW = '6bfb4886-f2ee-9ccb-8db0-c5c170220c40'; | |
export const APS_MODEL_DEFAULT_FLOOR_INDEX = 2; | |
export const DEFAULT_TIMERANGE_START = new Date('2022-01-01'); | |
export const DEFAULT_TIMERANGE_END = new Date('2022-01-30'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, it looks fine. If so, let's do some experiments.
APS_MODEL_VIEW
to be an empty string inconfig.js
:loadModel
function inviewer.js
like the following: