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

Allow to set default webmap or webscene #100

Closed alaframboise closed 7 years ago

alaframboise commented 7 years ago

How about this? Similar logic but also allows me to load the template with either the default webmap or webscene from the command line.

http://localhost/GitHub/calcite-maps-styler-template/index.html?webmap=default

http://localhost/GitHub/calcite-maps-styler-template/index.html?webscene=default

driskull commented 7 years ago

I'll update the code to allow this. I think there's a simpler way.