Dear all,

i have tried very hard in the last two days to see why the number or letter marker not working.

It only shows as either "0" or "A" even with different locations.

Thank you for shinning some ideas on me

Regards

Fai

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bensquare’s picture

Category: bug » support
Priority: Normal » Critical
freefontaine’s picture

I am experiencing the same issue. I'm using php to print out a map with a sequence of markers. They all just show the "0".

bensquare’s picture

it's a bug in the default map. I couldn't find out when the logic went wrong, but I know the fix.

What you have to do is just to create a "VIEW" with gmap field type (bascially you create the same map using VIEWS and GMAP field)

I have done it on my testing web (http://www.d-client.co.uk ) and it's all working fine

Ben
www.bensquare.com

c-c-m’s picture

Hello,

I would like to do the same, but I don't even manage to display letters. How did you do that?

Thanks

bensquare’s picture

FileSize
33.93 KB
48.9 KB

I enclose a print screen of my settings in VIEW module. Hope that helps

Ben
www.bensquare.com

c-c-m’s picture

Thank you. It works now.

Is there any way to combine numbers + custom markers?

Regards

SanderMander’s picture

Component: Miscellaneous » Documentation

If you dont want to use Views module,
and you use gmap_location and node location
just override this function gmap_location_node_page in you module, find this in "while" loop

$newmarker['latitude'] = $row->latitude;
$newmarker['longitude'] = $row->longitude;

And insert this:
$newmarker['offset'] = $count;

rooby’s picture

Priority: Critical » Normal

Just doing a bit of issue queue maintenance.

Support and feature requests are not critical. For more information see http://drupal.org/node/45111

podarok’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

the most major 6.x release tag
You should check it before posting issues

rooby’s picture

This issue was posted way before 6.x-2.x-dev existed.