Closed (won't fix)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 May 2007 at 00:34 UTC
Updated:
8 Jan 2013 at 03:21 UTC
I was wondering if someone can help me figure out how to hide the latitude and longitude information from the "Info Window" (the tooltip box that pops up when you click a marker).
Because I'm using this module to plot all the listings of a realtor on a map, and all I need to see if the street address and the price. It's confusing when user's see.
Current output:
123 ABC Dr.
$309,293
49.09923221931
-12.29021912002
Desired output:
123 ABC Dr.
$309,293
Thanks in advance!
Comments
Comment #1
patchak commentedsee this:
http://drupal.org/node/120389#comment-208055
Comment #2
soflete commentedI have the same problem in my site. I would like longitude and lattitude not to be displayed in my markers pop-up window. I'm displaying an image and I've noticed that when I include it in the view I can select from two drop-downs: 'option' to choose the size of the picture and 'handler' to change the format.
These select boxes are not present in lattitude and longitude fields. Checking image module source code I noticed that options and handlers are defined in hook_view_tables(). This hook seems not to be implemented neither in GMaps Module nor in Location Module.
I guess that it's there where de mod should be made in order to select the way the location fields are displayed. Does anyone know anything about this? Anyway I'll investigate how to implement this hook to find the appropiate solution.
Comment #3
milksamsa commentedPlease let me know if you find a solution!
e.
Comment #4
scottrigbyThis hiding method for lat & longitude is fantastic - thanks!
Comment #5
rooby commentedDrupal 5 is no longer supported.
If this issue affects drupal 6 or 7 please look for an existing issue for that version or else update this issue accordingly.