[Google Maps API v3] markers display

2011-08-22 Thread robert garlope
Hi every one..

i have a project that i need to display the markers that bound with
the map view..

i need a help please

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: v3.3 is gone. My dropdown menu needs new CSS. Will Google share?

2011-08-22 Thread Pil
Hi Joseph,

I really would do it the other way round and make all dropdowns
independant from  the Maps CSS. Who knows when the next change is
coming and when the v4 Maps API team is taking over?
;-)



On Aug 22, 5:48 am, Joseph Elfelt josephelf...@gmail.com wrote:
 Well, Chris told us it was coming and today Google pulled the plug on
 v3.3 of the API.  If your app requests 3.3  what you get is 3.4 and
 the dropdown map type control looks different.

 In my Gmap4 app I made a dropdown menu that looked like the one Google
 used for map types up through v3.3.  However Google is using different
 CSS for its dropdown menu in 3.4 and thus my dropdown and Google's
 dropdown no longer look  the same.

 Example:http://www.mappingsupport.com/p/gmap4.php?q=http://www.mappingsupport...

 I poked around with Firebug to see if I could find Google's CSS but no
 joy.  Did I not look in the right place?
 Admittedly I am not a Firebug expert.

 No doubt I am not the only one that would like to have their own
 dropdown menu that matches the look of Google's dropdown menu.

 Dear Google,
 By any chance could you share your css?

 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-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Hide/show infoboxes?

2011-08-22 Thread Rossko
 var name = [];

'name' is perhaps risky, does it still fail using 'banana'?

Will it work if declared using var name = new Array() ?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: What is the proper method to store or reference multiple marker data

2011-08-22 Thread Rossko
 Could anyone suggest a particular posting I should read or perhaps
 have a better idea what key words I should use to find this answer
 myself?

Taking the risk of being exposed as somehow obsessed with post count,
I searched for 'marker custom ID' and saw a few posts that I think are
relevant.  But they might be useless too, I'm just guessing what
approach you want to use.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Aw: Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Lorenzo
Hi,

is there any possibilltiy to make POIs visible but not clickable?

Thanks

Lorenzo

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/1VMq6ZsybBkJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Hide/show infoboxes?

2011-08-22 Thread Pil


On Aug 22, 10:43 am, Rossko ros...@culzean.clara.co.uk wrote:
  var name = [];

 'name' is perhaps risky, does it still fail using 'banana'?

Rossko you are right.

Although 'name' doesn't belong the reserved words or avoidable
identifiers it shouldn't be used in Webkit browsers as a variable
name.

Don't use any of these words that can be found here. See especially
the Global Properties and Methods.

http://javascript.about.com/library/blreserved.htm

(This was the second time I had such a problem with Webkit. I've now
bookmarked this page.)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re : Re: What is the proper method to store or reference multiple marker data

2011-08-22 Thread jean-baptiste demonte
You also can use closure to store data while creating your markers.

This is the way i do it in my plugin for jquery (http://gmap3.net)

This is used to store drive and name  on the clustering example : 
http://gmap3.net/examples/clustering.html

and on http://gmap3.net/api/add-markers.html to store a custom string to 
display on mouse over

JB

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/IKpkHk635eoJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re : Trouble converting coordinates to address using reverse geocoding

2011-08-22 Thread jean-baptiste demonte
Hi,

i saw that you use jQuery on your main page  so you can use gmap3 for 
jquery, it's easier : 

http://gmap3.net/api/geo-latlng.html 
http://gmap3.net/api/get-address.html

JB

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ZzH8qrDhRCgJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re : Re: Looking for Examples of Simple Map with Multiple Markers

2011-08-22 Thread jean-baptiste demonte
Hi,

If you use jQuery, you can use gmap3 : http://gmap3.net/api/add-markers.html

JB

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/S7xziu2H-FEJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Markercluster in V3

2011-08-22 Thread Répás Zoltán
Hello!

I'd like to show 34614 points in google maps with markercluster, and I'd like 
to make a preloading… message before it shows. 

Are there a markerCluster.finished-printing-markers event? :)
And if not, how can i handle it?

Thanks for the help,
Répás Zoltán
marhar...@gmail.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: v3.3 is gone. My dropdown menu needs new CSS. Will Google share?

2011-08-22 Thread Joseph Elfelt
Good Morning Chris,

Muchas gracias.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re : Re: [Google Maps API v3] Gmap v3 problem scripts and IE 9

