Adding Bing Maps License Key into Application Builder does not populate configuration XML file.
Last Published: August 25, 2014ArcGIS API for Flex
Bug ID Number
NIM076454
Submitted
December 22, 2011
Last Modified
April 2, 2025
Applies to
ArcGIS API for Flex
Version found
2.5
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
Tested using 3.0 PR with my own Bing Maps Key and it worked fine.
Workaround
1. Manually add the Bing Map key into config.xml after the style tag and add the Bing maps basemaps under the operationallayers tag (refer to screenshot - 5.jpg). <bing key=”yourkey”/><basemaps><layer label="Streets" type="bing" visible="false" style="road" culture="en-US"/> <layer label="Aerial" type="bing" visible="true" style="aerial"culture="en-US"/> <layer label="Aerial with labels" type="bing" visible="false" style="aerialWithLabels" culture="en-US"/></basemaps>2. Save the config.xml file and open the application in Application Builder.3. The basemaps will be listed under Selected basemaps in the BaseMap and Operational Layers dialog box.