Skip to content
David Spriggs edited this page Jul 8, 2014 · 23 revisions

Introduction

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.

Contents

  1. The file Structure.
  2. The config file (config/viewer.js).
  3. The controller (Controller.js).
  4. Building custom widgets.
  5. Syncing your fork
Clone this wiki locally