2011-08-22 Thread Clem106
Thank you very much for your reply and your help,

I followed your example. Now it works perfectly for IE in my sample page in 
against it does not work on my site yet I gave my size divs (html, body, 
div#map_canvas). It's very strange...

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/HdH7ziYV2y8J.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Hide/show infoboxes?

2011-08-22 Thread 3D-kreativ
Banana was much better!! Now the code is working fine again! I was
confused beacause push had worked before, but I remembered that I
changed the code from push.names to push.name and therefore didn't
work in chrome and safari. Thanks for the help!

On 22 Aug, 12:17, Pil wolf...@gmail.com wrote:
 On Aug 22, 10:43 am, Rossko ros...@culzean.clara.co.uk wrote:

   var name = [];

  'name' is perhaps risky, does it still fail using 'banana'?

 Rossko you are right.

 Although 'name' doesn't belong the reserved words or avoidable
 identifiers it shouldn't be used in Webkit browsers as a variable
 name.

 Don't use any of these words that can be found here. See especially
 the Global Properties and Methods.

 http://javascript.about.com/library/blreserved.htm

 (This was the second time I had such a problem with Webkit. I've now
 bookmarked this page.)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-22 Thread Cole
 I have scoured the script for any blank spaces and have not found any, 
which leads me to believe I am outputting something before 
 
header(Content-type: text/xml); 
 
However, being new to HTML and PHP (though I have coded before) I can't tell 
what is being output before that line of code...does it matter if I output 
in the HTML first or just the PHP? I have posted both my PHP and HTML above, 
if anyone could give it a sweep through maybe they will catch something I am 
over looking. 
 
Larry - As far as I can tell I have everything exactly the same as the 
example except for PHP line 3 (changed the file name to my file name, had to 
add the 5 to .php according to my host, 1and1) and line 13 had to change 
localhost to $hostname. Other than that no changes. 

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/QBwAY0-68ysJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Infobox displays on top of other markers, but passes through events to underlying markers

2011-08-22 Thread RobRoyAus
Hi all,

I'm using the InfoBox (this version
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/)
with the InfoBox for each marker popping up on mouse-over.

My test page is here: 
http://dev-default.wales.info/town-new.asp?propertytown=cardiff
(with opacity of the InfoBoxes set so you can see underlying markers)

When you mouseover a marker the correct InfoBox pops up and links in
the InfoBox are clickable. However, when the open InfoBox overlaps
another marker and you move the cursor across the open InfoBox and
over the underlying marker, the mouseover event of the underlying
marker fires and its InfoBox opens. The desired behaviour is that an
open InfoBox should sit on top of everything and mask events for any
hidden markers until it is closed.

Isn't this supposed to be handled by the enableEventPropagation
property of the InfoBox options? I have it set to false.

Thanks for your help
Rob

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Javascript Client Geocoder in the Channel Islands

2011-08-22 Thread Oliver S
Hi,

My company is primarily based in Jersey, in the Channel Islands. We have a 
problem with the geolocation services provided by the v3 API - postcodes for 
Jersey and Guernsey are not recognised by the system.

For instance, if I send a request with the address of my house here 
(including postcode) the geolocator will not return anything. If I send a 
request with my address, but without the postcode, the geolocator will 
return an approximate result, with the long/lat of the center of the nearest 
town. This happens for all addresses on Jersey. If I try it for addresses in 
the UK, it works fine.

The above was done using a system implemented from the dynamic address 
geocoding 
service.http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding

What is weird is that for the static geocoding 
APIhttp://code.google.com/apis/maps/documentation/geocoding/, 
we don't have this problem. Addresses (with postcodes) in Jersey are located 
perfectly.

Why might this be? Is there any way to fix it, other that using the static 
geocoding API instead (undesirable as it needs to respond dynamically to 
user input.)

 

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/1BfJVyZAeg4J.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Trouble converting coordinates to address using reverse geocoding

2011-08-22 Thread xelawho
 I;m having trouble getting the Start field to show the address location
 instead of the coordinates.

... of course, there's also something to be said for looking for
errors in firebug and using the v3
geocoder = new google.maps.Geocoder();
instead of the v2
geocoder = new GClientGeocoder();

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-22 Thread Christopher Watson
the site works in firefox and chrome. 

http://creativemaps.vism.ag/

it doesn't work in IE, no surprise!

