Re: [Google Maps API v3] Re: GLog.write or equivalent in V3

2011-06-23 Thread Chris Broadfoot
and for browsers without a console.log, use Firebug Lite:
http://getfirebug.com/firebuglite

--
http://twitter.com/broady



On Thu, Jun 23, 2011 at 1:37 PM, James McGill jmcg...@google.com wrote:

 Consider developing in Chrome with the Chrome developer tools. I find
 them much more responsive.

 Regards,
 James

 On Tue, Jun 21, 2011 at 5:46 PM, RoyHB roy.bar...@gmail.com wrote:
  Thanks Larry - back to the buggy world of Firebug for me
 
  Roy
 
  --
  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.



-- 
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] Doubt on Service Usage Limit

2011-06-23 Thread PoojaC
Hi,

I have gone through the Google Maps Terms of Use and FAQs, and after reading 
that all i want to confirm if my understanding is correct.

My company will be using Google maps in their web application. The 
application is free to consumers and anonymous users can also use the map 
interface.

So, I think that the Google Maps JavaScript API v3 (along with 
MarkerClusterer js) can be used with no limit on the number of requests send 
to it.

Also, the use of the Google Geocoding API has a query limit of 2,500 
geolocation requests per day.

Is that correct, or I missed-out/misinterpreted something?

-- 
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/-/B5KenfyX1vkJ.
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] Accessing innerHTML of a div in a custom control

2011-06-23 Thread RoyHB
Luke, you can see it all in action at my 
sitehttp://oceantracker.net/tracker/V4/test1.php

The error that I see in the Firefox error console is:

Error: document.getElementById(LatLonTxt) is null
Source File: http://oceantracker.net/tracker/V4/test1.php
Line: 42

I understand that this may be more of a javascript question than a Google 
Map question but I'll appreciate a pointer to a solution or suggestions.

Thanks
Roy

-- 
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/-/e_VUWPECWj0J.
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: internet explorer adding space on right side of map

2011-06-23 Thread dabernathy89
Nevermind, nevermind. My bad, I just overlooked a number somewhere.

-- 
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/-/jjdR4vb6JG0J.
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] internet explorer adding space on right side of map

2011-06-23 Thread dabernathy89
I've been pulling my hair out trying to figure out why IE8 is adding extra 
space here, on the right side of the map:
http://www.rickscottforflorida.com/2011/05/06/add-your-name-to-the-map/

The map is iFramed into the page, here is the original:
http://dabernathy89.powweb.com/googlemaps/rickscott/

It's not the iFrame, IE8 is doing the same behavior with the original page. 
I don't know if it's related to the Maps API, but I figured I would start 
here.

Using the developer tools, it looks like the extra space is actually on the 
body element.

Thanks!

- Daniel

-- 
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/-/Dh90fTJkGWQJ.
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] Accessing innerHTML of a div in a custom control

2011-06-23 Thread RoyHB
I've gone a step further in This 
pagehttp://oceantracker.net/tracker/V4/test2.php
.

It attempts to find and list all div elements in the document in alert 
windows.
The only named div it finds is map_canvas.

I'm inferring from that that my LatLonTxt div isn't part of the document 
domain but rather part of the map object.

-- 
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/-/92ZG0NTRm_oJ.
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread Pil
It seems you're confusing a couple of things.

As far as I see myHTML should be a string. A string across a few lines
can be defined like this

var myHTML = 'div id=logo class=logo +
   .
   'div id=LatLonTxt/div' +
   '/div';

In this string the backslash should be used like this:

var myHTML = 'div id=logo class=logo' +
   .
   'div id=LatLonTxt\/div' +
   '\/div';

Now you want innerHTML doing all the magic for you to convert the
string to a regular div element and append it to the DOM tree

logo_holder.innerHTML = myHTML;
map.controls[google.maps.ControlPosition.BOTTOM_RIGHT].push(logo_holder);

That should be allright, but now you cannot say immediately after that

var myDiv = document.getElementById(LatLonTxt);

and change its content again

myDiv.innerHTML = This is a test;

