Select to view content in your preferred language

eMapSwitcher - Fader

896
6
06-25-2012 03:08 AM
JamesEdge
Deactivated User
I am using 2.5 uncompiled version. In my config.xml I have set my 2nd basemap (street) to open by default but the fader slider button is positioned at the 1st basemap (ortho). How do I set it so that the slider button starts at the 2nd basemap? Thanks.
Tags (2)
0 Kudos
6 Replies
MarcCavallaro
Regular Contributor
Hi James, did you ever figure this out?  I'm attempting to do the same.

Thx
0 Kudos
RhettZufelt
MVP Notable Contributor
Very bottom of the eMapSwitcherWidget.mxml:

  <s:HSlider id="fader" left="10" right="10" mouseFocusEnabled="false"
       minimum="1" maximum="{basemapList.length}" bottom="5"
       snapInterval="0.01" liveDragging="true" enabled="true"
       showDataTip="false" value="2" change="faderFade(event)"
       skinClass="widgets.eMapSwitcher.BasemapFaderSkin"/>


will make the slider start out on the second basemap.

R_
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
All,

   This is not an issue in the latest release.
0 Kudos
MarcCavallaro
Regular Contributor
All,

   This is not an issue in the latest release.


Hi Robert,  Can you please confirm that it works with <showthumbnails>false</showthumbnails>.  I'm not getting the desired results.

Thanks,
Marc
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Marc,

   Thanks for letting me know I will be releasing a fix for this very soon.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Marc,

   Verson 3.0.3 now fixes that issue.
0 Kudos