gmap.module
Location, gmap, and gmap_location module interactions
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?read more »
Posted by: Mike on Thu, 10/26/2006 at 7:41pm
Tags: Drupal Modules :: Drupal tips and tricks :: gmap :: gmap.module :: gmap_location.module :: google maps :: location.module :: Tech Tips
Links: add new comment


Recent comments
8 hours 51 min ago
1 day 9 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 19 hours ago
5 days 9 hours ago
1 week 8 hours ago
1 week 3 days ago
1 week 4 days ago
2 weeks 21 hours ago