In GMap, how do I get a marker to point to an address?

Comments

neo_silkroad’s picture

You add location information to a content type, node (i.e. page, story). The marker will correspond to the location information in the node. Mouseover the market and you will see the title of the node. Click and you will go to the node.

Johnboat’s picture

I keep getting this error when I go to Node Locations:
user warning: Unknown column 'l.eid' in 'field list' query: SELECT l.eid, l.longitude, l.latitude FROM location l INNER JOIN node n ON l.eid = n.vid WHERE (l.longitude!=0 OR l.latitude !=0) AND l.type='node' AND n.status = 1 in E:\Inetpub\wwwroot\wmolwebsite\includes\database.mysql.inc on line 172.

Anyone have any ideas?

neo_silkroad’s picture

Did you install and enable the Location module?

Johnboat’s picture

Yes I did