Hi All,
I'm trying to include bing/azure maps in the SAIL UI. But it doesn't seem to display the map. Alternatively, I even tried using bing maps api with api keys, but even that doesn't seem to display the map in Appian. Looking for some inputs.
{ a!sectionLayout( contents: {} ), a!sectionLayout( label: "Section", contents: { a!webContentField( label: "Bing Maps", source: "https://www.bing.com/maps?cp=-30.54014460144714~151.649513689518&sty=r&lvl=8&FORM=MBEDLD" ) } ) }
Discussion posts and replies are publicly visible
Hi ashoku
Have you checked if Bing allows its apps to embed? As mentioned by Appian, not all sources can be embedded.
Hi Ankita,
Normal bing search website can be embedded, but looking at the way bing maps are rendering, unable to decide whether the issue is with webcontentfield or with the bing map api.
PS: Bing maps can be embedded in other sites
A lot of tools have a different URL if you plan to embed the site than just using the standard URL. I'd suggest searching for "embed bing maps" or something like that to see if you can find a different URL that is embed-able.