Skip to content
David Spriggs edited this page Jun 5, 2013 · 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.js).
  3. The controller (Controller.js).
  4. Building custom widgets.
Clone this wiki locally