Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Google Map Integration

Hi all

I'm very new to QlikView and I tried to integrate the google map functionality in a test app and I am very surprised but it worked with the first try! OK - I just copied a existing demo, but common I'm not a developer 🙂

Unbenannt.PNG

But now I have some questions and I would be very pleased if you could help me to answer this:

1) I know there are different map-types. I would like to use the roadmap-type but without detailed city descriptions. Is there a possibitlity to swith off city descriptions?

2) I cannot show the value of the bullets in the map, Why? How can I change this?

3) Does anybody know a free Geodata generator?

4) I have issues with the slider and I cannot integrate it.

5) Sometimes the zoom in/out works sometimes not. then I got the full world picture back. how can I solve this?

9 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

Hi,  If you have the Google API guide, you should add the below to your script:

maptype:

LOAD * INLINE [

    maptype

    roadmap

    mobile

    satellite

    terrain

    hybrid

];

Then you can use maptype field to select type of map in your app

jpenuliar
Partner - Specialist III
Partner - Specialist III

for question number 4:

have a look at attached sample

Not applicable
Author

Hi Jonathan

this is already there, but will not solve the description issue.

jpenuliar
Partner - Specialist III
Partner - Specialist III

use a listbox to show maptype fields, enable "Always one selected value"

Not applicable
Author

did that - but if you have a look at my app... when you select France and you choose Zoom Level 8 or higher it will show you the world....

jpenuliar
Partner - Specialist III
Partner - Specialist III

Apologies, I can see in your screenshot that it is already there, you can click on maptype listbox to change to type you want

Not applicable
Author

correct but it will not solve the issue with city descriptions... when I add all my customers I can't see them because everywhere are this city names....

jpenuliar
Partner - Specialist III
Partner - Specialist III

there could be Lat & Long values out of bounds to zoom, What i mean is if you have many locations selected, and the best possible zoom will be to show the whole world map.

You have mentioned you have copied it from an existing qv app, there could be other factors involved.

Try to make your google map from scratch. you can always use the API guide.

jpenuliar
Partner - Specialist III
Partner - Specialist III

if you want to remove City labels and some other tweaks to google map,

google the below:

"enhance-your-qlikview-maps-with-a-few-simple-tweaks"

this will lead you to the  Google Maps API Style Map wizard