Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview and Bing Maps

Hello,

does anyone knows an example on Qlikview document showing a Bing Map?

i got one example on a Qlikview document accessing Google Maps, but not for Bing.

Thanks,

Oscar

3 Replies
Not applicable
Author

Hi

In my memory, I' ve never seen a bing map into QV.

There is some OpenStreetMap. Loot at an old share qv.

JJ

Not applicable
Author

I upload a bad one. Try This

Not applicable
Author

Hi guggiaosca,

I know it is a while after your request date, but if you or anyone else can benefit from this.

You follow the same approach as with Google maps, with only changing the following:

Obtain a Bing Map Key ( https://www.bingmapsportal.com/)

Add a new entry in your Bing maps load script:

bmap_key=      'BINGKEY'

Add the following to Chart Properties->Colors->Dynamic Image:

='http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/'

&

num(var_mid_lat, '##############', '.', ',' )

&

','

&

num(var_mid_long, '##############', '.', ',' )

&

'/'

&

'$(var_zoom)'

&

'?'

&

'mapSize='&map_size_x &','&map_size_y

&

'&format=jpeg'

&

'&key='&bmap_key