Re: [Google Maps API v3] Geocoding confirmation

2011-03-09 Thread projectjerel
Better and recommended way to do this is, have the geocoder only run once, write it to a db, then pull the latlong from the DB, speeds everything up, and doesn't gum up the geocoding service. otherwise i have the code for exactly what you want to do. On Mar 8, 2011 4:37pm, caffeinated wrote

[Google Maps API v3] Re: Map not showing in IE since upgrading to IE9

2011-03-09 Thread projectjerel
I had the same issue. Here's what fixed it for me (which probably isn't a great idea, but hey whatever works works) microsoft demands this: i just completely removed the doctype tag completely and presto it works. So the solution was to do the exact opposite of the "fix" from microsoft. Don't

[Google Maps API v3] Re: v3 addListener click to url? not supported?

2011-03-08 Thread projectjerel
that did it! Thank you Esa! -- 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-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsu

[Google Maps API v3] v3 addListener click to url? not supported?

2011-03-08 Thread projectjerel
Hello, This is probalby an easy one, i'm just having no luck. my intent create markers that when clicked link to a url. everything is ok, sans the functionality i want. google.maps.event.addListener(marker1, 'click', function() { window.location('test.php'); }); gives me an error w

SOLVED: [Google Maps API v3] Browser compatibility IE works safari, ff, chrome all do not?

2010-12-30 Thread projectjerel
That did it! needle in a haystack! THANK YOU -- 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 group, send email to google-ma

[Google Maps API v3] Re: getStreetView() streetview options syntax / structure?

2010-11-09 Thread projectjerel
uld be setValues() instead of setOptions. > > On Nov 5, 11:11 pm, projectjerel wrote: > > > > > i'm usinggetStreetView() i'm trying to change someoptions(like > > removing the address text box completely) etc... > > > From what i gathered teh setStreet

Re: [Google Maps API v3] '__e3_' is null or not an object

2010-11-05 Thread projectjerel
well if you want to split hairs Andrew a link to the page would imply a link to the code as the page is just a mere interpretation of the compiled code via the browser... in'it? I appologize my attempt to assist someone other than yourself offended you. cheers! -- You received this message becau

[Google Maps API v3] getStreetView() streetview options syntax / structure?

2010-11-05 Thread projectjerel
i'm using getStreetView() i'm trying to change some options (like removing the address text box completely) etc... >From what i gathered teh setStreetView would do this? (the toggle function makes it visible) this all works less the line in question. I'm not sure if i'm just doing this wrong or if

[Google Maps API v3] Re: Normal map to street view

2010-11-05 Thread projectjerel
i think this is exactly what you want to do http://code.google.com/apis/maps/documentation/javascript/examples/streetview-overlays.html you can put the function on the event to rid yourself of the button also. -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: Position of the StreetViewControl

2010-11-05 Thread projectjerel
I may have a related issue so i'm going to post here rather than start a new thread... for now i'm using getStreetView() i'm trying to change some options (like removing the address text box completely) etc... >From what i gathered teh setStreetView would do this? (the toggle function makes

Re: [Google Maps API v3] '__e3_' is null or not an object

2010-11-05 Thread projectjerel
Hello, I've run into this multiple times, something with your code is wrong somewhere. use the error reports to narrow down the line, although sometimes it won't neccesarily help. mine was typically syntax / object related. Like Luke said post your code. thanks -- You received this message bec

Re: [Google Maps API v3] Re: phantom disappearing delay in IE8?

2010-10-25 Thread projectjerel
maybee it was v1 to v2 then? thanks i've posted it in the v2 section. v3 does not appear to require an API key either? my fault, thanks. -- 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

Re: [Google Maps API v3] Re: phantom disappearing delay in IE8?

2010-10-25 Thread projectjerel
I converted it from v2, a very long time ago, as v2 completely stoped working all together. I had no other option than to convert to v3. That was a long time ago. v3 unless v3 has been changed since it's inception. Not to get off topic but what makes you feel that it's not v3? -- You received th

[Google Maps API v3] Re: phantom disappearing delay in IE8?

2010-10-25 Thread projectjerel
I removed only from the mobi.innerHTML ... no effect when button is clicked. -- 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

[Google Maps API v3] phantom disappearing delay in IE8?

2010-10-25 Thread projectjerel
Hello Forum! Very hard problem to explain, yet very consitant. IE8 is the only browser having delay issues. There is a parallel problem when you view source which i will further explain in detail. I've cleared the cache and that doesn't correct the issue. Overview: The issue is a very very long d