I have installed and enabled the location and gmap modules. I have disabled "user locations" in admin/settings/location, and I have enabled "Profile map" under Location settings for users in admin/settings/gmap_location.
I can edit user location information at user/1/edit/gmap_user, where I see a correctly displayed gmap with lat and lon boxes that respond and save correct lat lon info when I click on a point on the map. This also works for test users 2, 3 and 4.
However, when I go to map/user, I get a correctly displayed gmap, with only one location (and the location shown is not actually the correct location of any of my configured user locations, it's somewhere in the ocean).
This is a new build, there are additional modules installed and enabled, but none that would conflict with location or gmap, and none of their settings have been set anyway. Getting user location map up and running properly is one of my first priorities, and I've been working on it for two days now...
Drupal 5.7, php 5, mySQL 4.1.21
I've had a similar problem before, on another drupal build:http://drupal.org/node/221710, but never received any comments or suggestions...
Comments
please help with gmap
Additionally:
After more tinkering, I now get one marker that shows the correct location for the first user (admin), but the market doesn't move when the map is zoomed in or out. No other markers are displayed.
If I create a content type with CCK that includes locative information (content type test location), fill in basic location information for two sample "test location" content nodes, and create a Gmap View which includes location: latitude and location: longitude, filter for node type "test location", I get the same issue.
I get a map, shows only one location marker, but it's the location of the first user with associated locative information (admin), not the first "test lcoation" content node I created, and it doesn't show a marker for any of the "test location" content nodes, and the marker doesn't update when I zoom in or out on the map.
Thoughts?
More Detail
After having created "test locations" content type and added two dummy test location content nodes, I can also view a gmap at map/node.
However, this map also shows only one marker location, but this time it is the first of the two test locations, not the admin user location. The marker does not move when I zoom in or out on the gmap, but the marker does stay on the correct location (the gmap zooms based on the marker, regardless of whether I drag the marker off from center, so that the marker is always accurate, and the marker is always in the same "place" in the gmap window, but the gmap zooms in or out filling out the rest of the map area in relation to the marker).
I have previously updated the GMAP_API_V variable definition in gmap.module to 2.69 as per http://drupal.org/node/231473.