Select to view content in your preferred language

Map Switcher "More"

2308
2
Jump to solution
12-04-2013 07:51 AM
Naga_RaghuveerModala
Emerging Contributor
Howdy,

How can i rename the "More" in Map switcher config file in ArcGIS Viewer for flex 3.5 ? I am also aware of the Layers widget. But i want to rename the "More" to "Layers".

I tried the following, but it did not work

<configuration>
    <layerlist label="Layers" visible="true">
        <!-- <excludelayer>The Label Of Some Layer In Main Config File</excludelayer> -->
    </layerlist>
</configuration>

Any help will be useful

Thank you
Naga Raghuveer Modala
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Honored Contributor
Naga,

Try:

<labels>
<layerlistlabel>Layers</layerlistlabel>
</labels>

See the help here:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Map_Switcher_widget_tags/01m300...

Regards

Anthony

View solution in original post

0 Kudos
2 Replies
AnthonyGiles
Honored Contributor
Naga,

Try:

<labels>
<layerlistlabel>Layers</layerlistlabel>
</labels>

See the help here:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Map_Switcher_widget_tags/01m300...

Regards

Anthony
0 Kudos
Naga_RaghuveerModala
Emerging Contributor
Thank you Anthony, It worked
0 Kudos