Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Geo Map without extension

I was curious to know if it would be possible to add a map without the use of an extension?

1 Solution

Accepted Solutions
fkeuroglian
Partner - Master
Partner - Master

Hi, you could use a Google api , it is very easy to integrate

I attached a doc  to explain and a qvw example

good luck

Fernando

View solution in original post

12 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can use Google Map like Steps for beginners to implement Google Maps in Qlikview

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
fkeuroglian
Partner - Master
Partner - Master

Hi, you could use a Google api , it is very easy to integrate

I attached a doc  to explain and a qvw example

good luck

Fernando

Not applicable
Author

I followed all the steps and can't get it to work.

Josh_Good
Employee
Employee

What specifically is not working?  Do you have dots and no map?  Are the dots in the wrong spot? etc?

Not applicable
Author

Capture.PNG

Nothing Populates

Josh_Good
Employee
Employee

There is likely a minor syntax issue.  Can you share your QVW (or one with dummy data)?

Not applicable
Author

Here is a sample with some data


Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Use this URL:

='http://maps.googleapis.com/maps/api/staticmap?center='

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

&','

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

&zoom='&var_zoom&'

&maptype='&var_maptype&'

&size='&map_size_x&'x'&map_size_y

&'

&sensor=false'

&'

Help users find answers! Don't forget to mark a solution that worked for you!
Josh_Good
Employee
Employee

It looks like you have not added your google maps API key.  This is defined in line 3 of your script "gmap_key".  You can get a key from the link below.

Getting Started - Google Maps JavaScript API v3 — Google Developers