0.1.2 • Published 9 years ago

arcgis-circadian-widget v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

arcgis-circadian-widget

:sunrise: An ArcGIS JS V4 widget that changes the map tint based on the time of day.

npm

Include the style, create the widget

require([
  "custom-widgets/Circadian"
], function(Circadian) {

  // create your map and view

  var c = new Circadian();
  c.startup();

Get it from here or via npm npm install arcgis-circadian-widget --save

Running locally

Download / clone this repository then run npm install > npm start

example

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago