[Google Maps API v3] Re: Release version 3.2 (frozen) has been changed !

2011-03-07 Thread sgiddings
Wow, I wasn't expecting so many exchanges. From what I am seeing here, the only thing which is guaranteed with versioning, are the interfaces. The underlying code is not guaranteed - notably undocumented features which a number of us have relied on. On Mar 7, 12:12 am, Ben Appleton

[Google Maps API v3] Pegman loses his compass

2011-03-07 Thread Fadamaps 37
Hi, if i drag pegman out of the map : - sometime he loses is compass, - the map does not center automatically on pegman. Example: http://google-maps-api-version-3.touraineverte.com/gmaps-api-v3-issues/pegmanBug/ -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: How To add coordinates to tooltip of a marker?

2011-03-07 Thread thebit
I try to well explain my question: I created a web page in which I can mark some places. If I mark a place a window tooltip (infowindow) is open and show me a form with title, description, etc. I wish to give the possibility of automatically populate a field (readonly) with the coordinates of this

[Google Maps API v3] Re: How To add coordinates to tooltip of a marker?

2011-03-07 Thread thebit
That's an example made in jQuery but, unluckly, with google maps V2 (deprecated): http://www.designing4u.de/2008/08/google-maps-jquery-and-xml-saving-markers-with-user-input/ at line 17 of second code (javascript) On 7 Mar, 01:06, Chris Broadfoot c...@google.com wrote: Got a link? I'm not sure

[Google Maps API v3] Re: Googlemaps opening in Fancybox. 2nd load seems offset.

2011-03-07 Thread Garve Scott-Lodge
Thanks Luke, I'd pretty much gleaned that from various forums, but despite adding that bit of code in various places it does nothing. Should I be adding it to the ajax file, or somewhere in the head of the calling page? cheers Garve On Mar 6, 11:29 pm, Luke Mahé lu...@google.com wrote: You

[Google Maps API v3] Re: Zoom in/out frequently cause null is null or not an object in IE

2011-03-07 Thread Angela
I have same issue. How to resolve it? On Mar 5, 9:05 am, Peter peterho...@gmail.com wrote: I have compared different examples. The following statement works in IE  div id=map_canvas style=width: 500px; height: 300px/div 'null', is null or not an object error will not be found when you move

[Google Maps API v3] Error on zoom in/out map using scroll wheel in IE8.

2011-03-07 Thread Angela
My code is based on google map api V3. When I add marker and zoom in/ out the map using scroll wheel in IE8. Error message pops up 'null' is null or not object. Character 8 : 160 lines : 0 URI: http://maps.gstatic.cn/intl/zh_cn/mapfiles/api-3/4/3/main.js. But in IE7, it works well. In addition,

[Google Maps API v3] Error pops up when zoom in/out in IE8

2011-03-07 Thread Angela
My code is based on google map api V3. When I add marker, and then zoom in/out the map using scroll wheel in IE8. Error message pops up 'null' is null or not object. Character 8 : 160 lines : 0 URI: http://maps.gstatic.cn/intl/zh_cn/mapfiles/api-3/4/3/main.js. But in IE7, it works well. In

[Google Maps API v3] add new functions googlemaps.com

2011-03-07 Thread Thoern
Is it possible to add the Google maps labs new tools they have in the www.googlemaps.com in your own googlemap? -- 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 API v3] Re: geoXML3 : How to change the fillcolor of polygones

2011-03-07 Thread Fred67
The region color is a global calculation. When you put the mouse over a department, then you can see the result for this one (the color change too). -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to this group, send

[Google Maps API v3] Re: geoXML3 : How to change the fillcolor of polygones

2011-03-07 Thread Fred67
Hello Larry, I updated my link : http://wnmapcrm.free.fr/tests/index.php Now you can see the results using geoxml3. Thanks for your help and your supports. Fred -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to

[Google Maps API v3] Caching Map

2011-03-07 Thread Markus
Hello. I've written an small navigation System for Farmers.To Navigate to each field. It's based on an simple HTML Site in the web. My problem is that the connection is not very fast and sometimes there is no connection to the web. So my question is: can the Cards be cached as long as any

Re: [Google Maps API v3] Re: Release version 3.2 (frozen) has been changed !

2011-03-07 Thread Ben Appleton
Even the underlying code is guaranteed for the lifetime of the frozen version. If you work with the versioning system your site is protected from unexpected changes. On Mar 7, 2011 7:29 PM, sgiddings mr.s.giddi...@gmail.com wrote: Wow, I wasn't expecting so many exchanges. From what I am seeing

[Google Maps API v3] Re: Infowindow closeclick is not working...

2011-03-07 Thread Rossko
                        google.maps.event.addListener(infowindow, 'closeclick', closeclickListener()); That will execute closeclickListener() at the time you set up the listener. If you want it to run at the time of the click, pass a reference instead. google.maps.event.addListener(...,

Re: [Google Maps API v3] Re: Release version 3.2 (frozen) has been changed !

2011-03-07 Thread Andrew Leach
On 7 March 2011 08:29, sgiddings mr.s.giddi...@gmail.com wrote: The underlying code is not guaranteed - notably undocumented features which a number of us have relied on. Undocumented features are never guaranteed and should not be relied upon, though. -- You received this message because you

[Google Maps API v3] Re: Iphone 4 weird behaviour

2011-03-07 Thread Olivier Boisseau
Hi You're right, that was because of the frames (which I didn't knew were there!) Thanks Chad. -- 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

[Google Maps API v3] Re: How To add coordinates to tooltip of a marker?

2011-03-07 Thread en4ce
never mind V2 apps you can use this as example http://code.google.com/intl/en/apis/maps/articles/phpsqlajax_v3.html On 7 Mrz., 09:55, thebit the-...@email.it wrote: That's an example made in jQuery but, unluckly, with google maps V2

[Google Maps API v3] Re: Having troubles with path

2011-03-07 Thread Rick Donohoe
Thankyou, thats all sorted! Another issue I've had is when I first started developing this I put the map div inside a table as that was the only way it worked. I've now removed it from the table, added the 'function detectBrowser() {' property inside initialize, and within my style sheet I

[Google Maps API v3] Re: How I setOpacity to load at 100% in geoxml3 using projected overlay? load categories sidebarhtml at the beginning and not wait for a click?

2011-03-07 Thread geocode...@gmail.com
On Mar 6, 11:50 pm, Christopher Watson chris.watso...@googlemail.com wrote: cheers larry. working for me too. i kept trying to use the same command from the javascript buttons on the page, {setOpacity:100} or {javascript:setOpacity=100}. had no idea of percent. When in doubt, read the

[Google Maps API v3] Re: Gviz query

2011-03-07 Thread Esa
I would recommend using Fusion Tables Layers http://code.google.com/apis/maps/documentation/javascript/overlays.html#FusionTables You can make SQL queries with them too. Further you can geocode the address data in Fusion Tables. Now you are fetching addresses from a Fusion Table and geocoding

[Google Maps API v3] Re: Googlemaps opening in Fancybox. 2nd load seems offset.

2011-03-07 Thread Garve Scott-Lodge
Should I be supplying any other information? cheers Garve On Mar 7, 9:06 am, Garve Scott-Lodge ga...@plexusmedia.co.uk wrote: Thanks Luke, I'd pretty much gleaned that from various forums, but despite adding that bit of code in various places it does nothing. Should I be adding it to the

[Google Maps API v3] Multiple Markers - Controlling Opacity

2011-03-07 Thread python3000
I'm mapping several to a hundred markers on the same map to represent coverage areas. I'd like the markers to be mildly opaque so the user can see the underlying areas. The trouble is when nearby markers overlap the opacity is additive and makes for an ugly map of Venn diagrams. Does anyone

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-07 Thread Martin Kleppe
I definitely like the latest changes, but unfortunately the use of CANVAS causes some issues. E.g: Negative positioning in image sprites will throw an error: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3103 and the anchor argument for shadow image won't work anymore:

[Google Maps API v3] Remove CLustered Marker from markerclusterer using google maps version 3.0

2011-03-07 Thread Mamta
hi. I want to remove the clusters from the markers on the map. A single marker is getting removed. but not the clustered marker. i tried clearMarkers() removeMarker() can anybody help . -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

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

2011-03-07 Thread Thomas
So, I'm having a real dilly of a pickle of a problem getting KML layers to stack properly. I have a varied group of overlays which I want to render: Polygons, Polylines and Markers. I hunted through the groups and found this -

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

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 12:02 pm, Thomas thomas.bax...@gmail.com wrote: So, I'm having a real dilly of a pickle of a problem getting KML layers to stack properly. I have a varied group of overlays which I want to render: Polygons, Polylines and Markers. I hunted through the groups and found this

[Google Maps API v3] Re: Gviz query