because you'd have to wait until all the API stuff has created the DOM
and finally added your own string and converted it to an element. In
any case this may take time.



On Jun 23, 10:35 am, RoyHB roy.bar...@gmail.com wrote:
 I've gone a step further in This 
 pagehttp://oceantracker.net/tracker/V4/test2.php
 .

 It attempts to find and list all div elements in the document in alert
 windows.
 The only named div it finds is map_canvas.

 I'm inferring from that that my LatLonTxt div isn't part of the document
 domain but rather part of the map object.

-- 
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread RoyHB
Thanks Pil.

The page I posted is just to demonstrate the issue.  In the actual 
application there are several places where large and complex bits of html 
are used within objects.  For the production world I build the html into 
files that I include via php pre-processing.  I've just found it easier to 
maintain these files as text rather than as strings.  When I load them I do 
so via statements like:

var myHTML = '?php $myHtmlFile = fopen(Logo_HTML.txt,r);$logoHTML = 
fread($myHtmlFile , filesize(Logo_HTML.txt));echo $logoHTML?';

I'll try to add something to the demo that will allow me to trigger the 
attempt to access LatLonTxt after the page has finished loading and see it 
that works.

Cheers;
Roy

-- 
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/-/dFIuI3yZgvQJ.
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: How to create a historical map layers?

2011-06-23 Thread Arisztokrata
Yes I watched it, but I think this is not for me. 
I would like to achieve this.
http://code.google.com/intl/hu-HU/apis/maps/documentation/javascript/examples/groundoverlay-simple.html

Google Earth map shows after kmz file has downloaded, and upload a Google 
map, show only small arrows.

-- 
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/-/i6OQaGw7CE0J.
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] lightbox image by click on google maps marker

2011-06-23 Thread culter

I have this code. After click on bottom link clouds, swf file is displayed 
in lightbox style (in this case it's bumpbox). I need to make the same for 
google maps marker. Now it's opened in new window. Is it possible? Thank you 
very much!

http://www.turie.eu/a

-- 
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/-/_J7a6ZBzHngJ.
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread RoyHB
You were absolutely correct Pil.  It was a timing issue.  I built a page 
where my attempt to access LatLonTxt was delayed until after the entire page 
loaded.  It now works as planned.

Thanks for your help.

Roy

-- 
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/-/sFHPVDNJHfgJ.
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread Martin™
Hi.

I tend to use something like this when i need to wait for an element
to exist in the DOM before i can manipulate it:

function waitForDOM(){
 if(document.getElementById('myDiv')){
  // do something with the div
 } else {
  setTimeout(waitForDOM, 250);
 }
}

// start it going
waitForDOM();

Martin.


On Jun 23, 12:00 pm, RoyHB roy.bar...@gmail.com wrote:
 Thanks Pil.

 The page I posted is just to demonstrate the issue.  In the actual
 application there are several places where large and complex bits of html
 are used within objects.  For the production world I build the html into
 files that I include via php pre-processing.  I've just found it easier to
 maintain these files as text rather than as strings.  When I load them I do
 so via statements like:

 var myHTML = '?php $myHtmlFile = fopen(Logo_HTML.txt,r);$logoHTML =
 fread($myHtmlFile , filesize(Logo_HTML.txt));echo $logoHTML?';

 I'll try to add something to the demo that will allow me to trigger the
 attempt to access LatLonTxt after the page has finished loading and see it
 that works.

 Cheers;
 Roy

-- 
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] Extract country border polygon

2011-06-23 Thread Jasper Koehorst
As I am working on a database that has a lot of lat/long coordinates I was 
wondering if it was possible that through the API
that if someone types in *France *that the server returns all the polygons 
of the france border and the belonging islands so i can do a
SQL comparison with the server to find all the lat/long coordinates in my 
database that are in that border.

-- 
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/-/63mtJr1m_N0J.
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: linking to the Get directions

2011-06-23 Thread edward
thanks - that looks very useful

-- 
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: Custom Overlay Z Index

2011-06-23 Thread lmeurs
Hey garethhowell,

