UNPKG

arcgis-circadian-widget

Version:

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

12 lines (9 loc) 255 B
var locationPath = window.location.origin.replace(/\/+$/, '') + window.location.pathname; window.dojoConfig = { async: true, packages: [{ name: 'custom-widgets', location: locationPath + 'src', main: 'Circadian' }] };