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 issue

Hi All,

I am trying to develop a google map for india based on the sales.

i almost reached the steps for developing the google map.but i want to display the only full india map.

but in my application map is showing as follows(pfa),i given all the condition and expression.

symbols is showing in map is correct.i want display only india map with these symbols.

can any knows where this issue is happend.i want to submit now.

thanks in advance,

regards,

baru

1 Solution

Accepted Solutions
Not applicable
Author

Baru

Can you try changing the var_zoom to 4? Try hardcording it; if thats what you need we shall figure out how to arrive there.

Regards,

Kiran Rokkam.

View solution in original post

6 Replies
Not applicable
Author

Baru

Can you try changing the var_zoom to 4? Try hardcording it; if thats what you need we shall figure out how to arrive there.

Regards,

Kiran Rokkam.

Not applicable
Author

Hi kiran,

thankyou verymuch,

now it is coming only india map.

I have one more dought here,is it possible to give the colours for the states in this map,based on lysm and

current month sales based on the '%' wise.and where i have to give the colour coding here.

thanks,

baru

Not applicable
Author

You need to use different maps (API) for that. Instead of having a chart you need to have a text box with a expression which gives you desired URL (just as the background you already have). For this you need to have the ISO Codes instead of lat and longitude of the geography.

Here is an example of a world heat map. You need to use right variables for the values (chd) and isocodes (chld).

You can get iso codes for india from http://en.wikipedia.org/wiki/ISO_3166-2:IN (instead of inline load use webfile load to get the right codes).

http://chart.apis.google.com/chart?
cht=map:fixed=-55,-180,84,180
&chs=620x400
&chld=AE|AF|AL|AO|AR|AT|...




Regards,

Kiran Rokkam.

Not applicable
Author

Hi Kiran,

thanks for your help and reply,

Kiran,I doing to develop the heat map for india. I did lot of  R & D for this but i am unable to develop the heat map for india.

You have any example application for the above post or can you guide me how to develop the heat map for india.

Thanks in advance,

regards,

baru

Not applicable
Author

Its not easy, you need to create this string (use aggr and concat functions)

http://chart.apis.google.com/chart?cht=map:fixed=7,63,36,98&chs=500x600&chld=IN-AP|IN-DL|IN-GA|IN-GJ...

Kiran Rokkam.

Not applicable
Author

Hi,

Thanks for your reply,

can i have any sample(example) application for this,so that i can do the development.

Above attachment is my google map example,now i want to create heat map for india instead of google map.

Thanks in advance,

regards,

baru