Esri / application-boilerplate-3x-js

Starter application that simplifies the process of building templates for the ArcGIS.com template gallery.
https://developers.arcgis.com/javascript/
Apache License 2.0
90 stars 68 forks source link

App needs access to boilderplate settings #88

Closed alaframboise closed 7 years ago

alaframboise commented 7 years ago

An app might need to access the boilderplate settings. Let's pass this in as an optional parameter. I also uniquely named the div IDs for map and scene as some app templates might allow users to toggle between the two views and the divs need to be unique.

driskull commented 7 years ago

Looks good!