Re: [Google Maps API v3] large amount of polygons map api v3

2013-04-17 Thread Tali Aviram
Tnx for answering , I did use eventually raster tiles by mapTiler because on FT tables in world zoom level (zoom =2) it show point not polygons, do you know something about it? On Tue, Apr 16, 2013 at 1:47 AM, Barry Hunter wrote: > Probably rendering raster tiles would be the most performant > >

Re: [Google Maps API v3] large amount of polygons map api v3

2013-04-17 Thread Tali Aviram
hi, thanks for answering I don't use clustering cause I didn't knew how to use it , I saw in Google some code on this not clear issue. for now I used mapTiler to load raster on google tiles it amazingly quick but it wouldn't be enough when I will need the info window. On Wed, Apr 17, 2013 at 5

Re: [Google Maps API v3] Re: Whole world PNG on top of google api v3

2013-01-13 Thread Tali Aviram
What do you means by projection of the img? the img have SW and NE . and it is very imported for me because I am working on this issue too long and without any results. now I'm trying to use mapTiler application . I wanted to upload the img as is , but I think that in the google maps bounds the i

Re: [Google Maps API v3] Google Map V3 : Pb tooltip Jquery in an infowindow

2013-01-06 Thread Tali Aviram
You can't. Try to put html img tag instead of the world "joir" and it will have the tooltip instead of info window Tali On Sat, Jan 5, 2013 at 3:17 PM, Trachy wrote: > Hi, > > I've put a Jquery tooltip in an infowindow Google Map V3, and it doesn't > work. > > However, I can put the same toolti

Re: [Google Maps API v3] Re: Styled Maps Weights behaviours

2013-01-02 Thread Tali Aviram
hi, you can use poly.setOptions({strokeWeight: YOURVALUE }); in the event method of zoom_changed On Wed, Jan 2, 2013 at 5:58 PM, ficho wrote: > Hi Tali, > > Is there a specific method to change the weight or you need to redefine > the whole style for a different zoom level? > Thanks! > fich