Re: [Google Maps API v3] Java Script Error http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

2011-03-11 Thread Thomas Baxter
Can you provide a link to an example? On Fri, Mar 11, 2011 at 9:59 PM, Ravi callonr...@gmail.com wrote: We are getting the following java script while invoking from our site in IE. It can be reproducible mostly. But there are no problem in FF, Safari and other browsers. Message:

Re: [Google Maps API v3] Re: KML Layers - Stack Order Wierdness.

2011-03-09 Thread Thomas Baxter
Thanks. Shows for me, and I am still waiting on designs for this, so once that's done I'll be building a KML parser to update the PolyStyles and image references. On Mon, Mar 7, 2011 at 8:09 PM, geocode...@gmail.com geocode...@gmail.comwrote: On Mar 7, 4:23 pm, Thomas Baxter thomas.bax

Re: [Google Maps API v3] GM V3 API multiple KMZ/KML

2011-03-09 Thread Thomas Baxter
Take a look at this post: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d141c913badec13a The way in which they load the KML files puts all layer references into an array. With that array you can simply loop through each reference, hide all but the one you want to

Re: [Google Maps API v3] Persistant Title?

2011-03-09 Thread Thomas Baxter
Have you looked at InfoBox? http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries On Wed, Mar 9, 2011 at 4:38 PM, whiteatom ale...@gmail.com wrote: Hello, I'm trying to have the markers on my map have persistent titles that show all the time like in Google Earth. Basically I

Re: [Google Maps API v3] Re: KML Layers - Stack Order Wierdness.

2011-03-07 Thread Thomas Baxter
The following links have two different orders (the order by which they appear in the orange sidebar is the order in which they were loaded) http://pmlf.net/gmaps/?ordering=1 http://pmlf.net/gmaps/?ordering=2 and here's the javascript file: http://pmlf.net/gmaps/js/locator_version2.js In the

Re: [Google Maps API v3] Re: KML Layers - Stack Order Wierdness.

2011-03-07 Thread Thomas Baxter
IE6 is below my support level, and this is (obviously) initial functional dev. Regardless, I've closed off the doc. On Mon, Mar 7, 2011 at 5:19 PM, geocode...@gmail.com geocode...@gmail.comwrote: On Mar 7, 1:21 pm, Thomas Baxter thomas.bax...@gmail.com wrote: The following links have two

Re: [Google Maps API v3] Re: KML Layers - Stack Order Wierdness.

2011-03-07 Thread Thomas Baxter
though, I totally missed it. I'll post a follow up with full code once its done. On Mon, Mar 7, 2011 at 6:38 PM, geocode...@gmail.com geocode...@gmail.comwrote: On Mar 7, 1:21 pm, Thomas Baxter thomas.bax...@gmail.com wrote: The following links have two different orders (the order by which