Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am working in Google Maps API V3.
Except Map type everything seems to be normal.
In Map type I couldn't view satellite.
Please let me know if anyone could solve the same.
Can you try and replace the Dynamic Image code to 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'
Also check that your variable var_maptype definition is "=if(isnull(only(maptype)),fieldvalue( 'maptype', 4 ),maptype)"
Do you have the maptype table loaded inline?
If yes, add a list box object for the maptype field.
I have done those Inline /I mean to say it is not reflecting in map
do the other maptypes work? Mobile,hybrid,roadmap?
Hi Sundar,
Have you tried with extension objects? If not please try once with IDEVIO extension object for google maps.
Regards
Krishna
No Even other types doesn't work.
Only normal view works
I am trying to work with only Static maps and not extension objects ...More over IDEVIO Extension objects for google maps is a trial version (30 days)
Can you try and replace the Dynamic Image code to 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'
Also check that your variable var_maptype definition is "=if(isnull(only(maptype)),fieldvalue( 'maptype', 4 ),maptype)"
Thank you it works
Glad to be of help,
If you can please mark this thread closed then, so others can use for future reference.
Regards,
JP