-
-
Notifications
You must be signed in to change notification settings - Fork 278
Home
David Spriggs edited this page Jun 5, 2013
·
23 revisions
The main idea of the viewer it to provide a simple, fast, and configurable javascript viewer. Given the vast and varied use cases for a map viewers, it is impossible to create a single viewer that will meet everyones needs. This viewer aims to be an extensible starting point as well as teach modular, clean coding techniques for creating your own widgets/tools.
- The file Structure.
- The config file (config.js).
- The controller (Controller.js).
- Building custom widgets.