Thank you for your solution! Today I ran into the same problem, but it
has been a while since I wrote the script, so at first I did not know
what you meant with 'I needed to set the pane to be a mapPane rather
rather than overlayImage'.

For all the other else looking for a quick fix: when you use
USGSOverlay (like Google's sample at
http://code.google.com/intl/nl/apis/maps/documentation/javascript/overlays.html#CustomOverlays),
lookup function USGSOverlay.prototype.onAdd and change the last line
from:

panes.overlayImage.appendChild(div);

to

panes.mapPane.appendChild(div);

Cheers,
Laurens Meurs, Rotterdam

On 9 mei, 00:18, garethhowell garethdood...@googlemail.com wrote:
 Thanks for the reply.

 I'm afraid i was just being dumb! I needed to set the pane to be a
 mapPane rather rather than overlayImage.

 Duh! Works fine now

 On May 8, 8:58 pm, Esa esa.ilm...@gmail.com wrote:

  z-index arranges front/behind appearance of child nodes inside a
  parent node. If the parent node is behind another node, no z-index
  will bring a child on front that another node.

  I guess you have to adjust the 'pane' of your custom 
  overlay.http://code.google.com/apis/maps/documentation/javascript/reference.h...

-- 
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: Extract country border polygon

2011-06-23 Thread Rossko
 wondering if it was possible that through the API
 that if someone types in *France *that the server returns all the polygons
 of the france border and the belonging islands

No.
Worth looking to see where other people have found this kind of data
http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3q=country+border+polygonqt_g=Search+this+group

-- 
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: How to create a historical map layers?

2011-06-23 Thread Rossko
 I would like to achieve 
 this.http://code.google.com/intl/hu-HU/apis/maps/documentation/javascript/...

Okay, there is your example.  Why is it unsuitable for your needs?

-- 
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread Paul Smith
I've never been a big fan of wait for sometime and hope code, although I 
appreciate it often works :-).  Is there a more rigourous way to achieve 
what you are doing, i.e. wait for the DOM to create the object?
 
And on a general Javascript theme, there seem to be lots of instances where 
a script requests something and then a callback indicates it has completed.  
Do people tend to just chain request, wait for callback, request, wait for 
callback..., or request it all, each callback checks if everything is 
done?  Or is there a cunning you requested lots of things and now they are 
ALL done Javascript mechanism which I've not come across yet?
 
Thanks,
Papadeltasierra

-- 
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/-/a4CMrThz3yIJ.
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: Doubt on Service Usage Limit

2011-06-23 Thread PoojaC
Can anyone who knows with certainity can reply on this? I need this 
information urgently.

-- 
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/-/T1M_7yBX4sEJ.
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: Doubt on Service Usage Limit

2011-06-23 Thread Jeremy Geerdes
Two things:

1. There is a lot more in the TOS for the Maps API in general and various 
services in particular. So we can't definitively answer whether or not these 
are the only restrictions which apply to your app or, more generally, whether 
your app will fall within the bounds of the TOS.

2. I'm pretty sure that, even if you did provide an exhaustive description of 
your app, there would still be no one in the group qualified as a legal expert 
to provide a truly authoritative response.

In short, if you doubt your interpretation of the TOS and/or your application's 
ability to abide by them, you should consult a real legal expert.

Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA

For more information or a project quote:
jrgeer...@gmail.com

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Jun 23, 2011, at 8:38 AM, PoojaC wrote:

 Can anyone who knows with certainity can reply on this? I need this 
 information urgently.
 
 -- 
 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/-/T1M_7yBX4sEJ.
 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: How to create a historical map layers?

2011-06-23 Thread Arisztokrata
Not a bad example, but I do not understand it. Unfortunately I can not be 
programmed.
I thought someone describe step by step for me

sorry

-- 
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/-/Is9rX7dbTkcJ.
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread Martin™
That example is no bodge job!

It'll poll the DOM til the element that you want to manipulate exists
and then manipulate it - end of story.
Change the poll frequenqy - maybe set a limit to the number of times
that the timeout will execute before it gives up.

