Hi All,

The site I'm maintaining, www.creativeenterprisezone.org , no longer displays any gmaps after our server admin upgraded to the most recent release of gmap. Solutions tried so far include removing and adding back in api keys and adding, turning on and off aggregate javascript and creating and properly ordering a gmap macro input filter. The error I'm now getting is "Javacscript is required to view this map.". It's worth mentioning that maps are down all over the site -
including in the create a gmap macro link.

www.creativeenterprisezone.org/map

Ideas and advice are much needed and greatly appreciated!

Thanks,

Maria

Comments

mariasv’s picture

Priority: Major » Normal

Meant to set priority on first post as normal - sorry.

podarok’s picture

Version: 7.x-2.4 » 7.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

try latest dev

valentino@digors.com’s picture

After update of theme, core and modules, GMAP is working on most of the old records.
I had to track down and un-publish some of the existing records, as GMAP is going BLANK with them.

I can't figure out why those records are crashing the map and now I found out that new records as well have the same behavior.

THe website is http://ita.travel

Apparently it works, but if you filter on "VILLA" - which is containing 1 new record - the map won't display.
While the map is going blank, the filter was successful and it can be verified clicking on switch view to see that "test villa" record.

Please help, I am really stucked!!!!

podarok’s picture

looks like You should walk into logs - possibly some help can be extracted

johnv’s picture

@valentino, which lat/lon field are you using?
I had problems using geocoder setting the lat/lon field correctly. I had to change the address completely, then re-enter the correct address. otherwise, geocoder would not re-fetch the correct data.

valentino@digors.com’s picture

After several attempts I could manage making the new records work. About the old records, after changing lat/lon parameters the map is displaying in the node and not in the home page. Both maps are using the same code.
I don't know if it is related, but I the "flag" button "add to my itinerary" is not working in the home page, while it is working in the node view.
As I am new in using Drupal community help, Is there anybody that could address me in the right direction in order to fix the website?

Thanks upfront for help!

valentino@digors.com’s picture

Ok, now I've figured out what was wrong.
After update gmap bubble was designed in order to take a short abstract from the text field of the record.
So if the last character of the truncated text was a special char, very commun in the scandinavian languages (e.g. ø å æ as well as "newline"), then the gmap bubble was crashing the rendering of the gmap.

If I write text keeping in mind that, the map's rendering never crashes.

But I've discovered a new problem. The geocoder stopped working.

podarok’s picture