ingean / arcgis-forge-dashboard

Dashboard combining data from ArcGIS and Autodesk Forge (BIM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arcgis-forge-dashboard

Template for a ArcGIS JS 4 mapping web app using calcite components

Themes

In index.html set the Calcite stylesheet url to the preferred theme

  <!--link rel="stylesheet" href="https://js.arcgis.com/4.22/@arcgis/core/assets/esri/themes/light/main.css" /-->
  <link rel="stylesheet" href="https://js.arcgis.com/4.22/@arcgis/core/assets/esri/themes/dark/main.css" />

And wrap application in a div

  <div class="calcite-theme-dark"></div>

In main.css set the color scheme for dark themed browser controls e.g. scrollbars etc

:root {
  color-scheme: dark; /* Dark style scrollbars etc.*/
}

About

Dashboard combining data from ArcGIS and Autodesk Forge (BIM)


Languages

Language:JavaScript 75.6%Language:HTML 21.7%Language:CSS 2.6%