gmap_location.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
2 days 5 hours ago
5 days 12 hours ago
6 days 12 hours ago
6 days 12 hours ago
6 days 16 hours ago
6 days 22 hours ago
1 week 3 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 2 days ago