Re: [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-06 Thread Christopher Watson
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. looks good. hopefully will iron out the snags in the bottom bar now. least we got the main thing working. O

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

2011-03-06 Thread geocode...@gmail.com
On Feb 27, 9:52 pm, "geocode...@gmail.com" wrote: > On Feb 27, 1:54 pm, Fred67 > wrote: > > > here is a link to see the result: > > >http://wnmapcrm.free.fr/tests/index.php > > > The parsed kml file is a union of several kml files done via > > Google Earth. I select for all a color red and transp

[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-06 Thread geocode...@gmail.com
On Mar 6, 3:25 pm, Christopher Watson wrote: > howdi larry, > > got round to having ago. oh... thank you. it looks so good. might be > sad, but its great to realise your idea in code, easy in style, but > function thrrough code and style... wow! > > ok. its here:http://visualisationmagazine.com/te

[Google Maps API v3] Re: Clicking an external control to change a map attribute

2011-03-06 Thread John Harris
Fixed, thanks to a v.useful article at http://you.arenot.me/2010/06/29/google-maps-api-v3-0-multiple-markers-multiple-infowindows/ http://eggro.com/api/client5.php with changes in http://eggro.com/api/include/test5.js -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Oblique/45 degree/Birdseye images for v3

2011-03-06 Thread nianwei
Great! Looking forward to seeing it. On Sunday, March 6, 2011, Luke Mahé wrote: > Yes we are working on offering 45 degree imagery in the V3 API.-- Luke > > On Mon, Mar 7, 2011 at 2:39 PM, nianwei wrote: > Luke: > is the function porting from v2 in the work plan? I'll put in a > feature request.

[Google Maps API v3] Re: Custom marker sometime hide

2011-03-06 Thread Chris Broadfoot (Google Employee)
Thanks. I've filed this internally. -- 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-v

Re: [Google Maps API v3] Oblique/45 degree/Birdseye images for v3

2011-03-06 Thread Luke Mahé
Yes we are working on offering 45 degree imagery in the V3 API. -- Luke On Mon, Mar 7, 2011 at 2:39 PM, nianwei wrote: > Luke: > is the function porting from v2 in the work plan? I'll put in a > feature request. > > On Sunday, March 6, 2011, Luke Mahé wrote: > > Hi Nianwei, > > Access our tile

Re: [Google Maps API v3] Oblique/45 degree/Birdseye images for v3

2011-03-06 Thread nianwei
Luke: is the function porting from v2 in the work plan? I'll put in a feature request. On Sunday, March 6, 2011, Luke Mahé wrote: > Hi Nianwei, > Access our tiles directly is against the terms of service and should not be > done.-- Luke > > > On Thu, Mar 3, 2011 at 9:02 AM, Nianwei Liu wrote: >

Re: [Google Maps API v3] Oblique/45 degree/Birdseye images for v3

2011-03-06 Thread Luke Mahé
Hi Nianwei, Access our tiles directly is against the terms of service and should not be done. -- Luke On Thu, Mar 3, 2011 at 9:02 AM, Nianwei Liu wrote: > Some lucky areas got so called 45 degree images(birds eye, oblique etc). It > was available in v2, but not yet available in v3. If you are

[Google Maps API v3] Re: Problem with arrows

2011-03-06 Thread Rossko
> I have another question. I'm trying to use setTimeout() to load all > the markers one by one because i'm using a lot of markers. But i can't > get it work.. No sign of that code in your example webpage, so no idea what you might be doing wrong. I guess you need to build that markerArray first,

Re: [Google Maps API v3] Re: pan and zoom from actual location to another

2011-03-06 Thread qcwebdev
thanks but iv expected more from my post im able to do a lot of thing to my googlemap in the initalize of my page BUT im stuck when its time to refresh one option only (by a button in my page) Do i have to re-set all my option every time?? how looks like a button code to re-center my map, keeping

Re: [Google Maps API v3] Re: pan and zoom from actual location to another

2011-03-06 Thread Chris Broadfoot
use map.setCenter or map.panTo: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map On Mon, Mar 7, 2011 at 10:04 AM, qcwebdev wrote: > ok excuse me the pan option came from a jquery plugin > But my question is still How to repositioning location > to a existing map...do

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

2011-03-06 Thread Chris Broadfoot
Got a link? I'm not sure what you mean by tooltip. On Mon, Mar 7, 2011 at 10:52 AM, thebit wrote: > Hello, > I'm a newbie. > I created a webpage in which I can add marker and when I add a marker, > a tooltip is open and shows a form. > I wish to populate a form field with the coordinates of this

Re: [Google Maps API v3] Marker click event

2011-03-06 Thread Chris Broadfoot
Your link times out for me. But you probably want something like: google.maps.event.addListener(marker, 'click', function() { console.log(this.getPosition()); }); On Mon, Mar 7, 2011 at 2:07 AM, Santacruz wrote: >google.maps.event.addListener( marker, > 'click', fu

[Google Maps API v3] Re: Problem with arrows

2011-03-06 Thread justin
I have another question. I'm trying to use setTimeout() to load all the markers one by one because i'm using a lot of markers. But i can't get it work.. i don't want the "Drop Markers" button like they used here: http://code.google.com/intl/nl-NL/apis/maps/documentation/javascript/examples/marker-

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

2011-03-06 Thread thebit
Hello, I'm a newbie. I created a webpage in which I can add marker and when I add a marker, a tooltip is open and shows a form. I wish to populate a form field with the coordinates of this marker. How I can realise that? Thank you in advance. -- You received this message because you are subscrib

Re: [Google Maps API v3] Re: Passed arguments for 'click' event of Markers suddenly changed.

2011-03-06 Thread Ben Appleton
In v3.4 we've just released fast markers, which are painted into canvas tiles. So e.target will not be a marker DOM element. Instead I'd suggest getting the marker's position and placing your content accordingly. - Ben On Mon, Mar 7, 2011 at 10:14 AM, Steffen wrote: > A quick additional info, I

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

2011-03-06 Thread Luke Mahé
You need to make sure that you trigger the resize event on the map when you show it again. google.maps.event.trigger(map, 'resize'); -- Luke On Mon, Mar 7, 2011 at 3:44 AM, Garve Scott-Lodge wrote: > I've added a graphic at > http://spp.demo-website.co.uk/admin/google_maps_test.jpg > in case

[Google Maps API v3] 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-06 Thread Christopher Watson
howdi larry, got round to having ago. oh... thank you. it looks so good. might be sad, but its great to realise your idea in code, easy in style, but function thrrough code and style... wow! ok. its here: http://visualisationmagazine.com/testmap.htm i change your code in the 'bottom bar' to b

[Google Maps API v3] Re: Passed arguments for 'click' event of Markers suddenly changed.

2011-03-06 Thread Steffen
A quick additional info, I used e.target to get the position of the target element and display and align my custom info overlay above the marker. -- 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

[Google Maps API v3] Re: Passed arguments for 'click' event of Markers suddenly changed.

2011-03-06 Thread Ben Appleton (Google Employee)
Hi Steffen, I'll take a look. Meanwhile to avoid surprising changes, you can specify an API version like: http://maps.googleapis.com/maps/api/js?sensor=false&v=3.3 See the versioning documentation for more details: http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

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

2011-03-06 Thread Ben Appleton
I'll reply in that thread. On Mon, Mar 7, 2011 at 10:09 AM, Steffen wrote: > Ok, well, to be more specific, > here's the problem I have after the update: > > http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/4ba23494aaceb99e > It's something that as far as I see it is not

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

2011-03-06 Thread Steffen
Ok, well, to be more specific, here's the problem I have after the update: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/4ba23494aaceb99e It's something that as far as I see it is not working as documented and I really don't know yet how to solve it. Thanks for your qui

[Google Maps API v3] Re: pan and zoom from actual location to another

2011-03-06 Thread qcwebdev
ok excuse me the pan option came from a jquery plugin But my question is still How to repositioning location to a existing map...do i have to uses (new google.maps) or just change location center Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps Jav

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

2011-03-06 Thread Ben Appleton
We preserve the documented interfaces across versions. The auto-upgrade to 3.3 could only break your app if you are using undocumented interfaces. We use versioning to give sites a few months to report bugs and double-check their site against upcoming versions. On Mon, Mar 7, 2011 at 9:56 AM, Stef

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

2011-03-06 Thread Steffen
So the answer would rather be "yes", since the auto-upgrade to 3.3 could break my app, right? Like you said, I basically would have to check my apps with every new release (and my app gets auto-upgrade)? :-( What's the sense of the versioning then? I'd understand if you would deprecate/disable re

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

2011-03-06 Thread geocode...@gmail.com
On Mar 6, 2:45 pm, Ben Appleton wrote: > We haven't changed V3.2. Can you include a link to a page that used > to work but spontaneously broke? I don't have any. The OP will have to provide one. -- Larry > > Thanks > Ben > > On Mon, Mar 7, 2011 at 9:40 AM, geocode...@gmail.com > wrote: > > >

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

2011-03-06 Thread Ben Appleton
No, you'll be auto-upgraded to 3.3. If you stick to the documented interfaces nothing should change, but to be sure you have 6+ months in which to check your site works with 3.3. - Ben On Mon, Mar 7, 2011 at 9:38 AM, Steffen wrote: > So when 3.5 is released, 3.2 will disappear, hence break all

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

2011-03-06 Thread Ben Appleton
We haven't changed V3.2. Can you include a link to a page that used to work but spontaneously broke? Thanks Ben On Mon, Mar 7, 2011 at 9:40 AM, geocode...@gmail.com wrote: > On Mar 6, 2:31 pm, Ben Appleton wrote: > > V3.2 is still available: > http://maps.google.com/maps/api/js?v=3.2&sensor=fal

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

2011-03-06 Thread geocode...@gmail.com
On Mar 6, 2:31 pm, Ben Appleton wrote: > V3.2 is still available:http://maps.google.com/maps/api/js?v=3.2&sensor=false > Why do you say it is not available? Sorry, didn't check, I assumed the documentation was correct. Isn't that what it says? When v3.4 is released, v3.3 becomes frozen, v3.2 re

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

2011-03-06 Thread Steffen
So when 3.5 is released, 3.2 will disappear, hence break all my apps, won't it? -- 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 thi

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

2011-03-06 Thread Ben Appleton
No, we did not remove V3.2 (the frozen version). But in mid-February V3.2 became the frozen version, replacing V3.1, as documented here: http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

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

2011-03-06 Thread Ben Appleton
V3.2 is still available: http://maps.google.com/maps/api/js?v=3.2&sensor=false Why do you say it is not available? - Ben On Mon, Mar 7, 2011 at 4:08 AM, geocode...@gmail.com wrote: > On Mar 6, 7:46 am, sgiddings wrote: > > I have no problem with that Larry. > > My problem is that the version 3.

[Google Maps API v3] Re: Clicking an external control to change a map attribute

2011-03-06 Thread John Harris
If some kind soul could click http://eggro.com/api/client4.php I've got mouseover mouseout and click working on my polygons now thank you Larry. What you can see is that the display content of the single mouseover InfoWindow appears to be set by cwindow.setContent multiple times. The displayed nu

[Google Maps API v3] Re: Google Maps API v3 + Phonegap = Throwing lots of "about:blank" requests

2011-03-06 Thread Xanti
I have similar problems with iOS+PhoneGap+GoogleMaps. Is there any news on this topic? For myself i justed tried the JQuery Mobile experiment, shipped with the source code. http://jquerymobile.com/test/experiments/google-maps/ On 24 Jan., 23:54, Matt wrote: > We're using the latest version of G

[Google Maps API v3] Re: Gviz query

2011-03-06 Thread Nick
Figured it based on this: http://code.google.com/apis/maps/documentation/javascript/overlays.html#RemovingOverlays Silly me! On Mar 6, 9:03 pm, Nick wrote: > Anyone had any luck with Gviz queries in the maps API version 3? > > The idea being to remove the initial query and replace it with a new

[Google Maps API v3] Re: Problem with arrows

2011-03-06 Thread justin
Didn't expect that the solution was that simple.. lol. This little thing costed me a lot of time today!!! Thank you! :) On 6 mrt, 22:27, Rossko wrote: > Javascript variable scope : > > > var map; > > This variable 'map' is in global scope. > > > > > function initialize() { > ... > > var map = ne

[Google Maps API v3] pan and zoom from actual location to another

2011-03-06 Thread qcwebdev
i everyone iv made a site with googlemap with a certain zoom and location Iv already initialize the map with a few map.option I want to set one of my eyefish button to pan and zoom to pre-define location this is my site http://www.ma117.info/index90.html >From there, how can i change only the var

[Google Maps API v3] Re: Problem with arrows

2011-03-06 Thread Rossko
Javascript variable scope : > var map; This variable 'map' is in global scope. > function initialize() { ... > var map = new google.maps.Map(document.getElementById("map"), This is a different variable 'map', local to intialize(). > function createMarker(plaats, locatie, gelegenheid, datum_beg

[Google Maps API v3] Re: how to update marker coordinates without reload map/page?

2011-03-06 Thread geocode...@gmail.com
On Mar 6, 10:06 am, Entana wrote: > Hi, i am working on a project that will display the location of all > busses in traffic in the town of Karlstad, Sweden. > I have written a script that gathers information about the > coordinates of every moving bus. This information is updated > automaticaly ev

[Google Maps API v3] Gviz query

2011-03-06 Thread Nick
Anyone had any luck with Gviz queries in the maps API version 3? The idea being to remove the initial query and replace it with a new one, according (in this case) to a selectedIndex. http://mercator.webs.com/viz%20layer.html -- You received this message because you are subscribed to the Google

[Google Maps API v3] how to update marker coordinates without reload map/page?

2011-03-06 Thread Entana
Hi, i am working on a project that will display the location of all busses in traffic in the town of Karlstad, Sweden. I have written a script that gathers information about the coordinates of every moving bus. This information is updated automaticaly every 10th second and saved in an .txt-file (Nu

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

2011-03-06 Thread Steffen
I'm really surprised by Google Maps' release strategy. The last update broke my marker listeners in all my apps. Unfortunately, you can't rely on the version either, since they remove the last frozen version. :-( So I really have to check every now and then if all my maps app still work?? :-( No

Re: [Google Maps API v3] Custom markers

2011-03-06 Thread Javo Rosales
I really dont get it when u say "copies" but you can define all kind of markers, size, color, forms whatever you want... http://www.powerhut.co.uk/googlemaps/custom_markers.php 2011/3/6 Nick > Hello, > > Is it possible to use the 'small m

[Google Maps API v3] Custom markers

2011-03-06 Thread Nick
Hello, Is it possible to use the 'small marker' types (seen in Fusion Tables layer) as Custom Markers? If so, what are the URLs for these markers so I can make copies? N -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] Re: Passed arguments for 'click' event of Markers suddenly changed.

2011-03-06 Thread bratliff
On Mar 5, 3:35 pm, Steffen wrote: > I was using since months the click event of a marker for displaying a > custom overlay. > This was easy since the click event passes the native mouse event > which includes the "target" element. > > Therefore, something like this was possible: > > google.maps.ev

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

2011-03-06 Thread geocode...@gmail.com
On Mar 6, 7:46 am, sgiddings wrote: > I have no problem with that Larry. > My problem is that the version 3.2 *has *been changed with code from > the version 3.4. No, you didn't read the excerpt I posted from the documentation. V3.2 is no longer available. When requested you get the current fro

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

2011-03-06 Thread Garve Scott-Lodge
I've added a graphic at http://spp.demo-website.co.uk/admin/google_maps_test.jpg in case this isn't evident on all platforms. -- 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-ap

[Google Maps API v3] Re: Custom marker sometime hide

2011-03-06 Thread Martin™
LOL On Mar 6, 2:03 pm, Esa wrote: > Absolutely the best demonstrator ever seen on this forum. -- 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 unsu

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

2011-03-06 Thread sgiddings
I have no problem with that Larry. My problem is that the version 3.2 *has *been changed with code from the version 3.4. -- 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

[Google Maps API v3] Re: Custom marker sometime hide

2011-03-06 Thread Esa
Absolutely the best demonstrator ever seen on this forum. -- 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 t

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

2011-03-06 Thread geocode...@gmail.com
On Mar 6, 1:46 am, sgiddings wrote: > I had developed my code relying on the undocumented, but referenced, object > pixelBounds for aligning my custom info overlay. > After having requested that this be documented and fixed, it was removed in > the version 3.4 release (despite the change request h

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

2011-03-06 Thread Garve Scott-Lodge
Test page http://spp.demo-website.co.uk/admin/google_maps_test.html Clicking the map link beside a property opens a jQuery Fancybox with the map in it. The code for this is drawn in using AJAX. The code in the AJAX file is: var latlng = new google.maps.LatLng(57.55, -4.7

Re: [Google Maps API v3] Incorrect latlong returned when geocoding UK addresses

2011-03-06 Thread Aaron
Hi Andrew, thanks for the quick response. You are absolutely correct - when I run the queries with "London" removed the address comes up perfectly. Thanks again. A -- 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] Release version 3.2 (frozen) has been changed !

2011-03-06 Thread sgiddings
I had developed my code relying on the undocumented, but referenced, object pixelBounds for aligning my custom info overlay. After having requested that this be documented and fixed, it was removed in the version 3.4 release (despite the change request having been accepted). So, in order to be a

[Google Maps API v3] panaromic picture problem in google map

2011-03-06 Thread Tariqul Islam
I faced problem when i show mutiple panaromic pic in multiple info window. First time it shows but from second time it does not shows. Please help me. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send e

Re: [Google Maps API v3] Incorrect latlong returned when geocoding UK addresses

2011-03-06 Thread Andrew Leach
On 6 March 2011 08:38, Aaron wrote: > If, however I type in the address in the maps search bar the correct > location comes up. Also if I geocode just the postal code (zip code) it > returns the correct area. Any ideas as to what's going wrong here? The geocoders differ between the API and Google

[Google Maps API v3] Incorrect latlong returned when geocoding UK addresses

2011-03-06 Thread Aaron
hi there, I'm trying to use the maps API to retrieve the latitude and longitude of a bunch of addresses. I use the following to do so: http://maps.google.com/maps/geo?output=csv&q= where query address takes a street address value eg. = 19 William Road, London, NW1 3EY returns a latlong posi