has there been a change in the api?
suddenly gmap doesn't work on two of my sites,
I can get maps but not satellite imagery, no matter what I do.

tried two different machines as well

an example:
http://www2.iath.virginia.edu/wax/waxweb/node/6

here's the script ref:

and:

Javascript is required to view this map.
/* */

thx,
david

Comments

waxweb’s picture

whoops:

<script type="text/javascript">
/* <![CDATA[ */
jQuery.extend(true, Drupal, { settings: { "gmap": { "map": { "width": "600px", "height": "500px", "zoom": 11, "maxzoom": "14", "controltype": "Small", "align": "None", "maptype": "Hybrid", "mtc": "standard", "baselayers": { "Map": 1, "Satellite": 1, "Hybrid": 1 }, "styles": { "line_default": [ "0000ff", "5", "45", "", "" ], "poly_default": [ "000000", "3", "25", "ff0000", "45" ] }, "line_colors": [ "#00cc00", "#ff0000", "#0000ff" ], "behavior": { "locpick": false, "nodrag": 0, "nokeyboard": 1, "nomousezoom": 0, "nocontzoom": 0, "autozoom": 0, "dynmarkers": 0, "overview": 0, "collapsehack": 0, "scale": 0, "extramarkerevents": false, "clickableshapes": false }, "markermode": "1", "id": "map", "longitude": " -106.09771728515625", "latitude": "32.88593014062645", "markers": [ { "options": [  ], "text": "\x3cdiv class=\"gmap-popup\"\x3e\x3ca href=\"http://www2.iath.virginia.edu/wax/english/4text/1/1a2a1a1.html\"\x3e\x3cimg src=\"http://www2.iath.virginia.edu/wax/media/pics/tiny/1/2/1/1.jpg\" alt=\"1.2.1.1\" title=\"The Start\"/\x3e\x3cbr\x3e Antarctica, before the war. Or after the flood.\x3c/a\x3e\x3c/div\x3e", "longitude": "-106.12998962402344", "latitude": "32.91879097277371" } ] } } } });
/* ]]> */
</script>

*/

sgriffin’s picture

Common issue, you did something to trigger prevention of automated tile downloads. Use firebug to find the url to a single tile and paste that in your address bar. You'll be prompted to enter in a captcha, and then you'll be fine. You will also notice only your ip address has this issue.

rooby’s picture

Status: Active » Closed (cannot reproduce)

Due to the age of this I am closing as it is probably no longer an issue.

If it is still an issue with the latest version please reopen.