Solved! Go to Solution.
Hi,
I've tried the new AppBuilder 3.1 and have problems creating apps with my basemaps. If I'm only using sample basemaps from arcgis online eventhing works, but if I use my basemaps (that worked perfectly in 3.0) the app builder freezez when I go to step 3 to set the extent. se the attached image. And if I'm viewing the application in a browser I can't se my basemaps.
[ATTACH=CONFIG]20071[/ATTACH]
<?xml version="1.0" ?> <configuration> <title>ArcGIS Viewer for Flex</title> <logo>assets/images/logo.png</logo> <style> <colors>0xffffff,0x333333,0x101010,0x0,0xffd700</colors> <alpha>0.8</alpha> <font name="Verdana"/> <titlefont name="Verdana"/> <subtitlefont name="Verdana"/> </style> <!-- replace the following url with your own geometryservice --> <geometryservice url="http://oskar75:6080/arcgis/rest/services/Utilities/Geometry/GeometryServer"/> <subtitle>test</subtitle> <widget url="widgets/Navigation/NavigationWidget.swf" config="widgets/Navigation/NavigationWidget.xml" left="10" top="50"/> <widget url="widgets/OverviewMap/OverviewMapWidget.swf" config="widgets/OverviewMap/OverviewMapWidget.xml" right="0" bottom="0"/> <widget url="widgets/MapSwitcher/MapSwitcherWidget.swf" config="widgets/MapSwitcher/MapSwitcherWidget.xml" right="20" top="55"/> <widget url="widgets/HeaderController/HeaderControllerWidget.swf" config="widgets/HeaderController/HeaderControllerWidget.xml" left="0" top="0"/> <map attributionvisible="false" esrilogovisible="true" openhandcursorvisible="false" scalebarvisible="true" scalebar="metric" zoomslidervisible="false" wraparound180="true" addarcgisbasemaps="false" initialextent="1694414.743585312 7736155.2180623105 1953383.3954153643 7882914.312369778" wkid="102100" top="40" portalurl="https://www.arcgis.com/"> <basemaps> <layer type="tiled" label="Bakgrundskarta" url="http://oskar75:6080/arcgis/rest/services/test/Bakgrundskarta/MapServer" visible="true"/> <layer type="tiled" label="Ortofoto test" url="http://oskar75:6080/arcgis/rest/services/test/Ortofoto_test/MapServer" visible="false"/> </basemaps> <operationallayers> <layer type="dynamic" label="Riksintressen test" imageformat="png8" url="http://oskar75:6080/arcgis/rest/services/test/Riksintressen_test/MapServer" visible="true"/> <layer type="dynamic" label="Fastigheter rättigheter" imageformat="png8" url="http://oskar75:6080/arcgis/rest/services/test/Fastigheter_r%C3%A4ttigheter/MapServer" visible="true"/> </operationallayers> </map> <widgetcontainer layout="float"> <widget url="widgets/Draw/DrawWidget.swf" config="widgets/Draw/DrawWidget.xml" label="Rita" icon="assets/images/i_draw2.png"/> <widget url="widgets/Print/PrintWidget.swf" config="widgets/Print/PrintWidget.xml" label="Skriv ut" icon="assets/images/i_print.png"/> <widget url="widgets/Legend/LegendWidget.swf" config="widgets/Legend/LegendWidget_1.xml" label="Teckenförklaring" icon="assets/images/Legend32.png"/> <widget url="widgets/Search/SearchWidget.swf" config="widgets/Search/SearchWidget_1.xml" label="Sök" icon="assets/images/i_search.png"/> </widgetcontainer> </configuration>
Using App Builder 3.1 with a map that is not either in geographic or web mercator is a known issue. It'll be fixed in the next release.
Using App Builder 3.1 with a map that is not either in geographic or web mercator is a known issue. It'll be fixed in the next release.