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

Development #42

Closed driskull closed 9 years ago

driskull commented 9 years ago

Fixes #33, #39, #40.

@kellyhutchins @iwittenmyer Can you help test & review code?

kellyhutchins commented 9 years ago

I'm going to update the basic viewer template today with these updates so we can test them out in the real environment.

driskull commented 9 years ago

sounds like a great idea! :+1:

iwittenmyer commented 9 years ago

i can test the basic viewer tomorrow

kellyhutchins commented 9 years ago

Ok checked in the update so it'll be ready for testing in the morning.

driskull commented 9 years ago

@kellyhutchins don't forget to remove the old templateOptions.js file

driskull commented 9 years ago

@kellyhutchins Let me know if its working correctly.

iwittenmyer commented 9 years ago

@driskull @kellyhutchins it seems to be working well in the preliminary tests. The hosted apps are making the correct requests to the custom geocoder and esri gecoder for both suggest and findAddressCandidates

driskull commented 9 years ago

@kellyhutchins I've made some code changes. Can we put the latest on the basic viewer for testing. cc @iwittenmyer

kellyhutchins commented 9 years ago

@driskull looks like the updates were just to template.js is that correct?

driskull commented 9 years ago

@kellyhutchins Yes.

kellyhutchins commented 9 years ago

Ok updated.

kellyhutchins commented 9 years ago

Testing looks good - merging.