Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

davetimmins/arcgis-circadian-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcgis-circadian-widget

🌅 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published