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
gefunden auf:
LÖSUNG:
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.
PROBLEM:
Koordinaten (Länge / Breite / [Höhe]) aus Adresse generieren.
Lösungsansatz:
http://www.drupalcenter.de/node/4365
PLUGIN: Google Client Geocoder