2011-03-07 Thread Nick
Thanks Esa. Actually I've worked a lot with FT layers and must agree. The reason I was looking into this was because, by generating the markers rather than in an FT layer, I was able to give them titles (equivalent to title= in anchor tags). Other marker mouseover effects could also be set. If

[Google Maps API v3] Re: Gviz query

2011-03-07 Thread Esa
is there a way to skip the geocode step altogether assuming I already have the LatLng coordinates in my Fusion Table? Absolutely. But you must must have them in a single column comma separated lat,lng When setting up a Fusion Table by an import, there is a step where data types of each

[Google Maps API v3] Panning on mobile safari

2011-03-07 Thread Micah Bucy
The draggable ability of the map overrides page scrolling/panning on mobile safari. Even with draggable set to false, the page won't pan as if the event were not bubbling up, possibly due to a stopPropagation call. I would like to see an option for two-finger panning if possible as that is the

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: Scale dependant points from fusion tables

2011-03-07 Thread Chris Broadfoot
Unfortunately, there are no configuration parameters for FT heat maps. You *could* generate KML, sure. I've never done it, but a cursory search yields: http://stackoverflow.com/questions/1224569/google-earth-heat-maps

[Google Maps API v3] Re: map.fitBounds(map.getBounds()) zooms out map!

