I revomved gmap5.x-1.x-dev and installed gmap-5.x-0.6. In this version gmap-5.x-0.6 the markers work and when I click on the marker the balloon with userpicture and unsername with link is show. Okay.

But in gmap-5.x-0.6 too in database table "location" are a lot of entries for one and the same user.

I have found out that everytime a registered user clicks to show his own userpage (show, not edit) an entry is made into mysql table "location". That must be an error. When this user clicks later on "user profile - location map" an sets his own location, there are a lot of entries in database table "location" with exact the same latidute/longitude.

There is only show one marker for this user because of the fact that all values of langitude/latitude are exactly the same. When I change same values of langitude directly with phpmyadmin all the markers are show in user location map - a lot of markers for one(!) user!!!!

WHAT IS THE PROBLEM? HOW CAN THIS BE SOLVED?
Thank you very much.

Comments

bdragon’s picture

Let me guess:

This user was the first to enter their lat/lon?

If so, it's the "lid 0 is buggy" bug.

http://drupal.org/node/125003

drupalfan2’s picture

Thanx.

The problem seems to be very clear.

Where are the people who can repair this?
I have never seen one of them. How can I see who is working on Drupals modules?

When will this error been removed?
thanx

bdragon’s picture

All you have to do to fix it yourself is delete the row in the database having lid 0. (And the other duplicates if you wish...)
Deleting lid 0 will fix the duplication bug.

bdragon’s picture

Location currently isn't being maintained very actively.

drupalfan2’s picture

There is no entry in "location" table with lid = 0.
I have already emptied this table several times.

Every time a registered user klicks on his own profile (view profile) a new entry with latidude/longitude=0 is made in the location table.

PLEASE tell me, how I can fix this!

drupalfan2’s picture

Please tell me, when this problem will be solved!!!

bdragon’s picture

Status: Active » Closed (duplicate)

I believe you are experiencing the "Edit of user account sets location to zero" problem that I just fixed.
See
http://drupal.org/node/138942