-- from http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#//01m300000011000000#GUID-82B3FE2C-8344-4FAB-873C-3808B33ED4D5Kim,It's correct that you have to set those two parameters, do you still have problems after doing that?As for other solutions:If you are compiling the source yourself, the code is available on GitHub to work around this.Or you can wait for the next release, version 3.2, which among other things will add supports for 6 new locales, including Danish. We're planning to release 3.2 at the end of March.Or you can use the previous (3.0) version.
There is currently a known limit when working with maps that do not use either Geographic or Web Mercator for their basemap's spatial reference. If you are using a spatial reference other than this, you will need to set the config.xml map's wraparound and addarcgisbasemaps attributes to 'false'.
I just installed 3.1 on my server to replace 3.0 and am also experiencing the same issue where the map extent tab freezes and becomes unresponsive except for the ability to save the application before closing. I set the two attributes on the map tag to false: wraparound180="false" addarcgisbasemaps="false" as suggested however this did not fix the problem.I'm using state plane coordinates rather than web mercator.
Actually it is a layout widget. It opens up a relate table. I believe it is from a widget created by Robert Scheitlin. It was written for 3.0 not 3.1 so that is probably why there is a problem now. Which is okay, I removed it from the config file. I wont upgrade the Application that uses it until he has the opportunity to update it. It really is a dormant application right now so I'm in no hurry, he's pretty good about updating all of his widgets.
12/18/2012 15:48:16.960 [FATAL] com.esri.controllers.ApplicationCompleteController Uncaught error: TypeError: Error #1009 at com.esri.ags.layers::ArcGISDynamicMapServiceLayer/loadMapImage() at com.esri.ags.layers::DynamicMapServiceLayer/updateLayer() at com.esri.ags.layers::Layer/updateLayerIfInvalid() at com.esri.ags.layers::Layer/updateDisplayList() at mx.core::UIComponent/validateDisplayList() at mx.managers::LayoutManager/validateDisplayList() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/doPhasedInstantiationCallback()
<widgetcontainer layout="float"> <widget url="widgets/Locate/LocateWidget.swf" config="widgets/Locate/LocateWidget_1.xml" label="Locator" icon="assets/images/i_target.png"/> <widget url="widgets/eSearch/SearchWidgetFixedDG.swf" config="widgets/eSearch/SearchWidgetFixedDG.xml"/> </widgetcontainer>
Hi Josh,Can you try setting these two attributes on the map tag to false:wraparound180="false" addarcgisbasemaps="false"This is an issue in 3.1 when the base map layer is not geographic or web mercator.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.