2011-03-07 Thread Stephen
Just to clarify, I know that there are other ways to accomplish this in a simple case where I have two google maps (e.g. center and zoom), however my map is part of an ecosystem where it interacts with other components, and I am trying to support an API that allows other components (perhaps not

Re: [Google Maps API v3] map.fitBounds(map.getBounds()) zooms out map!

2011-03-07 Thread Michael Geary
I think the V3 API puts a little padding around the bounds you give it when you call fitBounds(). It would be nice if there were an option to control this, especially if you could control it individually for the four edges (like CSS padding/margin). If the maps are the same dimensions, you could

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

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 1:21 pm, Thomas Baxter thomas.bax...@gmail.com wrote: 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 Neither of those maps

[Google Maps API v3] Re: How To add coordinates to tooltip of a marker?

2011-03-07 Thread Micah Bucy
Actually, coordinates.toString() should just be coordinates. -- 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

[Google Maps API v3] Re: How To add coordinates to tooltip of a marker?

2011-03-07 Thread Micah Bucy
Oh, and the addMarker function should return the marker. So: function addMarker(location) { marker = new google.maps.Marker({ position: location, map: map, title: 'Title Test'

[Google Maps API v3] Please Help --- This was working 6 weeks ago

2011-03-07 Thread John
This is the relevant URL: http://www.horsetraildirectory.com/map/index_test.htm Here's a piece of code that was working in January but isn't working now. The event.button is now undefined. google.maps.event.addListener(marker,'mousedown',function(event){ var posn = marker.getPosition(); if

[Google Maps API v3] Re: Please Help --- This was working 6 weeks ago

2011-03-07 Thread Micah Bucy
You may want to switch http://maps.google.com/maps/api/js?sensor=false to http://maps.google.com/maps/api/js?sensor=falsev=3.2 and see if that works. On Mar 7, 5:46 pm, John d...@horsetraildirectory.com wrote: This is the relevant URL:   http://www.horsetraildirectory.com/map/index_test.htm

[Google Maps API v3] Re: Please Help --- This was working 6 weeks ago

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 2:46 pm, John d...@horsetraildirectory.com wrote: This is the relevant URL:   http://www.horsetraildirectory.com/map/index_test.htm Here's a piece of code that was working in January but isn't working now.  The event.button is now undefined. Don't use the development version in

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

[Google Maps API v3] Re: Please Help --- This was working 6 weeks ago

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 3:03 pm, geocode...@gmail.com geocode...@gmail.com wrote: On Mar 7, 2:46 pm, John d...@horsetraildirectory.com wrote: This is the relevant URL:   http://www.horsetraildirectory.com/map/index_test.htm Here's a piece of code that was working in January but isn't working now.  

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

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 3:08 pm, Thomas Baxter thomas.bax...@gmail.com wrote: IE6 is below my support level, and this is (obviously) initial functional dev. Understood. It just means I can't see the problem now. Regardless, I've closed off the doc. I see that. The map still isn't being given a size

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

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 1:21 pm, Thomas Baxter thomas.bax...@gmail.com wrote: 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=1http://pmlf.net/gmaps/?ordering=2 and here's the

[Google Maps API v3] Including places in maps api??

2011-03-07 Thread S P
Sorry for this naive question but I have been doing a lot of searching and haven't found any answers. I am looking to develop an android app based around the maps api. Is there any way to incorporate all the labeled places (such as restaurants, shops, businesses) that are displayed in the existing

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-07 Thread rob
Yes the canvas caused problems with my custom overlays. I have had to down grade to v3.3. I could no longer click on elements within my overlay. I wasted a couple of hours trying to figure out what was wrong, tweaking style sheets etc. This version should have been 4.0 and a different link to

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

2011-03-07 Thread Thomas Baxter
You're totally right about the show/hide solution. I think I'll see about loading each layer as hidden, then showing them in the desired order. Would actually be a nicer way to load data as well, instead of the current blink that goes on when each layer is loaded. Thanks for picking that up

Re: [Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-07 Thread Luke Mahé
If you want your overlays to be clickable then you need to make sure that they are in a MapPane that will receive DOM events. You can see a list of the MapPanes in the reference and which ones will get DOM events - http://code.google.com/apis/maps/documentation/javascript/reference.html#MapPanes

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

2011-03-07 Thread geocode...@gmail.com
On Mar 7, 4:23 pm, Thomas Baxter thomas.bax...@gmail.com wrote: You're totally right about the show/hide solution. I think I'll see about loading each layer as hidden, then showing them in the desired order. Would actually be a nicer way to load data as well, instead of the current blink that

[Google Maps API v3] Re: map.fitBounds(map.getBounds()) zooms out map!

2011-03-07 Thread Rossko
I think the V3 API puts a little padding around the bounds you give it when you call fitBounds(). I think it may allow for the controls on the map, including Google logo etc. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To

Re: [Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-07 Thread rob
Thanks Luke, All I'm saying is that my code worked with the previous version so there are some backward compatibility issues. -- 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 API v3] Re: Unknown Failure, Line 33, Pos 1048 in mapfiles/api-3/4/3/main.js

2011-03-07 Thread Dianne van Dulken
Raoul, did you find out what was causing this? We've been having exactly the same error, only intermittently on IE, for the last couple of dates. I can't work out if we are unlucky enough to be calling a corrupt version of main.js or if there is something else going on. The only solution I

[Google Maps API v3] Re: map.fitBounds(map.getBounds()) zooms out map!

2011-03-07 Thread Esa
Syncing two (or more) maps together is very simple by binding them together by bindTo(). http://koti.mbnet.fi/ojalesa/v3/dual.htm There are lines map_2.bindTo('zoom' ,map_1); map_2.bindTo('center' ,map_1); map_2.bindTo('mapTypeId' ,map_1); that take care about syncing and even

[Google Maps API v3] detect marker and move if exists

2011-03-07 Thread Kile Design
Hi all. Is there a easy way to detect if a map has a marker or not? I need to allow only one marker and just update it's position if the address is changed (*from a call from a form text field*). Got most part up'n'running, but now it just adds more markers when I change the address... need to

[Google Maps API v3] Re: detect marker and move if exists

2011-03-07 Thread Esa
Create just a single marker and recycle that by setting its position. -- 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,

[Google Maps API v3] Re: detect marker and move if exists

2011-03-07 Thread Kile Design
Now how do I create just a singe marker? heh... I'm doing it this way at the moment: var aBusinessMarker = new google.maps.Marker({ draggable: true, map: map, position: results[0].geometry.location}); As default there's no marker on the map. But when a user types into the address-field, and

[Google Maps API v3] Re: Unknown Failure, Line 33, Pos 1048 in mapfiles/api-3/4/3/main.js

2011-03-07 Thread Dianne van Dulken
Well, I have found a solution. I have put it that way because it isn't actually a solution, it is mind bogglingly stupid, but I don't have time to work out why it works and make it more elegant. It looks like there was a clash in timing between main.js and the dom. If I took jquery.142.min.js,

[Google Maps API v3] 3.4 March 8, 2011 - new release - styled maptypes

2011-03-07 Thread pi5701
since todays new release styled maptypes gone wild :P check out this example: http://code.google.com/intl/en-EN/apis/maps/documentation/javascript/examples/maptype-styled-simple.html switch to roadmap or terrainmap nad back -- You received this message because you are subscribed to the Google

[Google Maps API v3] Embedding Google Maps API v3 into web pages

2011-03-07 Thread momar
Hi, I have scoured this forum and others looking for details on how to embed a Google Maps API V3 map i built into a web page. My map has a complex polygon on it and is loaded with specific balloon text, all supplied through a KML file. What i want to do is position the map as an element on a