[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
> Thanks Rossko for the answer, however...some how it works in IE. Then it's time to follow the posting guidelines, start your own new thread since it has nothing to do with this one, and also give a link to your map that is having problems. -- You received this message because you are subscribe

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Daejeon
Thanks Rossko for the answer, however...some how it works in IE. >.< I have just tried. The exactly the same code, the markers and the clustering markers both shows up in IE but Chrome >.< >.< >.< >.< ..What's the problem.. >.< >.< >.< Do you have any idea, what's going on?? Thanks for t

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
> Anyone knows what could be the possible problem? Yes. It's nothing to do with problems the OP is having here. It's because downloadUrl() is asynchronous in nature. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Daejeon
The marker just wont show. Anyone knows what could be the possible problem? Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Daejeon
Sorry, I would like to post my question here regarding clustering as well. Hope you don't mind. I downloaded markercluster v3 script as well and reviewing this example: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/simple_example.html All works fine

RE: [Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Ralph Ames
>>http://www.springfieldmnchamber.org/pages/springfieldmnmap This seems to be not quite right:- var map = new google.maps.Map(document.getElementById('map'), { zoom: 15, center: center, Should be like this:- var myOptions = { zoom: 15, center: center, mapTy

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Derek Tonn
Thank you, Rossko. I ran that page through the developer tools built into Google Chrome...and it's showing two script errors when executing the page: Line 193: Uncaught ReferenceError: i is not defined MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ = 'http://www.mapformation.com/images/

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Rossko
> http://www.springfieldmnchamber.org/pages/springfieldmnmap Find out how to see the javascript errors your browser reports ; I get missing } after property list at this line map.addControl(new GLargeMapControl()); and sure enough the preceding line is missing a curly bracket amnongst oth