[Google Maps API v3] minor bug in v3 docs

2010-02-22 Thread Castles
I just discovered a minor bug in the v3 API docs.. http://code.google.com/apis/maps/documentation/v3/overlays.html#Markers IE6 and 7 don't like the way myOptions Object is created... var myOptions = { zoom: 4, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, } basicall

Re: [Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Pan Zheng Xiang Jedi
Thanks Susannah :D salute, jedi On Tue, Feb 23, 2010 at 8:35 AM, Susannah (Google Employee) < susann...@google.com> wrote: > We've released a fix for the bug that caused the large zoom control to > rendering incorrectly in IE with various doctypes. > > Thanks, > Susannah > > -- > You received th

[Google Maps API v3] MarkerClusterer for V3

2010-02-22 Thread Luke (Google Employee)
Hey everyone! I've just checked in the first version of the Google Maps v3 MarkerClusterer to the utility library: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/ I've tried to keep the interface the same as the v2 library so the transition to v3 should hopefully b

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Susannah (Google Employee)
We've released a fix for the bug that caused the large zoom control to rendering incorrectly in IE with various doctypes. Thanks, Susannah -- 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 goo

[Google Maps API v3] Re: Which format to input address's??

2010-02-22 Thread Esa
Geocoding of English post codes is quite limited due to some licensing issues. You can find a lot of discussion about the subject by searching "UK post code" on v2 forum. http://www.google.com/search?hl=en&source=hp&q=UK+post+code+site%3Ahttp%3A%2F%2Fgroups.google.com%2Fgroup%2Fgoogle-maps-api%2

[Google Maps API v3] Re: Geocoding IP Limit

2010-02-22 Thread Marcelo
On Feb 22, 9:02 pm, ILSOSWEB wrote: > > Our web apps resides behind a firewall so all users coming to our site > IP's are changed to a 199. IP address. > What are my options? > Our company will not spend 10k for the premier service... Then you are already violating the ToS. The free license req

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Susannah (Google Employee)
Hi Stephen, Can you please provide a link to your site so we can see this problem with the InfoWindows? Thanks, Susannah On Feb 23, 5:05 am, Stephen Rushing wrote: > We are also experiencing problems with the zoom control as of this > morning. In addition, the InfoWindows were behaving erratica

[Google Maps API v3] Geocoding IP Limit

2010-02-22 Thread ILSOSWEB
I'm struggling with finding an answer to the following question regarding geocoding limits. If I understand this correctly there are only 15k geocodes per IP address in a 24 hour period. Our web apps resides behind a firewall so all users coming to our site IP's are changed to a 199. IP address.

[Google Maps API v3] Which format to input address's??

2010-02-22 Thread 28rain
I have set up the directions using your api samples, and it all works fine (sorry no link but no site!), just it wont load when I put in an start position of an English post code, but it will load when I put in address's used in the sample. E.g It produces directions when I put in 'chicago, il', bu

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Stephen Rushing
We are also experiencing problems with the zoom control as of this morning. In addition, the InfoWindows were behaving erratically -- sometimes they would open normally; sometimes they would throw a JS error when a marker was clicked; and sometimes there was no response, but when you zoomed in or o

[Google Maps API v3] onclick event in infowindow - datepicker return date

2010-02-22 Thread kathb4
I don't want my link to get picked up so bear with me as I split it up below The link is http://trees-2010 and then append -dev.test.www.nhm.ac.uk/ I am trying to get a datepicker (jquery ui datepicker preferably) to appear in the form which comes up in the infowindow for the markers. I did a bu

[Google Maps API v3] Re: zoom navigation problems in internet explore 8

2010-02-22 Thread Clauss
Brilliant Susannah, Thanks for the quick response :-) Un saludo from Spain Claus Sorensen www.spain-holiday.com On Feb 22, 2:27 pm, "Susannah (Google Employee)" wrote: > Hi Claus, > > We are aware of the issue and though we have a fix, it will take us a > few hours to get it rolled out. > > T

[Google Maps API v3] Re: Layout messed up for controls in IE with STRICT doctype

