Google to Start Charging for Map Searches to Combat Global Warming
flag
Messages 1 - 10 of 3402 - Collapse all
/groups/adfetch?adid=uhMNKhEAAAC2Hb0n-0ja-I2Jg6jbK3H7FSRgCP-avRN4YT0eROC0jw
Google to Start Charging for Map Searches to Combat Global Warming - Email updates to me  
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
1.  Florida GIS Data  
View profile  
 More options Apr 1 2008, 1:44 pm
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...

    Forward  
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.
2.  Quickfix  
View profile  
 More options Apr 1 2008, 3:28 pm
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:


    Forward  
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.
3.  Mike Williams  
View profile  
 More options Apr 1 2008, 6:28 pm
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?

Google giving advance warning of an intended change? Impossible.

--
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


    Forward  
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.
4.  BobW  
View profile  
 More options Apr 1 2008, 1:41 am
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:


    Forward  
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.
IE despair - Email updates to me  
1.  Gustaf  
View profile  
 More options Apr 1 2008, 1:48 am
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
that map available when clicking the link.

This works nicely in Firefox, but the map is gray in IE, and the link
won't work at all. It appears that IE doesn't know about global
variables, because when I make the map variable local, the small map
works. The large map doesn't work, because this variable needs to be
global.

I'm also using the excellent MarkerTracker (seen on the API blog) add-
on. It works as expected in Firefox, but in IE, it sometimes leaves
tracks so that there are more than one markertracker on the map!

Is there anything to be done about these problems?


    Forward  
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.
2.  BobW  
View profile  
 More options Apr 1 2008, 1:59 am
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
"var".

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:


    Forward  
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.
3.  Gustaf  
View profile  
 More options Apr 1 2008, 5:35 am
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:

> var map = new GMap2(document.getElementById("map"));

> Try that, to see if it helps.

Yes, this helps in displaying the small map, but the "map" variable is
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.

    Forward  
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.
4.  warden [Andrew Leach - Maps API Guru]  
View profile  
 More options Apr 1 2008, 5:40 am
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
> the avoid the "var" keyword.

That's wrong. The way to make global variables is to declare them in
global context:

var map;

IE does peculiar things deciding what becomes a global variable and
what doesn't (especially if you have variables with the same names as
elements). Explicitly declaring variables makes it behave in a
standard way.

Andrew


    Forward  
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.
5.  Gustaf  
View profile  
 More options Apr 1 2008, 6:34 am
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
> global context:

> var map;

That was the missing bit I needed. Thank you very much guys. It all
seem to work now. :-)

    Forward  
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.
6.  Gustaf  
View profile  
 More options Apr 1 2008, 6:58 am
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
> seem to work now. :-)

Or maybe I shouldn't be so quick... It now works in both browsers, but
IE still complains about this:

// Place marker
var opts = {};
var marker = new GMarker(center, opts);
map.addOverlay(marker);

In particular, it appears to be the empty array in the constructor.
The constructor needs a variable there, and I have no options to give,
so I figured an empty array would be alright. Is there another way to
write the same that doesn't cause the error in IE? The error is simply
"Unknown runtime error."

The server was down for maintenance a while, but now it's up again.

Gustaf


    Forward  
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