mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
rearranged where event variables go
This commit is contained in:
parent
147e9a9501
commit
a2a6ea29bf
@ -23,18 +23,22 @@ define([
|
||||
MAX_DB_SIZE: 75, // Recommended maximum size in MBs
|
||||
TILE_PATH:"", // The absolute path to the root of bundle/bundleX files e.g. V101/YOSEMITE_MAP/
|
||||
RECENTER_DELAY: 350, // Millisecond delay before attempting to recent map after an orientation change
|
||||
DATABASE_ERROR_EVENT: "databaseErrorEvent", // An error thrown by the database.
|
||||
PARSING_ERROR: 'parsingError', // An error was encountered while parsing a TPK file.
|
||||
DB_INIT_ERROR: "dbInitError", // An error occurred while initializing the database.
|
||||
DB_FULL_ERROR: "dbFullError", // No space left in the database.
|
||||
NO_SUPPORT_ERROR: "libNotSupportedError", // Error indicating this library is not supported in a particular browser.
|
||||
VALIDATION_EVENT: "validationEvent", // Library validation checks.
|
||||
PROGRESS_EVENT: "progress", // Event dispatched while parsing a bundle file.
|
||||
PROGRESS_START: "start",
|
||||
PROGRESS_END: "end",
|
||||
WINDOW_VALIDATED: "windowValidated", // All window functionality checks have passed
|
||||
DB_VALIDATED: "dbValidated", // All database functionality checks have passed
|
||||
|
||||
//
|
||||
// Events
|
||||
//
|
||||
DATABASE_ERROR_EVENT: "databaseErrorEvent", // An error thrown by the database.
|
||||
VALIDATION_EVENT: "validationEvent", // Library validation checks.
|
||||
PROGRESS_EVENT: "progress", // Event dispatched while parsing a bundle file.
|
||||
|
||||
//
|
||||
// Private properties
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user