2010-02-22 Thread Kim Steinhaug
Apparently this doctype, has the same problems. On 22 Feb, 14:29, "Susannah (Google Employee)" wrote: > Hi Enrico, > > We'll have this bug fixed in a few hours. > > Thanks for reporting the issue.  Sorry for the inconvenience and we > hope you'll give v3 another chance! > -Susannah -- You rec

[Google Maps API v3] Zoom To, zoomTo, zoom to, zoomto

2010-02-22 Thread Wishbone
I was just curious as to why the zoomTo method seems to be missing from the Google Maps API v3. I know there is a set zoom, but I was hoping to use some pan and zoom effects in my latest application, and I would also like to utilize some of the new features in the v3 api. Please correct me if I am

[Google Maps API v3] Re: V3 - Marker add listener only gives back last marker in list

2010-02-22 Thread Arthritis Care UK
YES! I had tried a similar solution but could not get it to work. Thanks v much -- 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 th

[Google Maps API v3] Re: Layout messed up for controls in IE with STRICT doctype

2010-02-22 Thread Enrico Foschi
Thanks Susannah, it's an excel- at this point, I'll wait for it. "Customer care: either you have it, or you lose business to the ones who do have it." - you won't definitely lose the business :)! On Feb 22, 1:29 pm, "Susannah (Google Employee)" wrote: > Hi Enrico, > > We'll have this bug fixed

[Google Maps API v3] Re: Displaying several maps

2010-02-22 Thread Esa
The first one is better. The number of dom elements on page is kept smaller. When a single dom node is changed, browser performs a full reflow of the page. That is why the number of nodes in dom is critical for performance. -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] Re: Displaying several maps

2010-02-22 Thread JCD21
What is the best: - creating a single map with 4 (for example) groups of 1000 markers connected by a polyline per group (only one group is displayed at the same time) and setting the markers visible or not visible each time I want to change the view or - creating 4 different maps with one group of

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Esa
On Feb 22, 10:26 am, Marcelo wrote: > Nice!! Now we got mousemove events!! ;-) And it returns full MouseEvent with latLng and pixel properties. Also 'mouseover' and 'mouseout' on map return full MouseEvent though documentation does not mention 'pixel' property. Circle got getBounds(). That i

[Google Maps API v3] Re: Layout messed up for controls in IE with STRICT doctype

2010-02-22 Thread Susannah (Google Employee)
Hi Enrico, We'll have this bug fixed in a few hours. Thanks for reporting the issue. Sorry for the inconvenience and we hope you'll give v3 another chance! -Susannah -- 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: zoom navigation problems in internet explore 8

2010-02-22 Thread Susannah (Google Employee)
Hi Claus, We are aware of the issue and though we have a fix, it will take us a few hours to get it rolled out. Thanks and sorry for the inconvenience, Susannah On Feb 22, 9:38 pm, Clauss wrote: > Hi, > > Onwww.spain-holiday.com/id/1881we have noticed that the zoom > navigation design is double

[Google Maps API v3] Layout messed up for controls in IE with STRICT doctype

2010-02-22 Thread Enrico Foschi
Hi guys, in the latest days (not sure what happened) all the maps started to display controls overlapped / repeated twice on IE (7 and 8) in the left-side causing the map to be unusable on those client. A screenshot: http://i50.tinypic.com/akwiko.png This happens only when the doctype is specifi

[Google Maps API v3] zoom navigation problems in internet explore 8

2010-02-22 Thread Clauss
Hi, On www.spain-holiday.com/id/1881 we have noticed that the zoom navigation design is doubled. It looks really strange. In Chrome and FF it looks fine. The problem only occurs in IE8. We have checked on several computers outside our own network and the problem is the same. Could you kindly look

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Iolande
I have this issue as well on several sites. The image seems to be being called 5 times. It's fine in FF3 but IE7 and 8 have problems. Is there any indication of a fix timescale? Thanks On Feb 22, 8:20 am, Nina wrote: > I have this problem too. > If I remove this line > "http://www.w3.org/TR/xh

[Google Maps API v3] Re: deleting a marker via a link in the infowindow - solved by using dblclick instead

