Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
.
kindly advise me i am sharing the app n datasource
i have done all the thigs that u suggested, no use
i am experiencing the same result
You should have something like this:
That is because you have inaccurate data:
You should remove these ZipCodes without coordinates as they will get plotted at the bottom of the chart.
Or fix them with the correct coordinates
Hi Jonathan,
Thanks for the help.
May i know this point , how to use it?
Also, Looking at your Dynamic Image (Colors),
you do not have Num() on var_mid_Lat & var_mid_Long, it may not be an issue but worth a shot
Hi Jonathan,
Thanks for the help.
May i know this point , how to use it?
Also, Looking at your Dynamic Image (Colors),
you do not have Num() on var_mid_Lat & var_mid_Long, it may not be an issue but worth a shot
Hi,
I have num(var_mid_lat, '##############', '.', ',' ) whereas you do not have num() ,but if your map works, I guess it's fine.
dynamic image code below:
='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'