Does anyone have an idea what could be wrong with the code below (from config.xml)...I Just want to exclude my 1:100 scale from the viewer for the time being and so I included the <lods> as the help doc says to. I have gone over my resolution and scale numbers several times from my services site and they are indeed identical! The 1:100 scale continues to show up in my map...I'm using flexviewer 2.2.Thanks for any help!<map initialextent="334860 4939343 482233 5027846">
<lods>
<lod resolution="132.291931250529" scale="500000"/>
<lod resolution="66.1459656252646" scale="250000"/>
<lod resolution="31.750063500127" scale="120000"/>
<lod resolution="15.8750317500635" scale="60000"/>
<lod resolution="7.93751587503175" scale="30000"/>
<lod resolution="3.96875793751588" scale="15000"/>
<lod resolution="1.85208703750741" scale="7000"/>
<lod resolution="0.793751587503175" scale="3000"/>
<lod resolution="0.264583862501058" scale="1000"/>
<lod resolution="0.132291931250529" scale="500"/>
</lods>
<basemaps>
<layer label="xyz" type="tiled" visible="true"
url="http://xyz/ArcGIS/rest/services/xyz/MapServer"/>
</basemaps>
<operationallayers>
<layer label="Layers" type="dynamic" visible="true" imageformat="png32"
url="http://xyz/ArcGIS/rest/services/xyz/MapServer"/>
</operationallayers>
</map>