CCK GMap Address and Views

vanderlip - July 22, 2008 - 14:43
Project:CCK GMap Address
Version:5.x-1.0-beta1
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed
Description

Thank you very much for this excellent module. It really fits my needs well.

I have probably overlooked this. I would like to plot all CCK GMap Address entries from a number of nodes on to one map using views. I understand that this is possible with the GMap module and the Location module, but I don't use the Location module. Is this possible with CCK GMap Address and Views?

Thanks.

#1

derhasi - July 24, 2008 - 12:27
Category:support request» feature request
Status:active» postponed

At the moment there is no functionality integrated for viewing a summary in views. I thought of integrating it, but at the moment there's no time for it.

Everyone's welcome who wants to help with intergation.

Meanwhile GMapAdress can be used view GMap Views by building two computed fields, that fetch longitude and latitude ($node->field_xy['latitude'] , $node->field_xy['longitude']).

#2

vanderlip - November 20, 2008 - 14:45

Thanks for the excellent module. I am trying to implement your compute fields suggestion above, but I am not very savvy at this. I am trying to use the CCK Computed Fields module to do this without much success. Can you help me with what the computed computed code would look like. I have tried $node_field[0]['value'] = $node->field_xy['latitude'] to no avail. Thanks for any guidance you can give.

#3

derhasi - December 9, 2008 - 13:37

You have to use:
$node_field[0]['value'] = $node->field_xy[0]['latitude']

 
 

Drupal is a registered trademark of Dries Buytaert.