what I need to do is quite simple - I have a content type having CCK field called Number (surprisingly, it contains a decimal number) and this content type also has a location (always 1 location per node). Now instead of typical GMap markers I need to display those numbers from CCK field Number on a GMap, like this:
Any idea how to do it? I had a brief look at the marker managers included in GMap module and I might by able to create my own, but the only thing I do not know is how to pass the node data (CCK fields content) into the marker manager.
Any help will be much appreciated.
Probably You should dynamically create markers with help of imageMagick and attach it to nodes ?