Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

wri/forest_atlas_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Robert Winterbottom
Apr 1, 2016
0a9bd84 · Apr 1, 2016
Apr 1, 2016
Feb 29, 2016
Apr 1, 2016
Aug 31, 2015
Mar 18, 2016
Aug 21, 2015
Jan 20, 2016
Dec 23, 2015
Sep 9, 2015
Sep 4, 2015
Jan 25, 2016
Feb 29, 2016
Jan 20, 2016
Feb 9, 2016
Feb 3, 2016
Mar 2, 2016

Repository files navigation

WRI Forest Atlas ArcGIS Online Template

Template for the WRI Forest Atlas that will be available through ArcGIS Online.

Notes about the different configuration panels

Defaults for the configuration panels can be set in the bottom of the configuration panel json, however those values don't seem to be reliably passed down through the application ID until the user interacts with the panel in ArcGIS Online. To be safe, add your defaults to the Resources.js file. Whatever values are blank, missing, or empty from the configuration panel will be filled in with the defaults from Resources.js.

  1. configurationPanel
    • This is the original configuration panel, it has all the options available in it.
  2. countryConfigurationPanel
    • This is a simpler version of above, make sure to fill in your defaults in Resources.js.
  3. simpleConfigurationPanel
    • This is the simplest version of the config panel, it only allows for one language to be used in the application. In the Resources.js file you need to make sure you set the useAdditionalLanguage property to false as the current setting is true and this setting is not controlled from this configuration panel.
  4. standardConfigurationPanel
    • This is currently the same as the simpleConfigurationPanel but may change, use the simpleConfigurationPanel until this configuration is approved and finalized.

User Guide

Add explanation of how to use when completed and in AGOL.

Build

  1. Install node.js
  2. npm install
  3. npm run dist
  4. Built code will be available in the www directory

Future Updates

  • Add documentation