[Google Maps API v3] markers not displaying in mobile safari !!

2010-07-04 Thread TK
My markers show fine in safari but once I get it on mobile safari the markers disappear. Marker cluster images work fine on both browsers. Its really weird. I can click on the invisible markers. So just the image is not being rendered correctly. Any ideas? -- You received this message because you

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-10 Thread TK
Yes. It might be better to use utility library for anyone who wants to do so. But even if there's 2 markers located very close each other, those 2 markers overlap when you zoom out the map. And you will not be able to click the marker behind the other one, and you won't be able to see it at all.

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-10 Thread TK
Sorry, I mean - I don't know why Google Maps JavaScript API dosen't support something like this. On May 11, 3:17 am, TK wrote: > For user who use many (maybe over 100) makers (with XML/KML) would be > great if could automatic clustering just set in myOptions i.e > clu

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-10 Thread TK
Have you got a working example somewhere? > > > 2010/5/10 Fredrik Bonander > > Don't know if the problem got solved. But if anyone's interested I've built > > a markermanager using google maps MVC object, that supports, different zoom > > levels, custom marker

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-09 Thread TK
nt automatic clustering you might want to use the Clusterer class > in the same library. > > 2010/5/7 TK > > > > > > > I would like to do like this with API v3. > >http://www.shift.jp.org/en/map/ > > This is v2 version without MarkerManager. > > > Can&#x

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-07 Thread TK
I would like to do like this with API v3. http://www.shift.jp.org/en/map/ This is v2 version without MarkerManager. Can't I do it with API v3 with MarkerManager? On May 7, 9:02 pm, TK wrote: > You're so kind. I've put the code onhttp://www.shift.jp.org/ja/map/index.html >

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-07 Thread TK
> > I think i fixed it ;) > > http://www.geostart.nl/test.html > > 2010/4/22 TK > > > > > > > Hi again, > > > Still have errors > > > error: missing ) after argument list > > file:http://www.shift.jp.org/ja/map/index.html > > line:

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-22 Thread TK
Hi again, Still have errors error: missing ) after argument list file: http://www.shift.jp.org/ja/map/index.html line: 49 code: function createMarker(name, latlng) { error: initialize is not defined file: http://www.shift.jp.org/ja/map/index.html line: 1 Sorry many ask. On Apr 22, 3:33 pm, C

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-22 Thread TK
the curly brackets! :) > > The initliaze function is not closed. > > 2010/4/22 TK > > > > > > > Done it. But still error :( > >http://www.shift.jp.org/ja/map/index.html > > > Where should I place "mgr.refresh();" ? > > > On Apr 22, 5

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-21 Thread TK
)); > var marker = createMarker(markers[i].getAttribute("name"), latlng); > markersForManager.push(marker); > } > mgr.addMarkers(markersForManager, 1, 22); > }); > > }); > > 2010/4/21 TK > > > > > > > Hi, > > >

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-21 Thread TK
Hi, You are very kind! I try it but dosen't work. I'm sure I make mistake. I know I should try and try but I don't know why. Would be great if could help a few. The reverse code is here. http://www.shift.jp.org/ja/map/ -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-19 Thread TK
Hi Cosmin Pitu, Do you know how shoul I do? I'm a beginer of Javascripts. Here is the url: http://www.shift.jp.org/ja/map/ Code: http://google-maps-utility-library- v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js"> var infowindow; var map; function initialize()

[Google Maps API v3] Re: Dose MarkerManager works?

2010-04-19 Thread TK
Have to use addMarkers() method not createMarker() use for MarkerManager? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this gro

[Google Maps API v3] Dose MarkerManager works?

2010-04-17 Thread TK
Dose MarkerManager script works? I read docment but seems not working. http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js I would like to see simple sample except bellow. http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/

[Google Maps API v3] Re: Combine infowindow at same markers

2010-04-16 Thread TK
nmake... > > > > On Wed, Apr 14, 2010 at 3:34 AM, TK wrote: > > > How can I use this script for API v3 without custom icon? > >http://gmaps-samples.googlecode.com/svn/trunk/manymarkers/markerhash > > > I don't find this kind of examples for API v3. >

[Google Maps API v3] Combine infowindow at same markers

2010-04-14 Thread TK
How can I use this script for API v3 without custom icon? http://gmaps-samples.googlecode.com/svn/trunk/manymarkers/markerhash.html I don't find this kind of examples for API v3. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

[Google Maps API v3] Re: Open infowindow upon loading page with lots of markers

2010-04-09 Thread TK
I've done this. Add bellow code before "downloadUrl" var infowindow2 = new google.maps.InfoWindow( {content: "", position: myLatlng }); infowindow2.open(map); And remove "google.maps.event.trigger(marker,"click"); " Thanks, -- You received this message because you are subscr

[Google Maps API v3] Open infowindow upon loading page with lots of markers

2010-04-06 Thread TK
I have a question of Google Maps API v3. I would like to open a designation information window from several markers. I mean an open infowindow upon loading page like this http://code.google.com/apis/ajax/playground/?exp=maps#info_window or http://code.google.com/intl/en/apis/maps/documentation/v3