JSPM

arcgis-circadian-widget

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q40898F
  • License MIT

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

Package Exports

  • arcgis-circadian-widget

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arcgis-circadian-widget) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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