2010-02-22 Thread kathb4
Thanks marcelo As mentioned in the posting its behind a firewall, so can't post a link which I agree is much easier to follow. Anyway I have rethought the issue solved the problem by using a double click instead. Neater and easy to use. On Feb 22, 9:45 am, Marcelo wrote: > On Feb 22, 10:29 am, k

[Google Maps API v3] Re: Strange error message in Firebug

2010-02-22 Thread Marcelo
On Feb 22, 12:23 pm, shrdlu_junction wrote: > I don't know whether posting a link is appropriate. Do the posting guidelines say that a link is appropriate or inappropriate? http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- Marcelo - http://maps.forum.nu --

Re: [Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Pan Zheng Xiang Jedi
*Dear Susannah* many thanks for ur advise and help dont mind can email me jedi...@gmail.com when the problem is resolved : ) sincerely with gratitude, zhengxiang jedi pan On Mon, Feb 22, 2010 at 6:21 PM, Susannah (Google Employee) < susann...@google.com> wrote: > Wow, that's pretty crazy. Tha

[Google Maps API v3] Re: Strange error message in Firebug

2010-02-22 Thread shrdlu_junction
I don't know whether posting a link is appropriate. It's something that happens when I'm using Firebug to debug an application currently only running on localhost. However, I can upload the code to my website and see if it happens online. I just thought someone might be aware of the problem. On Fe

Re: [Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Ben Appleton
On Mon, Feb 22, 2010 at 9:21 PM, Susannah (Google Employee) < susann...@google.com> wrote: > Wow, that's pretty crazy. Thanks for bringing it to our attention. > > We'll look into this right away, but it may not be fixed in time for > your demo. Can I suggest that you use the small zoom control

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Susannah (Google Employee)
Wow, that's pretty crazy. Thanks for bringing it to our attention. We'll look into this right away, but it may not be fixed in time for your demo. Can I suggest that you use the small zoom control or another browser for the demo? Sorry for the inconvenience, Susannah On Feb 22, 4:33 pm, Pan Z

[Google Maps API v3] Re: deleting a marker via a link in the infowindow

2010-02-22 Thread Marcelo
On Feb 22, 10:29 am, kathb4 wrote: > Still struggling with this one. > Any ideas? Yes, please read and follow the group's posting guidelines: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e# http://groups.google.com/group/Google-Maps-API/web/why-includi

[Google Maps API v3] Re: deleting a marker via a link in the infowindow

2010-02-22 Thread kathb4
Still struggling with this one. Any ideas? Thanks! On Feb 19, 4:19 pm, kathb4 wrote: > 1. I am using google map v3 > 2. I can't give a link to the code because it is currently behind a > firewall > 3. I have been googling all week and read/copied any code I could find > 4. I know it is done via

[Google Maps API v3] Re: Strange error message in Firebug

2010-02-22 Thread Marcelo
On Feb 22, 7:42 am, shrdlu_junction wrote: > > Anyone come across anything like this? Nope. We cannot come accross an error on a page that we cannot see. If you want help, please get smarter and post a link to your map, as requested in the group's posting guidelines: http://groups.google.com/gro

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Marcelo
On Feb 22, 5:18 am, "Susannah (Google Employee)" wrote: > We have just released a new version of the JS v3 API. If there are no > major issues, we will make a full announcement of this release, with > updated documentation, in 24-48 hours. Please report in the group if > you see any regression iss

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Nina
I have this problem too. If I remove this line , it can resolve this problem. But I don't want to do this. Google will fix this problem??? On 2月22日, 下午1時33分, Pan Zheng Xiang Jedi wrote: > *Dear Susannah,* > > i face with a problem:http://tanglincairnhill.shioking.info/tc/ > > for internet explor

[Google Maps API v3] Re: show/hide toggle for polygons

2010-02-22 Thread אæα
Thanks Esa for your reply; I do think that scope is the problem, I'll rework it, thanks for your help. On Feb 21, 11:40 am, Esa wrote: > On Feb 21, 6:56 am, אæα wrote: > > > You should take the function outside initialize(). Also I would > recommend using a browser with a javascript error consol