Active
Project:
GMap Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2012 at 19:39 UTC
Updated:
9 Aug 2014 at 20:41 UTC
Jump to comment: Most recent
I am using lat/long information from a CiviCRM table (thus this data is not associated with any nodes). I would like to be able to center on the first row of data returned by Views.
Is this possible?
Comments
Comment #1
hozt commentedThis is an old issue, but I needed the same feature and was able to accomplish this by using a custom module with hook_views_post_execute and modifying the macro to set the values I needed based on the results of query.