how can i stop the function doGeolocation from trying to perform in IE, can 
i hide it from IE? are they if statements that will hide it? when i debug 
this is what shows up.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/M9ZNisR4_YkJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-22 Thread xelawho
 how can i stop the function doGeolocation from trying to perform in IE, can
 i hide it from IE? are they if statements that will hide it? when i debug
 this is what shows up.

it seems to me like you should do browser detection (there's plenty of
code examples available out there) and set up an alternative for IE to
use. Something like

if (IE) {
function that tracks user by IP address
} else {
doGeolocation();
}

(although it may be worth pointing out that in IE7 it works fine, and
firebug should detect an absence of gears as it is somewhat outdated
and has not been available to firefox for some time now)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Limit the number of destinations

2011-08-22 Thread kypriakos

HI all,

I am getting as MAX_DIMENSIONS_EXCEEDED exception and I think that's
due to the fact that although I have two origins the closest points of
interest
was ridiculously high. Is there a way to limit the number of
destinations returned
per origin? I could not find it in the API (unless I am missing the
obvious)

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-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Limit the number of destinations

2011-08-22 Thread Rossko
 I am getting as MAX_DIMENSIONS_EXCEEDED exception and I think that's
 due to the fact that although I have two origins the closest points of
 interest
 was ridiculously high. Is there a way to limit the number of
 destinations returned
 per origin? I could not find it in the API (unless I am missing the
 obvious)

What API?  The Distance Matrix Service has a result code like that, so
let's guess thats the one.

The limits are in the docs
  The following usage limits are in place for the Distance Matrix
service:
   25 origins and/or 25 destinations per request; and
   100 elements per request (origins times destinations).

You or your code supply the origins and destinations.  The Distance
Matrix does not return destinations per origin, you tell it which
origins and destinations you want.  If there are too many, there are
too many and you should supply fewer.

Don't know what you you mean by
 the closest points of
 interest was ridiculously high
does this refer to some other service you are using as data feed for
the Distance Matrix Service?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-22 Thread Amelia Griza-Padilla
Larry,
This is exactly what I have been trying to do. Thank you!  But having
a problem, I inserted the code, but nothing happended??  Any ideas why
this exact code would not work on my page?

http://www.advocacy.ucla.edu/Maps/Assembly.html

On Aug 19, 12:37 am, geocode...@gmail.com geocode...@gmail.com
wrote:
 On Aug 18, 8:25 pm, geocode...@gmail.com geocode...@gmail.com
 wrote:





  On Aug 18, 11:16 am, Amelia Griza-Padilla ameliagpadi...@gmail.com
  wrote:
   Hello,
   I am a beginner to Google Maps Javascript API (about 2 weeks now) and I 
   need
   some assistance.  I have created two drop down menus linked to my fusion
   tables.  What I am trying to do is: upon clicking on a selection zoom to
   that polygon (or lat/long).   I've found some ideas, but have no idea how 
   to
   incorporate this in my map. So far I've added 
   value=35.286125,-120.659409
   to one of records but nothing happens.

   select id=searchString onChange=javascript:LocChange(this);
               option value=--All Districts--/option
               option value=Achadjian, Katcho   33
   value=35.286125,-120.659409Achadjian, Katcho   33/option

   Any assistance would be greatly appreciated.

  http://www.advocacy.ucla.edu/Maps/Assembly_Map.html

  Sounds like you want something like 
  this:http://www.geocodezip.com/geoxml3_test/v3_FusionTables_CountryBrowser...
  (if you click on the show in the sidebar, or the zoomTo in the
  infowindow, it zooms to the polygon)

  But it won't necessarily be simple.

 Is this what you are looking 
 for?http://www.geocodezip.com/geoxml3_test/www_advocacy_ucla_edu_Assembly...

    -- Larry- Hide quoted text -

 - Show quoted text -

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-22 Thread geocode...@gmail.com
On Aug 22, 11:54 am, Christopher Watson
chris.watso...@googlemail.com wrote:
 the site works in firefox and chrome.

 http://creativemaps.vism.ag/

 it doesn't work in IE, no surprise!

 how can i stop the function doGeolocation from trying to perform in IE, can
 i hide it from IE? are they if statements that will hide it? when i debug
 this is what shows up.

You need to make a copy of this:
http://gmaps-samples-v3.googlecode.com/svn/trunk/geolocate/geometa.js

