Cant get rid of Navigation (+ and -) toolbar

504
2
Jump to solution
02-14-2014 09:40 AM
GeoffreyJoseph1
New Contributor III
I have commented out the following code

 //"esri/toolbars/navigation",         //Navigation,         //var navToolbar = new Navigation(map);      


but I cant get the "+" and "-" buttons to go away. I have cleared the cache, tried all browsers but it just won't go away. Can anyone see something I am doing wrong?

Thanks

http://joffreyj.kd.io/ArFire/fd_amd.html
0 Kudos
1 Solution

Accepted Solutions
TimWitt
Frequent Contributor
Geoffrey,

Add the following when you create your map

slider: false


Hope this helps 🙂

View solution in original post

0 Kudos
2 Replies
TimWitt
Frequent Contributor
Geoffrey,

Add the following when you create your map

slider: false


Hope this helps 🙂
0 Kudos
GeoffreyJoseph1
New Contributor III
Thanks for your help.

Geoffrey,

Add the following when you create your map

slider: false


Hope this helps 🙂
0 Kudos