[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" wrote: > On Aug 22, 7:49 pm, Maurice Tamman wrote: > > > It happened this evening. Everything was fine at 6 and not fine at > > 9:30. > > > When I open the

[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

[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 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.

[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

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 wrote: > It happened this

[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 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

[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 destin

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://twitte

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 wrote:

[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 sle

[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

[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

[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? * *Thank

[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 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

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 p

[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 wrote: >  I have scoured the script for any blank spaces and have not found any, > which leads me to believe

[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

[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/

[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" wrote: > On Aug 22, 11:54 am, Christopher Watson > > 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

[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 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

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

2011-08-22 Thread en4ce
+1 but Christopher, what the hell this page is all about? everything is all over the place... especially if you pan the map... wow, i never was so confused with a map :D On 22 Aug., 21:45, xelawho wrote: > > how can i stop the function doGeolocation from trying to perform in IE, can > > i hide i

[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" wrote: > On A

[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

[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 m

[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

[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

[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

[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();

[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 postc

[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

[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...d

[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 wrote: > On Aug 22, 10:43 a

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 t

[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-

[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 rece

[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-v

[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" gro

[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 t

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

2011-08-22 Thread Pil
On Aug 22, 10:43 am, Rossko 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 t

[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

[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.

[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-m

[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 wrote: > Well, Chris told us it was coming and today Google pu