Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Google Maps!
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
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
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 will appear after it is approved by moderators
 
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
 
cimearth-web@ci.uchicago. edu  
View profile  
 More options Jul 16 2009, 11:43 am
From: "cimearth-...@ci.uchicago.edu" <cimearth-...@ci.uchicago.edu>
Date: Thu, 16 Jul 2009 08:43:10 -0700 (PDT)
Local: Thurs, Jul 16 2009 11:43 am
Subject: Google Maps!
Hi.  I would like to emulate the Pie Graph example with my own data,
but I would like it to be displayed in Google Maps instead of in
Google Earth.  Could someone summarize the changes I would have to
make for this to happen?  Presumably when I use the API, it generates
a KML file and then something like a Google Earth Plugin object and
feeds it the KML data.  I don't really understand how this could
happen with Google Earth, though.  Does anyone have any thoughts on
this?

Thanks!

-Wai Lee


 
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.
cimearth-web@ci.uchicago. edu  
View profile  
 More options Jul 16 2009, 12:03 pm
From: "cimearth-...@ci.uchicago.edu" <cimearth-...@ci.uchicago.edu>
Date: Thu, 16 Jul 2009 09:03:24 -0700 (PDT)
Local: Thurs, Jul 16 2009 12:03 pm
Subject: Re: Google Maps!
According to the documentation, the draw() function has no return
type.  However, when I look at the examples, we have:

var kml = map.draw(data, options);

This suggests that the draw function actually returns a giant KML
string, which is then drawn into Google Earth with,

var kmlObject = earth.parseKml(kml);
earth.getFeatures().appendChild(kmlObject);

Now, it seems like I could just work within the Javascript API, take
the variable kml, and just import it into Google maps with the ggeoxml
object.  Does this make sense?

Thanks.

On Jul 16, 10:43 am, "cimearth-...@ci.uchicago.edu"


 
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
« Back to Discussions « Newer topic     Older topic »