Making the scale to appear at the left bottom

567
1
Jump to solution
01-14-2013 08:02 PM
PrasannaRaghavendar
New Contributor III
Hi,

I am using this map
https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer

Is there a way to make the scale to appear on the left-middle of the screen? By default it appears at left-top.

Thanks
Prasanna
0 Kudos
1 Solution

Accepted Solutions
PrasannaRaghavendar
New Contributor III
I achieved the result using the following code.

esriConfig.defaults.map.slider.top = "200px";


Thanks,
Prasanna

View solution in original post

0 Kudos
1 Reply
PrasannaRaghavendar
New Contributor III
I achieved the result using the following code.

esriConfig.defaults.map.slider.top = "200px";


Thanks,
Prasanna
0 Kudos