<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thank You in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114308#M2715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank u sir for ur suggetions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have changed projection of the map and now all functions are working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 07:06:16 GMT</pubDate>
    <dc:creator>Shimonchh</dc:creator>
    <dc:date>2010-04-22T07:06:16Z</dc:date>
    <item>
      <title>Map  is not displayed when spatial Reference is explicitly specified.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114302#M2709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Flex Sample Viewer 1.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I write following my map is displayed but Draw Widget doesn't work . Project Complete Handler event is not called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but when I write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]),new SpatialReference(4326));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DrawWidget works but map is not displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me something to solve this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 06:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114302#M2709</guid>
      <dc:creator>Shimonchh</dc:creator>
      <dc:date>2010-04-06T06:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Map is not displayed when spatial Reference is explicitly specified.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114303#M2710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shimon31,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to admit you have me a little confused here. In the SFV 1.3 this line of code is there by default&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]));&lt;/PRE&gt;&lt;SPAN&gt; and both the map displays and the draw widget works...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say that you set the code to &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]),new SpatialReference(4326));&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and the map does not display but the draw widget work, what is the spatial reference of you map services that are in the map? are you using the default OLD basemaps or the newer ones that are in WKID 102100?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 12:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114303#M2710</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-04-06T12:18:36Z</dc:date>
    </item>
    <item>
      <title>Draw widget doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114304#M2711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your reply sir&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yae this is the default line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]));&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but when i draw a line by using draw widget projectCompleteHandler function is not called. and no result is shown&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but when i changed this above line of map manager like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say that you set the code to &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]),new SpatialReference(4326));&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then draw widget works. it gives lenth of line but map is not displayed . although i can retrieve all values of map like name of layers etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;spatial reference of my map services is 4326.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Shimon31,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to admit you have me a little confused here. In the SFV 1.3 this line of code is there by default&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]));&lt;/PRE&gt; and both the map displays and the draw widget works...&lt;BR /&gt;&lt;BR /&gt;When you say that you set the code to &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var extent:Extent = new Extent(Number(extArray[0]), Number(extArray[1]), Number(extArray[2]), Number(extArray[3]),new SpatialReference(4326));&lt;/PRE&gt;&lt;BR /&gt;and the map does not display but the draw widget work, what is the spatial reference of you map services that are in the map? are you using the default OLD basemaps or the newer ones that are in WKID 102100?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 05:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114304#M2711</guid>
      <dc:creator>Shimonchh</dc:creator>
      <dc:date>2010-04-07T05:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Map is not displayed when spatial Reference is explicitly specified.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114305#M2712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shimon31,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The fact is that the SFV 1.3 works out of the box using basemaps in 4326 (both map display and the draw widget). With the minor exception of dynamic maps that is discussed here in this thread &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297291&amp;amp;mc=3#927860"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297291&amp;amp;mc=3#927860&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the dynamic maps issue is not your issue than either you have changed some code or your map services are in another projection. It really doesn't matter if your map services are in another projection as long as they are added as they are added to the livemaps or basemaps section of the config.xml with a type value of dynamic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What is your map services WKID? Maybe you should post your config.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 11:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114305#M2712</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-04-07T11:48:02Z</dc:date>
    </item>
    <item>
      <title>draw widget is not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114306#M2713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sir &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank u for ur quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is the code of my config.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;userinterface&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;banner&amp;gt;visible&amp;lt;/banner&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;title&amp;gt;ABC&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;subtitle&amp;gt;ABC&amp;lt;/subtitle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;!--&amp;lt;logo&amp;gt;com/esri/solutions/flexviewer/assets/images/logo.png&amp;lt;/logo&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;stylesheet&amp;gt;com/esri/solutions/flexviewer/themes/darkangel/style.swf&amp;lt;/stylesheet&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;menus&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;menu id="menuMap" visible="true" icon="com/esri/solutions/flexviewer/assets/images/icons/i_globe.png"&amp;gt;Map&amp;lt;/menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;menu id="menuNav" visible="true" icon="com/esri/solutions/flexviewer/assets/images/icons/i_nav.png"&amp;gt;Navigation&amp;lt;/menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;menu id="menuWidgets" visible="true" icon="com/esri/solutions/flexviewer/assets/images/icons/i_widget.png"&amp;gt;Tools&amp;lt;/menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;menu id="menuFeeds" visible="true" icon="com/esri/solutions/flexviewer/assets/images/icons/i_servicearea.png"&amp;gt;Feeds&amp;lt;/menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;menu id="menuHelp" visible="true" icon="com/esri/solutions/flexviewer/assets/images/icons/i_help.png"&amp;gt;Help&amp;lt;/menu&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/menus&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/userinterface&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;map initialExtent="515168.840244997 676464.495628832 621558.454454999 822760.132171167" fullExtent="515168.840244997 690360.704670001 621558.454454999 808863.923129998" &amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;basemaps menu="menuMap"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice label="Akola Map" type="dynamic" visible="true" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_highway.png"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ws13/ArcGIS/rest/services/akola_map/MapServer" rel="nofollow" target="_blank"&gt;http://ws13/ArcGIS/rest/services/akola_map/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/basemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;livemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mapservice label="Akolaaaa" type="dynamic" visible="false" alpha="1"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ws13/ArcGIS/rest/services/akola_map/MapServer" rel="nofollow" target="_blank"&gt;http://ws13/ArcGIS/rest/services/akola_map/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/livemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;navtools&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;navtool label="Zoom In" icon="com/esri/solutions/flexviewer/assets/images/icons/i_zoomin.png" menu="menuNav"&amp;gt;zoomin&amp;lt;/navtool&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;navtool label="Zoom Out" icon="com/esri/solutions/flexviewer/assets/images/icons/i_zoomout.png" menu="menuNav"&amp;gt;zoomout&amp;lt;/navtool&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;navtool label="Full Extent" icon="com/esri/solutions/flexviewer/assets/images/icons/i_zoomfull.png" menu="menuNav"&amp;gt;zoomfull&amp;lt;/navtool&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;navtool label="Re-center Map" icon="com/esri/solutions/flexviewer/assets/images/icons/i_pan.png" menu="menuNav"&amp;gt;pan&amp;lt;/navtool&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/navtools&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;widgets&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;widget label="Table Of Contents" icon="com/esri/solutions/flexviewer/assets/images/icons/i_folder.png" menu="menuMap" config="com/esri/solutions/flexviewer/widgets/LiveMapsWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/LiveMapsWidget.swf&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;widget label="Overview Map" preload="minimized" icon="com/esri/solutions/flexviewer/assets/images/icons/i_overview.png" menu="menuMap" config="com/esri/solutions/flexviewer/widgets/OverviewMapWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/OverviewMapWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;widget label="Bookmarks" preload="minimized" icon="com/esri/solutions/flexviewer/assets/images/icons/i_bookmark.png" menu="menuMap" config="com/esri/solutions/flexviewer/widgets/BookmarkWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/BookmarkWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;widget label="Print" icon="com/esri/solutions/flexviewer/assets/images/icons/i_print.png" menu="menuMap" config="com/esri/solutions/flexviewer/widgets/PrintWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/PrintWidget.swf&amp;lt;/widget&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Draw" icon="com/esri/solutions/flexviewer/assets/images/icons/i_draw.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/DrawWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/DrawWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Export" icon="com/esri/solutions/flexviewer/assets/images/icons/i_about.png" menu="menuWidgets"&amp;gt;com/esri/solutions/flexviewer/widgets/exportMap.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Identify" icon="com/esri/solutions/flexviewer/assets/images/icons/i_info.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/IdentifyWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/IdentifyWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Show Phc" icon="com/esri/solutions/flexviewer/assets/images/icons/i_info.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/IdentifyWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/phcSc.swf&amp;lt;/widget&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Charts" icon="com/esri/solutions/flexviewer/assets/images/icons/i_globe.png" menu="menuWidgets" config="com/esri/solutions/esa/widgets/ChartWidget.xml"&amp;gt;com/esri/solutions/esa/widgets/ChartWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Query Builder" icon="com/esri/solutions/flexviewer/assets/images/icons/i_folder.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/QueryBuilderWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/QueryBuilderWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;widget label="Search" icon="com/esri/solutions/flexviewer/assets/images/icons/i_search.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/SearchWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/SearchWidget.swf&amp;lt;/widget&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Magnifier Window" icon="com/esri/solutions/flexviewer/assets/images/icons/i_zoomin.png" menu="menuWidgets" config=""&amp;gt;com/esri/solutions/flexviewer/widgets/MagLensWidget.swf&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="LayerAnimation" icon="com/esri/solutions/flexviewer/assets/images/icons/i_zoomin.png" menu="menuWidgets" config="com/esri/solutions/flexviewer/widgets/LayerAnimationWidget.xml"&amp;gt;com/esri/solutions/flexviewer/widgets/LayerAnimationWidget.swf&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/widgets&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;proxytype&amp;gt;asp&amp;lt;/proxytype&amp;gt; &amp;lt;!-- apache|jsp||php --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And this is my map detail :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Reference: PROJCS["WGS_1984_Lambert_Conformal_Conic",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Central_Meridian",76.5],PARAMETER["Standard_Parallel_1",16.16666666666667],PARAMETER["Standard_Parallel_2",20.83333333333333],PARAMETER["Latitude_Of_Origin",18.50542944444445],UNIT["Meter",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Single Fused Map Cache: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intial Extent: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMin: 515168.840244997&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YMin: 676464.495628832&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XMax: 621558.454454999&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YMax: 822760.132171167&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Reference: PROJCS["WGS_1984_Lambert_Conformal_Conic",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Central_Meridian",76.5],PARAMETER["Standard_Parallel_1",16.16666666666667],PARAMETER["Standard_Parallel_2",20.83333333333333],PARAMETER["Latitude_Of_Origin",18.50542944444445],UNIT["Meter",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Full Extent: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XMin: 515168.840244997&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YMin: 690360.704670001&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XMax: 621558.454454999&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YMax: 808863.923129998&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spatial Reference: PROJCS["WGS_1984_Lambert_Conformal_Conic",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",500000.0],PARAMETER["Central_Meridian",76.5],PARAMETER["Standard_Parallel_1",16.16666666666667],PARAMETER["Standard_Parallel_2",20.83333333333333],PARAMETER["Latitude_Of_Origin",18.50542944444445],UNIT["Meter",1.0]]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Units: esriMeters&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pls give any suggestion...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Shimon31,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The fact is that the SFV 1.3 works out of the box using basemaps in 4326 (both map display and the draw widget). With the minor exception of dynamic maps that is discussed here in this thread &lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297291&amp;amp;mc=3#927860"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=297291&amp;amp;mc=3#927860&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the dynamic maps issue is not your issue than either you have changed some code or your map services are in another projection. It really doesn't matter if your map services are in another projection as long as they are added as they are added to the livemaps or basemaps section of the config.xml with a type value of dynamic.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; What is your map services WKID? Maybe you should post your config.xml.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 04:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114306#M2713</guid>
      <dc:creator>Shimonchh</dc:creator>
      <dc:date>2010-04-08T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map is not displayed when spatial Reference is explicitly specified.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114307#M2714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;shimon31,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WGS 1984 Lambert Conformal Conic is not the same as WGS 1984.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a quote from the Spatial Reference Class of the AGS Flex API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Each projected and geographic coordinate system is defined by both a well-known ID (WKID) or a definition string (WKT). The ArcGIS API for Flex (and the underlying ArcGIS Server REST API) only supports well-known IDs (not definition strings).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your map service does not have a Well Known ID (WKID), hence the issues you are having. Only suggestion I have for you is to re-project your data into a WKID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 11:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114307#M2714</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-04-08T11:38:28Z</dc:date>
    </item>
    <item>
      <title>Thank You</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114308#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank u sir for ur suggetions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have changed projection of the map and now all functions are working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-nbsp-is-not-displayed-when-spatial-reference/m-p/114308#M2715</guid>
      <dc:creator>Shimonchh</dc:creator>
      <dc:date>2010-04-22T07:06:16Z</dc:date>
    </item>
  </channel>
</rss>

