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

Create 4.x helper class for URL params #75

Closed driskull closed 7 years ago

driskull commented 8 years ago

Create a 4.x helper class to convert all the common url params like extent and such to their appropriate classes. In the 3x boilerplate, this was called map params.

I think in the new boilerplate it should be called urlHelper or something similar since it will work for scene and webmap.

driskull commented 8 years ago

https://github.com/Esri/application-boilerplate-js/blob/master/application_boilerplate/js/MapUrlParams.js

https://github.com/Esri/application-boilerplate-js/blob/4master/js/application/main.js#L147

driskull commented 7 years ago

@kellyhutchins this is installed. Can you test/review?

driskull commented 7 years ago

Assuming this is good now.