Help adding Easy Navigation widget to scene.

3093
2
Jump to solution
05-17-2016 08:20 AM
MeganWirth
Occasional Contributor

Hello All,

Trying to add the easy navigation widget to a scene. Cant seem to get it to work. would appreciate someone pointing out what im doing wrong. appreciate the help.

0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor

Looks like you were missing two modules (dojo/dom and dojo/on) and also the code for the easy navigation needed to be moved into the reguire function. Here's an updated bit of code that should work.

JS Bin - Collaborative JavaScript Debugging

View solution in original post

2 Replies
KellyHutchins
Esri Frequent Contributor

Looks like you were missing two modules (dojo/dom and dojo/on) and also the code for the easy navigation needed to be moved into the reguire function. Here's an updated bit of code that should work.

JS Bin - Collaborative JavaScript Debugging

MeganWirth
Occasional Contributor

Thanks Kelly! That's awesome. Appreciate your explanation as well.

0 Kudos