Thanks for the replies - I seem to have got MapIconMaker working to some extent - but I am having trouble passing the data from the spreadsheet (var param_rankColumn) to the width / height parameters of iconOptions.
I currently have: iconOptions.width = (entry[param_rankColumn]); iconOptions.height = (entry[param_rankColumn]); Which doesn't work. I want each marker to have a size representing this data, so in my example Newcastle University would have a marker size 30 x 30, Royal Academy of Music 15 x 15 etc. Most of the markers on my map should be invisible (size 0 x 0). Any help would be appreciated - I've been looking at it for a day but I just can't get it working! Cheers http://lab.theparkerproject.com/ On Sep 29, 5:47 pm, Andy R <[EMAIL PROTECTED]> wrote: > What's wrong with MapIconMaker? Look at the documentation and > examples:http://gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/re... > > On 29 Sep., 18:34, Chris <[EMAIL PROTECTED]> wrote: > > > Hi > > > I'm new to the GMaps API but I have been learning all day... > > > I'm using the API to display some information contained within a > > Google Spreadsheet. You can see where I am so far here: > > >http://lab.theparkerproject.com/ > > > You see that the label of each icon is a number taken from a > > spreadsheet (in this case it is the number of graduates that attend > > the university). I want to be able to size the icon in correlation > > with this number: an icon that represents 20 graduates will be twice > > as big as an icon the represents 10, for example. > > > I was hoping to use 'MapIconMaker' to help me with this, but I don't > > seem to get it to work. > > > Please help me someone! > > > Cheers, Chris. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
