BUGS/MISBEHAVIOUR: GMap Plugin

PROBLEM [!![!!SOLVED!!]!!]:

Klickt man in der Kartenansicht auf den Marker wird reingezoomt und es erscheint ein Kartenausschnitt, der nix mit der Location zu tun hat

Analyse:

Zoomt man Raus und verschiebt die Kartenansicht ein wenig findet man eine "Sprechblase", die Location-Infos
enthält. Nach dem Zeichnen der Blase wird der Kartenmittelpunkt/Zoom verändert.

Lösung:

Noch nix gefunden, wahrscheinlich Adaption der JS-Bibliotheken notwendig

Lösungsansatz:

#3

bdragon - February 20, 2007 - 02:36
I just made a slight change in the click code. I moved
the map panning to occur after zooming. That might help with the
"marker being off center" problem.

gefunden auf:

http://drupal.org/node/120389

LÖSUNG:

Description

I spend hours banging my head against this, so I'm simply posting this in case anybody else comes across it.

The problem I was having is that when I clicked on any marker, the
map re-centered to a random location, mostly in the Indian Ocean.

The solution, was to change the google api version in gmap.module from this:

define('GMAP_API_V', '2');

to this the more specific:

define('GMAP_API_V', '2.69');

It would appear that google pushed a new minor version of the 2.x
api that broke some things; as specifying a very specific minor version
fixed the problem for me.

http://drupal.org/node/231473

PROBLEM:

Koordinaten (Länge / Breite / [Höhe]) aus Adresse generieren.

Lösungsansatz:

http://www.drupalcenter.de/node/4365

PLUGIN: Google Client Geocoder