Google Groups Home
Help | Sign in
Blog Post: 2 lines of code make the world a more beautiful, informational place!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 32 of 32 - Collapse all < Older 
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
 
Barry Hunter  
View profile
 More options Oct 12 2008, 12:16 pm
From: "Barry Hunter" <barrybhun...@googlemail.com>
Date: Sun, 12 Oct 2008 18:16:08 +0100
Local: Sun, Oct 12 2008 12:16 pm
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!
Perhaps this would be useful:
http://earth.google.com/userguide/v4/geoweb_faq.html

--
Barry

- www.nearby.org.uk - www.geograph.org.uk -


    Reply to author    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.
SV Billabong  
View profile
 More options Oct 13 2008, 5:33 am
From: SV Billabong <svbillab...@gmail.com>
Date: Mon, 13 Oct 2008 03:33:01 -0700 (PDT)
Local: Mon, Oct 13 2008 5:33 am
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!
Barry,

Thanks for that.. it's sooo hard to find anything these days!! I read
somewhere that 1 billion pages get added to the web each day (has to
be a misprint)!!

Turns out it didn't help (but at least I know how to add things to
wikipedia now). The West Island page has none of the coord statements
referred to in the doc. However the geocoder returns the Coco Keeling
West Island location when given "West Island", the title of the
wikipedia article. So there must be a hidden last ditch effort to try
and locate articles via the geocoder.

Anyway thanks for your help, I'm filling my brain one day at a time

Chris


    Reply to author    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.
Esa  
View profile
 More options Oct 16 2008, 5:15 am
From: Esa <esa.ilm...@gmail.com>
Date: Thu, 16 Oct 2008 03:15:23 -0700 (PDT)
Local: Thurs, Oct 16 2008 5:15 am
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!

On Oct 2, 1:13 am, "pamela (Google Employee)" <pamela....@gmail.com>
wrote:

The example doesn't work anymore.

It seems that the api version must be constantly kept v=2.x. Because
v=2.130d, like in the example, does not work with the new layers
anymore. v=2 that gives 2.131f now does't either.

v=2.x example pages like:
http://econym.org.uk/gmap/example_layercontrol.htm
http://esa.ilmari.googlepages.com/wikipano.htm
keep on working.


    Reply to author    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.
Howie  
View profile
 More options Oct 16 2008, 5:56 am
From: Howie <howiemilb...@wiltshire.gov.uk>
Date: Thu, 16 Oct 2008 03:56:31 -0700 (PDT)
Local: Thurs, Oct 16 2008 5:56 am
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!
Hi Mike,

Using your sample code below, I tried it out on my test server... all
worked OK.

  http://econym.org.uk/gmap/example_layercontrol.htm

However, it fails to work on the live server - Error line 742
this.ub.length is null or not an object.

http://www.wiltshire.gov.uk/maps/wikitest.php

Any ideas what the problem can be?

On Oct 3, 12:37 pm, Mike Williams <nos...@econym.demon.co.uk> wrote:


    Reply to author    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.
Esa  
View profile
 More options Oct 16 2008, 11:49 am
From: Esa <esa.ilm...@gmail.com>
Date: Thu, 16 Oct 2008 09:49:33 -0700 (PDT)
Local: Thurs, Oct 16 2008 11:49 am
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!

On Oct 16, 1:56 pm, Howie <howiemilb...@wiltshire.gov.uk> wrote:

> However, it fails to work on the live server - Error line 742
> this.ub.length is null or not an object.

> http://www.wiltshire.gov.uk/maps/wikitest.php

> Any ideas what the problem can be?

You have a typo in your api version parameter:
v=2,x should be v=2.x (dot instead of comma)

javascript:alert(G_API_VERSION);
gave 131f


    Reply to author    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.
Esa  
View profile
 More options Oct 16 2008, 12:30 pm
From: Esa <esa.ilm...@gmail.com>
Date: Thu, 16 Oct 2008 10:30:43 -0700 (PDT)
Local: Thurs, Oct 16 2008 12:30 pm
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!
I made a second experimental page that reads the GLayer id's directly
from the spreadsheet by Spreadsheets Api JSON feed.
http://esa.ilmari.googlepages.com/glayers.htm

Some real life applications might come out if the spreadsheet
structure was designed with the feed in mind.
http://spreadsheets.google.com/pub?key=p9pdwsai2hDN-cAocTLhnag

There might be a "label" column with short layer names. Also a
separate column with ISO language codes would make it easier to
automatically select the language.

keywords: Pamela, feature request


    Reply to author    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.
pamela (Google Employee)  
View profile
 More options Nov 2 2008, 8:12 am
From: "pamela (Google Employee)" <pamela...@gmail.com>
Date: Sun, 2 Nov 2008 20:12:15 +0700
Local: Sun, Nov 2 2008 8:12 am
Subject: Re: Blog Post: 2 lines of code make the world a more beautiful, informational place!

Hey Esa-
Interesting suggestion, I've added a column for the language codes. What
would you suggest the short layer names be, however? That's not obvious, and
would likely depend on developer preference.

- pamela


    Reply to author    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.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google