and handle the error case:
=
Line: 63
Error: 'google.gears.factory' is null or not an object
=

  -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-22 Thread geocode...@gmail.com
On Aug 22, 3:54 pm, geocode...@gmail.com geocode...@gmail.com
wrote:
 On Aug 22, 11:54 am, Christopher Watson

 chris.watso...@googlemail.com wrote:
  the site works in firefox and chrome.

 http://creativemaps.vism.ag/

  it doesn't work in IE, no surprise!

  how can i stop the function doGeolocation from trying to perform in IE, can
  i hide it from IE? are they if statements that will hide it? when i debug
  this is what shows up.

 You need to make a copy of 
 this:http://gmaps-samples-v3.googlecode.com/svn/trunk/geolocate/geometa.js

 and handle the error case:
 =
 Line: 63
 Error: 'google.gears.factory' is null or not an object
 =

BTW - I get the same error in Firefox:
Error: google.gears is undefined
Source File: 
http://gmaps-samples-v3.googlecode.com/svn/trunk/geolocate/geometa.js
Line: 63

   -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Compatibility with Internet Explorer ''google.gears.factory' is null or not an object'

2011-08-22 Thread xelawho
... or (being that geolocation sometimes fails, depending on browser
or user location and that google gears has to be installed and will no
longer be available as of Dec 2012 according to http://gears.google.com/
)

use something like this:
http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html

but in the else statement instead of just alerting an error, get it
to use something reliable but maybe not so accurate - I use the IP
lookup from maxmind, and it works quite well. You can compare some of
them here: http://xelawho.com/map/ip2.php (v2 map but the fundamentals
are the same)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: What is the proper method to store or reference multiple marker data

2011-08-22 Thread Vincent Hallberg
Ty Rossko, this was exactly what I needed to know.  Obviously the
biggest problem in solving anything your working on is understanding
how others would reference the same issue.  The search suggestion you
responded with helped me find other posts related to my problem.  Here
is the link that worked for me.
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2ac99cd9f18eac2f/80b5a009e17e84d4?lnk=gstq=marker+custom+ID#80b5a009e17e84d4



On Aug 22, 1:50 am, Rossko ros...@culzean.clara.co.uk wrote:
  Could anyone suggest a particular posting I should read or perhaps
  have a better idea what key words I should use to find this answer
  myself?

 Taking the risk of being exposed as somehow obsessed with post count,
 I searched for 'marker custom ID' and saw a few posts that I think are
 relevant.  But they might be useless too, I'm just guessing what
 approach you want to use.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-22 Thread JKurtock
Yes, you ARE outputting something before the header() instruction.
That is what the error code means.  In addition to the odd space here
and there, a common problem is putting your initial ?php element on
the second line, so that the code outputs a new-line before anything
else (triggering your error message).  (Which is why none of us can
find your problem by looking at the part of your code you have
posted.)  Note that can be in  your included files too.

You might try replacing the header() instruction with something like
print G;, and then just looking at the output in a browser USING
view page source.  If there is ANYTHING before the G; space,
newline, etc., that is your problem. Then all you have to do is find
where it is coming from.

Good luck!

- Jeff

On Aug 22, 10:37 am, Cole colebrick...@gmail.com wrote:
  I have scoured the script for any blank spaces and have not found any,
 which leads me to believe I am outputting something before

 header(Content-type: text/xml);

 However, being new to HTML and PHP (though I have coded before) I can't tell
 what is being output before that line of code...does it matter if I output
 in the HTML first or just the PHP? I have posted both my PHP and HTML above,
 if anyone could give it a sweep through maybe they will catch something I am
 over looking.

 Larry - As far as I can tell I have everything exactly the same as the
 example except for PHP line 3 (changed the file name to my file name, had to
 add the 5 to .php according to my host, 1and1) and line 13 had to change 
 localhost to $hostname. Other than that no changes.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Limit map panning from moving beyond the poles

2011-08-22 Thread Ben Appleton
The stack overflow is because .fitBounds() changes the center, which calls
your listener, which calls .fitBounds() again. You could work around this by
checking the time since you last called .fitBounds().

I don't know of a more appropriate solution to prevent panning. Why do you
want to prevent panning?

Thanks
Ben