The Google Maps API doesn't trigger many (or even any) events to let
you know that it has created a DOM element 'sometime' after you asked
it to.

Martin.


On Jun 23, 1:30 pm, Paul Smith papadeltasie...@googlemail.com wrote:
 I've never been a big fan of wait for sometime and hope code, although I
 appreciate it often works :-).  Is there a more rigourous way to achieve
 what you are doing, i.e. wait for the DOM to create the object?

 And on a general Javascript theme, there seem to be lots of instances where
 a script requests something and then a callback indicates it has completed.  
 Do people tend to just chain request, wait for callback, request, wait for
 callback..., or request it all, each callback checks if everything is
 done?  Or is there a cunning you requested lots of things and now they are
 ALL done Javascript mechanism which I've not come across yet?

 Thanks,
 Papadeltasierra

-- 
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: How to create a historical map layers?

2011-06-23 Thread Rossko
 Not a bad example, but I do not understand it. Unfortunately I can not be
 programmed.
 I thought someone describe step by step for me

Use 'view source' in your browser to see the code behind that example.
The map is created and the overlay placed in six lines of javascript.
The javascript contains the initial centre and zoom for the
background.
It specifies two corners for the overlay.
It specifies the URL for the image to be overlaid.

-- 
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: Accessing innerHTML of a div in a custom control

2011-06-23 Thread geocode...@gmail.com
On Jun 23, 4:20 am, RoyHB roy.bar...@gmail.com wrote:
 You were absolutely correct Pil.  It was a timing issue.  I built a page
 where my attempt to access LatLonTxt was delayed until after the entire page
 loaded.  It now works as planned.

There is another option.  Build the DOM nodes and attach them to the
DOM yourself rather than waiting for the infowindow to be rendered.

  -- Larry


 Thanks for your help.

 Roy

-- 
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] map and confirn message

2011-06-23 Thread Nico Oudshoorn
on this page 
http://www.rideshare.nu/ritinvoerenV3.php?codet=enhttp://www.rideshare/ritinvoerenV3.php
 fill 
in as from city rottum. There are several places called rottum. So the page 
will show place after place if you click cancel. But the map where that 
place is wil not be shown? Only when there is just one place or if you click 
ok than the map with the place is shown. Question is, why is the map in the 
other cases not shown?
 
Any suggestions.

-- 
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/-/llaasaKsI6YJ.
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: map and confirn message

2011-06-23 Thread geocode...@gmail.com
On Jun 23, 10:28 am, Nico Oudshoorn n...@meerijden.nu wrote:
 on this 
 pagehttp://www.rideshare.nu/ritinvoerenV3.php?codet=enhttp://www.rideshare/ritinvoerenV3.php
  fill
 in as from city rottum. There are several places called rottum. So the page
 will show place after place if you click cancel. But the map where that
 place is wil not be shown? Only when there is just one place or if you click
 ok than the map with the place is shown. Question is, why is the map in the
 other cases not shown?

Why should it be?  Every time the user chooses Cancel you call
hideMap() and your code has no way to know where to center the map.

  -- Larry


 Any suggestions.

-- 
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: How to create a historical map layers?

2011-06-23 Thread Arisztoktara
Not a bad example, but I do not understand it. Unfortunately I can not be 
programmed.
I thought someone describe step by step for me.

sorry.

-- 
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/-/W4Rx7KnLZ2QJ.
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] How to get the bounds of the map?

2011-06-23 Thread Arjen
How can I get the bounds of the map? Thus, the upper left coordinates of the 
map and the bottom right coordinates of the map?
 
Thanks!

-- 
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/-/zKFOylRrTe4J.
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: map and confirn message

2011-06-23 Thread Nico Oudshoorn
Why should it be? Because before you choose ok or cancel in the confirm 
message you want to see the place to choose on the map!

-- 
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/-/iu8SUiXg9ZwJ.
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: How to get the bounds of the map?

2011-06-23 Thread geocode...@gmail.com


On Jun 23, 12:15 pm, Arjen excusiebrus...@gmail.com wrote:
 How can I get the bounds of the map? Thus, the upper left coordinates of the
 map and the bottom right coordinates of the map?

 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: How to get the bounds of the map?

