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

Support multiple maps, groups and scenes. #107

Closed driskull closed 7 years ago

driskull commented 7 years ago

The boilerplate's webmap, group and webscene properties should be enhanced to support an array of strings webmap[] group[] and webscene[] so that multiple maps, groups and scenes can be supported when an array is provided.

String should still be the default option or can be "autocasted" into a single item array.

driskull commented 7 years ago

Supported in latest 4masterts