|
|
From: Florida GIS Data <j_spald...@hotmail.com>
Date: Tue, 1 Apr 2008 12:44:22 -0700 (PDT)
Local: Tues, Apr 1 2008 1:44 pm
Subject: Google to Start Charging for Map Searches to Combat Global Warming
"Google to Start Charging for Map Searches to Combat Global Warming"
http://findgis.com/index.php?option=com_content&task=view&id=2551&Ite... You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Quickfix <mlau...@laudontech.com>
Date: Tue, 1 Apr 2008 14:28:37 -0700 (PDT)
Local: Tues, Apr 1 2008 3:28 pm
Subject: Re: Google to Start Charging for Map Searches to Combat Global Warming
Is this for real? Or another April 1 surprise?
On Apr 1, 12:44 pm, Florida GIS Data <j_spald...@hotmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Wed, 2 Apr 2008 01:28:12 +0100
Local: Tues, Apr 1 2008 6:28 pm
Subject: Re: Google to Start Charging for Map Searches to Combat Global Warming
Wasn't it Quickfix who wrote:
>Is this for real? Or another April 1 surprise? -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: BobW <bobwatson...@hotmail.com>
Date: Tue, 1 Apr 2008 00:41:58 -0700 (PDT)
Local: Tues, Apr 1 2008 1:41 am
Subject: Re: Google to Start Charging for Map Searches to Combat Global Warming
Though only on one day per year...
On Apr 1, 6:10 pm, Florida GIS Data <j_spald...@hotmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
|
|
From: Gustaf <gust...@algonet.se>
Date: Tue, 1 Apr 2008 00:48:31 -0700 (PDT)
Local: Tues, Apr 1 2008 1:48 am
Subject: IE despair
I've just completed a test map (using Firefox as my reference
browser), only to see that it won't work in IE. The test can be seen here: http://gustaf.us/test/googlemaps/gustaf.html
So, there's a small map embedded on the page and a larger version of
This works nicely in Firefox, but the map is gray in IE, and the link
I'm also using the excellent MarkerTracker (seen on the API blog) add-
Is there anything to be done about these problems? You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: BobW <bobwatson...@hotmail.com>
Date: Tue, 1 Apr 2008 00:59:07 -0700 (PDT)
Local: Tues, Apr 1 2008 1:59 am
Subject: Re: IE despair
You declare the variable "map" using:
map = new GMap2(document.getElementById("map")); IE sometimes doesn't like variables declared without the preceding
That is, you should have:
var map = new GMap2(document.getElementById("map"));
Try that, to see if it helps.
On Apr 1, 8:48 pm, Gustaf <gust...@algonet.se> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Gustaf <gust...@algonet.se>
Date: Tue, 1 Apr 2008 04:35:35 -0700 (PDT)
Local: Tues, Apr 1 2008 5:35 am
Subject: Re: IE despair
On Apr 1, 9:59 am, BobW <bobwatson...@hotmail.com> wrote:
> That is, you should have:
Yes, this helps in displaying the small map, but the "map" variable is
> var map = new GMap2(document.getElementById("map"));
> Try that, to see if it helps.
also used in the openLargeMap() function, which is triggered when clicking on the link. So it needs to be global, or the link won't work. The way I've learned to make variables global in Javascript is the avoid the "var" keyword. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "warden [Andrew Leach - Maps API Guru]" <andrew.leac...@googlemail.com>
Date: Tue, 1 Apr 2008 04:40:23 -0700 (PDT)
Local: Tues, Apr 1 2008 5:40 am
Subject: Re: IE despair
On Apr 1, 12:35 pm, Gustaf <gust...@algonet.se> wrote:
> The way I've learned to make variables global in Javascript is
That's wrong. The way to make global variables is to declare them in
> the avoid the "var" keyword. global context: var map;
IE does peculiar things deciding what becomes a global variable and
Andrew You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Gustaf <gust...@algonet.se>
Date: Tue, 1 Apr 2008 05:34:22 -0700 (PDT)
Local: Tues, Apr 1 2008 6:34 am
Subject: Re: IE despair
> That's wrong. The way to make global variables is to declare them in
That was the missing bit I needed. Thank you very much guys. It all
> global context: > var map;
seem to work now. :-) You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Gustaf <gust...@algonet.se>
Date: Tue, 1 Apr 2008 05:58:21 -0700 (PDT)
Local: Tues, Apr 1 2008 6:58 am
Subject: Re: IE despair
On Apr 1, 2:34 pm, I wrote:
> That was the missing bit I needed. Thank you very much guys. It all
Or maybe I shouldn't be so quick... It now works in both browsers, but
> seem to work now. :-) IE still complains about this: // Place marker
In particular, it appears to be the empty array in the constructor.
The server was down for maintenance a while, but now it's up again.
Gustaf You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2010 Google |