[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-18 Thread lea
using the validator, I've just been a little lazy ;-) On Dec 18, 10:36 am, Esa wrote: > Thanks lea for the report. > > I will try to fix the page for IE8. > > I don't find any errors in your script. The toggle button does not > work with Chrome but I th

[Google Maps API v3] Re: map misbehaves on iPhone

2009-12-18 Thread lea
It does look pretty good. On Dec 18, 12:58 pm, Frank wrote: > Thanks everyone. Back to v3. Thinks look pretty good now, but the > various gestures on the iPhone reportedly continue to yield erratic > behavior (not owning an iPhone, I rely on friends' reports). I am now > offering a re-center butt

[Google Maps API v3] Re: 2009/12/17: New Release

2009-12-18 Thread lea
What do we have to do to see those changes, will they just render automatically with the code we have already written? -- 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...@

[Google Maps API v3] Re: map misbehaves on iPhone

2009-12-18 Thread lea
you can access mt code from V2 and V3. V2: www.tru.ca/compserv/myi/maps/maps.html V3: www.tru.ca/compserv/myi/maps/mapsV3.html If you access it through an iphone.ipod I'm sure you wil notice that all of the features you previously mentioned work in V2, so I'm not too sure what you did wrong, but t

[Google Maps API v3] Re: map misbehaves on iPhone

2009-12-17 Thread lea
If you don't need to do anything with location awareness, then I would suggest using V2. I am developing an app for the iphone as well and am having the same problem with the zoom (as well as a few others). I didn't, however, have these problems with V2. The only reason I switched was because m

[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-17 Thread lea
By the way, the problem with my map is somewhere in this function function USGSOverlay(bounds, image, map) { // Now initialize all properties. this.bounds_ = bounds; this.image_ = image; this.map_ = map; // We define a property to hold the image's // div. We'll actually create this d

[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-17 Thread lea
> lea, it would be great if you would report us the main differences > between iPhone and desktop browsers regarding events. > > This is a basic test pagehttp://koti.mbnet.fi/ojalesa/v3/v3events.htm ok. . .so. . . On a side note, have you noticed that this page does not render proper

[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-16 Thread lea
Oh, I also forgot to mention that this functionality worked when I implemented the same map overlay using google maps API V2, so I know that it is something within the V3 code and not the device itself.. -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-16 Thread lea
Not too sure how to explain this one. When accessing the map on a PC through mozilla or IE (any version), I am able to shift the map and overlay around to view things North/South/East &West of the initial map center. However, when the same map is accessed through the ipod or iphone, it can no lon

[Google Maps API v3] Re: V3 overlay work in firefox and safari, but not working in IE v8

2009-12-14 Thread lea
And now it works! Yay! Funny how such a small oversite can cause such an issue, Thanks again for you help. I won't make that mistake again. I'm not sure if you know who to forward information to, but I got that code directly off the google maps V3 API, so I would like to let them know about the fix

[Google Maps API v3] Re: V3 overlay work in firefox and safari, but not working in IE v8

2009-12-11 Thread lea
sition = "absolute"; I'm just trying to figure out if IE has some weird quirk with this code that other browsers don't because I am at a loss as to why it only doesn't work here. Thanks for all your input! Have you ever seem this issue before? On Dec 10, 8:30 pm, Esa

[Google Maps API v3] Re: V3 overlay work in firefox and safari, but not working in IE v8

2009-12-09 Thread lea
Thats a great suggestion, however many of the other pages within the site render very nicely with this doctype, The full (temporary) site can be viewed at: www.tru.ca/compserv/myi/index111.htmlall the pages here use this doctype. The real site resides at mobile.tru.ca but it is currently block

[Google Maps API v3] V3 overlay work in firefox and safari, but not working in IE v8

2009-12-09 Thread lea
Is there some sort of if/else I could use to ensure it shows in all browsers? Asking my users to upgrade their browser or use another one is not an option. My site can be viewed at http://www.tru.ca/compserv/myi/maps/mapsV3.html -- You received this message because you are subscribed to the Googl

[Google Maps API v3] Re: V3 overlay not working

2009-12-08 Thread lea
Nevermind, I hate to admit it but I found the answer in an older post. I needed to change the DIV size to px instead of %. -- 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-ap

[Google Maps API v3] V3 overlay not working

2009-12-08 Thread lea
I am using this code: http://www.w3.org/1999/xhtml";> Map http://maps.google.com/maps/api/ js? sensor=false"> var overlay; USGSOverlay.prototype = new google.maps.OverlayView(); function initialize() { var myLatLng = new google.maps.LatLng(50.670952,-120.364645); var myOptions = {