Google Maps https recommendation
-
Just a heads up for folks that use https on their site. You may want to change lines 184 &185 to point to googles secure sites. Works fine and won’t mix http & https on your site.
$gmap_url = 'https://maps.google.com/maps?q=' .$geo_coords. '&ll=' .$geo_coords. '&z=11'; $geo_img_url = 'https://maps.googleapis.com/maps/api/staticmap?zoom='.$options['geo_zoom'].'&size='.$options['geo_width'].'x'.$options['geo_height'].'&maptype=roadmap &markers=color:blue%7Clabel:S%7C'.$geo_coords.'&sensor=false';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Google Maps https recommendation’ is closed to new replies.