Closed (fixed)
Project:
Google Maps Tools
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2009 at 15:11 UTC
Updated:
27 Jan 2010 at 11:20 UTC
Hi All,
I have a fresh drupal installation with Google Maps Tools (I have installed geonames and Jquery UI)
I have created a new node type with a GMaps Address and Point field.
Problem:
When I try to create a dummy content i do not see any map in my edit node, but only the word "Loading...." (see image attached).
Using firebug I have noticed that the page is returning a kind of error:
"you should enable javascript to use the map". (see attached)
Please could someone help me to fix this.
Thanks a lot.
Carlo
| Comment | File | Size | Author |
|---|---|---|---|
| javascript.JPG | 54.92 KB | carlogen |
Comments
Comment #1
carlogen commentedComment #2
vatavale commentedI have the same error on latest dev version of gmaps until upgrade to the latest dev-version of jQuery Update.
Comment #3
xmarket commentedThat text is wrapped in a noscript tag, which is activated by the browser, when JavaScript is not available.
The problem can be the jquery-ui library. Please read the updated project page for a possible solution.