2011-06-23 Thread geocode...@gmail.com
On Jun 23, 12:15 pm, Arjen excusiebrus...@gmail.com wrote:
 How can I get the bounds of the map? Thus, the upper left coordinates of the
 map and the bottom right coordinates of the map?

Might I suggest the documentation. There is this neat function on the
GMap object called .getBounds() which returns the bounds of the map...

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

  -- Larry


 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: map and confirn message

2011-06-23 Thread geocode...@gmail.com
On Jun 23, 12:17 pm, Nico Oudshoorn n...@meerijden.nu wrote:
 Why should it be? Because before you choose ok or cancel in the confirm
 message you want to see the place to choose on the map!

You need to write the code to do that.  My point was that it won't do
that unless you write the code so that it does.

My suggestion would be to add all the locations returned to the map
and let the user choose one or do a list like this (v2) example in
Mike Williams' tutorial:
http://econym.org.uk/gmap/didyoumean.htm

  -- 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] Position terms of use

2011-06-23 Thread Righi
How to change the position of the terms of use located on google
maps?

-- 
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: Position terms of use

2011-06-23 Thread Rossko
 How to change the position of the terms of use located on google
 maps?

You cannot.
See
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d143677738282cce/eae38c60502161c6

-- 
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: Position terms of use

2011-06-23 Thread Eliezer Righi
Thanks!

2011/6/23 Rossko ros...@culzean.clara.co.uk

  How to change the position of the terms of use located on google
  maps?

 You cannot.
 See

 http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d143677738282cce/eae38c60502161c6

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




-- 
Eliezer Debus Righi

-- 
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: Elevation request : unknown error

2011-06-23 Thread Chris Broadfoot
Please post a link to what you've done so far.

--
http://twitter.com/broady



On Thu, Jun 23, 2011 at 9:42 PM, Flo xilli...@gmail.com wrote:

 Hello,

I need to display an elevation chart from points taken from a
 polyline but when there is a level point, the chart isn't rendered.
 The elevation request return unknown error.
I'am looking for a solution , so if you have some hints


-- 
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] Extract country border polygon

2011-06-23 Thread Chris Broadfoot
The Natural Earth dataset is pretty good:
http://www.naturalearthdata.com/

You can find lots of it in Fusion Tables:
https://www.google.com/fusiontables/DataSource?dsrcid=424206

... or if you can't find it already, then upload using shpescape.com

--
http://twitter.com/broady



On Thu, Jun 23, 2011 at 9:09 PM, Jasper Koehorst jasper.koeho...@wur.nlwrote:

 As I am working on a database that has a lot of lat/long coordinates I was
 wondering if it was possible that through the API
 that if someone types in *France *that the server returns all the polygons
 of the france border and the belonging islands so i can do a
 SQL comparison with the server to find all the lat/long coordinates in my
 database that are in that border.

  --
 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/-/63mtJr1m_N0J.
 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] Extract country border polygon

2011-06-23 Thread Chris Broadfoot
http://blog.thematicmapping.org/2011/02/natural-earth-vectors-in-cloud.html

--
http://twitter.com/broady



On Fri, Jun 24, 2011 at 1:41 PM, Chris Broadfoot c...@google.com wrote:

 The Natural Earth dataset is pretty good:
 http://www.naturalearthdata.com/

 You can find lots of it in Fusion Tables:
 https://www.google.com/fusiontables/DataSource?dsrcid=424206

 ... or if you can't find it already, then upload using shpescape.com

 --
 http://twitter.com/broady



 On Thu, Jun 23, 2011 at 9:09 PM, Jasper Koehorst 
 jasper.koeho...@wur.nlwrote:

 As I am working on a database that has a lot of lat/long coordinates I was
 wondering if it was possible that through the API
 that if someone types in *France *that the server returns all the
 polygons of the france border and the belonging islands so i can do a
 SQL comparison with the server to find all the lat/long coordinates in my
 database that are in that border.

  --
 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/-/63mtJr1m_N0J.
 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.