On Sun, Aug 21, 2011 at 2:50 PM, Jeremy jer...@pinkgeo.com wrote:

 Thank you for the reply.

 I've now been playing with numbers less than 90 and more than -90.

 Using a centerpoint it stops the map, but isn't very ideal because it's not
 very accurate:

 google.maps.event.addListener(**map, center_changed, mapDragged);
 function mapDragged(){
 if(map.getCenter().lat()  85) map.setCenter(new google.maps.LatLng(85,
 map.getCenter().lng()));
  else if(map.getCenter().lat()  -85) map.setCenter(new
 google.maps.LatLng(-85, map.getCenter().lng()));}

 Using bounds seems to be more appropriate, but I keep getting max call
 stack size exceeded errors:

 google.maps.event.addListener(**map, center_changed, mapDragged);
 function mapDragged(){
  var bounds = map.getBounds();
 if(bounds.getNorthEast().lat()  85) map.fitBounds(new
 google.maps.LatLngBounds(new google.maps.LatLng(bounds.getSouthWest().lat(),
 bounds.getSouthWest().lng()), new google.maps.LatLng(85,
 bounds.getNorthEast().lng(;
  else if(bounds.getSouthWest().lat()  -85) map.fitBounds(new
 google.maps.LatLngBounds(new google.maps.LatLng(-85,
 bounds.getSouthWest().lng()), new
 google.maps.LatLng(bounds.getNorthEast().lat(),
 bounds.getNorthEast().lng(;}

 I'm thinking I'm getting these errors because setting a fitBounds command
 makes sure that box is shown, so it may still show some of the forbidden
 range, thus firing off the function again, and again, and again.

 Is there a more appropriate command I'd be able to use, or some way of
 returning false to the pan?

 --
 You received this message because you are subscribed to the Google Groups
 Google Maps JavaScript API v3 group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-maps-js-api-v3/-/DA9eQ27QO-IJ.

 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Need examples/assistance with Zoom to Selected from Drop Down Menu (Fusion Tables)

2011-08-22 Thread geocode...@gmail.com
On Aug 22, 1:28 pm, Amelia Griza-Padilla ameliagpadi...@gmail.com
wrote:
 Larry,
 This is exactly what I have been trying to do. Thank you!  But having
 a problem, I inserted the code, but nothing happended??  Any ideas why
 this exact code would not work on my page?

 http://www.advocacy.ucla.edu/Maps/Assembly.html

Check your javascript errors:
Error: geoXML3 is not defined
Source File: http://www.advocacy.ucla.edu/Maps/Assembly.html
Line: 138

You didn't put this file on your server:
http://www.advocacy.ucla.edu/Maps/geoxml3_kmlStr.js
The page cannot be found
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.

 -- Larry



 On Aug 19, 12:37 am, geocode...@gmail.com geocode...@gmail.com
 wrote:

  On Aug 18, 8:25 pm, geocode...@gmail.com geocode...@gmail.com
  wrote:

   On Aug 18, 11:16 am, Amelia Griza-Padilla ameliagpadi...@gmail.com
   wrote:
Hello,
I am a beginner to Google Maps Javascript API (about 2 weeks now) and I 
need
some assistance.  I have created two drop down menus linked to my fusion
tables.  What I am trying to do is: upon clicking on a selection zoom to
that polygon (or lat/long).   I've found some ideas, but have no idea 
how to
incorporate this in my map. So far I've added 
value=35.286125,-120.659409
to one of records but nothing happens.

select id=searchString onChange=javascript:LocChange(this);
            option value=--All Districts--/option
            option value=Achadjian, Katcho   33
value=35.286125,-120.659409Achadjian, Katcho   33/option

Any assistance would be greatly appreciated.

   http://www.advocacy.ucla.edu/Maps/Assembly_Map.html

   Sounds like you want something like 
   this:http://www.geocodezip.com/geoxml3_test/v3_FusionTables_CountryBrowser...
   (if you click on the show in the sidebar, or the zoomTo in the
   infowindow, it zooms to the polygon)

   But it won't necessarily be simple.

  Is this what you are looking 
  for?http://www.geocodezip.com/geoxml3_test/www_advocacy_ucla_edu_Assembly...

     -- Larry- Hide quoted text -

  - Show quoted text -



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Achintha Kuruwita


*Hi Chris,*

*With the latest update we are experiencing an issue with Markers, The gif 
type markers stop animating on some web browsers such as Google 
Chrome(13.0.782.112 m Windows), Firefox(6 Windows).*

*This was OK with version 3.3 but not with 3.4, any workaround for this 
issue? *

*Thanks*

*Achintha K*

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/3dZ7zBO1mJAJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Enoch Lau (Google Employee)
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions

Set 'optimized' to false.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/SizgDfTRwLAJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Achintha Kuruwita
Thanks - it do the trick

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/Ijb4GF2SYbcJ.
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Some of my KML just stopped working

2011-08-22 Thread Maurice Tamman
It happened this evening. Everything was fine at 6 and not fine at
9:30.

When I open the URL in Google Earth I see what I expect. When I test
in maps.google.com, it says there is an error. And when I validate at
feedvalidator.org, I do see what the errors are. (which I will now
fix, in lieu of sleep.)

What I don't get, is that that code hasn't been touched in months and
months and months. Did Google change something this evening that made
it more stringent?

Rather frustrating.

Here are a couple of examples:
http://ibiseye.com/Models2KML/at201109
http://ibiseye.com/storm2KML/at201109

Cheers,
Mo

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Aw: Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Chris Broadfoot
Unfortunately not Lorenzo. You'll need to apply a map style to hide poi
labels:

[ { featureType: poi, elementType: labels, stylers: [ { visibility:
off } ] } ]

(or to just hide business pois, poi.business)

--
http://twitter.com/broady



On Mon, Aug 22, 2011 at 7:13 PM, Lorenzo eu...@semua.de wrote:

 Hi,

 is there any possibilltiy to make POIs visible but not clickable?

 Thanks

 Lorenzo

 --
 You received this message because you are subscribed to the Google Groups
 Google Maps JavaScript API v3 group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-maps-js-api-v3/-/1VMq6ZsybBkJ.

 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-22 Thread Chris Broadfoot
On Tue, Aug 23, 2011 at 11:56 AM, Enoch Lau (Google Employee) 
enoch...@google.com wrote:

 *
 http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions
 *


Fixed link (MarkerOptions, not MapOptions)


 Set 'optimized' to false.


Cheers
Chris

--
http://twitter.com/broady

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Limit the number of destinations

2011-08-22 Thread kypriakos

Thanks for the response Rossko,

 What API?  The Distance Matrix Service has a result code like that, so
 let's guess thats the one.

Yep that's the one.

 The limits are in the docs
   The following usage limits are in place for the Distance Matrix
 service:
    25 origins and/or 25 destinations per request; and
    100 elements per request (origins times destinations).

Right - I found that but could not find if there was a particular way
to set a limit.

 You or your code supply the origins and destinations.  The Distance
 Matrix does not return destinations per origin, you tell it which
 origins and destinations you want.  If there are too many, there are
 too many and you should supply fewer.

Exactly - I figured it out earlier one this afternoon afterall: I
limit
the amount of results I get on the destinat5ions result array and send
it the first 10 instead and it works.

 Don't know what you you mean by the closest points of
  interest was ridiculously high

 does this refer to some other service you are using as data feed for
 the Distance Matrix Service?

I am using the Places to get the closest destinations and then feed
the
results to the Distance Matrix.

Well, I guess you have answered my question - 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-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-22 Thread geocode...@gmail.com
On Aug 22, 7:49 pm, Maurice Tamman maur...@tamman.org wrote:
 It happened this evening. Everything was fine at 6 and not fine at
 9:30.

 When I open the URL in Google Earth I see what I expect. When I test
 in maps.google.com, it says there is an error. And when I validate at
 feedvalidator.org, I do see what the errors are. (which I will now
 fix, in lieu of sleep.)

 What I don't get, is that that code hasn't been touched in months and
 months and months. Did Google change something this evening that made
 it more stringent?

We don't really have any insight into when the server side KML
processing changes.  That seems to be shared between maps.google.com,
the v2 API and the v3 API.

Are you displaying the KML on an API map?

  -- Larry


 Rather frustrating.

 Here are a couple of 
 examples:http://ibiseye.com/Models2KML/at201109http://ibiseye.com/storm2KML/at201109

 Cheers,
 Mo

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Some of my KML just stopped working

2011-08-22 Thread Chris Broadfoot
This may have been caused to an update of KML rendering - we're going to
roll back and investigate.

If you can, please retain the KML at that link so we can test against it.

Cheers
Chris

--
http://twitter.com/broady



On Tue, Aug 23, 2011 at 12:49 PM, Maurice Tamman maur...@tamman.org wrote:

 It happened this evening. Everything was fine at 6 and not fine at
 9:30.

 When I open the URL in Google Earth I see what I expect. When I test
 in maps.google.com, it says there is an error. And when I validate at
 feedvalidator.org, I do see what the errors are. (which I will now
 fix, in lieu of sleep.)

 What I don't get, is that that code hasn't been touched in months and
 months and months. Did Google change something this evening that made
 it more stringent?

 Rather frustrating.

 Here are a couple of examples:
 http://ibiseye.com/Models2KML/at201109
 http://ibiseye.com/storm2KML/at201109

 Cheers,
 Mo

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Unable to Render a Map Marker

2011-08-22 Thread Jordan Train
Today I noticed that some of my apps were not rendering markers for
custom-defined marker images.  Everything was working fine before.  I
suspect some change was made to the API.  Anyone else having this
issue?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Unable to Render a Map Marker

2011-08-22 Thread geocode...@gmail.com
On Aug 22, 8:27 pm, Jordan Train jordantr...@gmail.com wrote:
 Today I noticed that some of my apps were not rendering markers for
 custom-defined marker images.  Everything was working fine before.  I
 suspect some change was made to the API.  Anyone else having this
 issue?

I don't see it.
http://www.geocodezip.com/v3_markers_colored.html
http://www.geocodezip.com/v3_markers_colored_3D.html
http://www.geocodezip.com/v3_markers_normal_colored.html

  -- Larry

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-22 Thread Maurice Tamman
will do ... Do you know when it will be rolled back?

Maybe this will help:

http://ibiseye.com/storm2KML/at201108 - this one does not validate
because of duplicate placemark id and does not show with the API or on
maps but worked earlier today

http://mi5.ibiseye.com/storm2KML/at201108 - this one does validate but
still doesn't show

also

http://ibiseye.com/Activity2Kml - this one does not validate because
of Undefined description element: div and does not show with the API
or on maps but worked earlier today

also

http://ibiseye.com/Models2KML/at201109 - this one does not validate
because of duplicate placemark Ids and does not show with the API or
on maps but worked earlier today

http://mi5.ibiseye.com/Models2KML/at201109 - this one does not
validate because of Undefined description element: div and does not
show with the API or on maps.

All work with Google Earth

Cheers,
Mo




On Aug 22, 11:15 pm, Chris Broadfoot c...@google.com wrote:
 This may have been caused to an update of KML rendering - we're going to
 roll back and investigate.

 If you can, please retain the KML at that link so we can test against it.

 Cheers
 Chris

 --http://twitter.com/broady







 On Tue, Aug 23, 2011 at 12:49 PM, Maurice Tamman maur...@tamman.org wrote:
  It happened this evening. Everything was fine at 6 and not fine at
  9:30.

  When I open the URL in Google Earth I see what I expect. When I test
  in maps.google.com, it says there is an error. And when I validate at
  feedvalidator.org, I do see what the errors are. (which I will now
  fix, in lieu of sleep.)

  What I don't get, is that that code hasn't been touched in months and
  months and months. Did Google change something this evening that made
  it more stringent?

  Rather frustrating.

  Here are a couple of examples:
 http://ibiseye.com/Models2KML/at201109
 http://ibiseye.com/storm2KML/at201109

  Cheers,
  Mo

  --
  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+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Some of my KML just stopped working

2011-08-22 Thread Maurice Tamman
Larry: Those feeds in this thread are in one way or another consumed
on ibiseye.com

Cheers,
Mo

On Aug 22, 11:14 pm, geocode...@gmail.com geocode...@gmail.com
wrote:
 On Aug 22, 7:49 pm, Maurice Tamman maur...@tamman.org wrote:

  It happened this evening. Everything was fine at 6 and not fine at
  9:30.

  When I open the URL in Google Earth I see what I expect. When I test
  in maps.google.com, it says there is an error. And when I validate at
  feedvalidator.org, I do see what the errors are. (which I will now
  fix, in lieu of sleep.)

  What I don't get, is that that code hasn't been touched in months and
  months and months. Did Google change something this evening that made
  it more stringent?

 We don't really have any insight into when the server side KML
 processing changes.  That seems to be shared between maps.google.com,
 the v2 API and the v3 API.

 Are you displaying the KML on an API map?

   -- Larry









  Rather frustrating.

  Here are a couple of 
  examples:http://ibiseye.com/Models2KML/at201109http://ibiseye.com/storm2KML/at...

  Cheers,
  Mo

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.