When i create a gmap view for a node type i'm not getting the lables being printed for my field items even when i add the lables in on the view setup page, which is quite critical for numeric fields as users have no idea what they represent:

clusterer.AddMarker(createGMarker(new GLatLng(25.000000,45.000000),'<div class="gmap-popup"><p><a href="/i-am-a-test-map-for-italy">I am a test map for italy</a></p><p><a href="/user/admin" title="View user profile.">admin</a></p><p><img src="http://localhost/files/low369_3.jpg" alt="I am a test map for italy" title="I am a test map for italy" width="248" height="175" /></p><p>Thursday, 17 August, 2006 - 17:55</p><p>1 hour 8 min</p></div>','','',''));
clusterer.AddMarker(createGMarker(new GLatLng(12.000000,24.000000),'<div class="gmap-popup"><p><a href="/italian-test-map-of-earthquake-hazards">Italian test map of earthquake hazards</a></p><p><a href="/user/admin" title="View user profile.">admin</a></p><p><img src="http://localhost/files/369_2.jpg" alt="" title="" width="249" height="175" /></p><p>Friday, 18 August, 2006 - 08:18</p><p>1 hour 9 min</p></div>','','',''));

I'm running views and gmap 4.7

Comments

Zack Rosen’s picture

GMap views use the default views theme function. You can change the output by theming views_theme_field().

bdragon’s picture

Status: Active » Closed (fixed)