If you want nodes to appear on a google map provided by the gmap_location module, you need to set up your system correctly.
from gmap_location function gmap_location_node_page() :
$result=db_query("SELECT oid, longitude, latitude FROM {location} WHERE (longitude!=0 OR latitude !=0) AND type='node'");
So, the only nodes that will appear in a gmap_location-provided map are those where the type is 'node' and the longitude or latitude are non-zero in the location table. Ok, how do we get a lat/long value in that table?
Recent comments
4 days 7 hours ago
5 days 4 hours ago
6 days 6 hours ago
1 week 2 days ago
1 week 4 days ago
1 week 4 days ago
2 weeks 13 hours ago
7 weeks 4 days ago
7 weeks 4 days ago
8 weeks 23 hours ago