Google Groups Home
Help | Sign in
View this page "More Info: KML on 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.
This discussion is about page more-info-kml-on-google-maps
flag
  15 messages - Collapse all
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
 
more-info-kml-on-google-maps was changed (view version 11) by Bill Chadwick
Bill Chadwick  
View profile
 More options Feb 14 2007, 12:26 am
From: "Bill Chadwick" <bill.chadw...@thalesgroup.com>
Date: Tue, 13 Feb 2007 08:26:03 -0800
Local: Wed, Feb 14 2007 12:26 am
Subject: View this page "More Info: KML on Google Maps"
I have posted the code and MS Windows .exe for a program that thins
polylines within a KML file using the Douglas Peucker line
simplification routine. This should help if your KML files are too big
for rendering on Google Maps because of too much detail in their
polylines. Reduction works on both outer and inner boundaries, also
ensures last node = first.

    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.
Bill Chadwick  
View profile
 More options Feb 14 2007, 12:53 am
From: "Bill Chadwick" <bill.chadw...@thalesgroup.com>
Date: Tue, 13 Feb 2007 08:53:23 -0800
Local: Wed, Feb 14 2007 12:53 am
Subject: Re: View this page "More Info: KML on Google Maps"
Posted code is for lon/lat/alt polylines, simple changes needed if no
altitudes present.

    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.
more-info-kml-on-google-maps was changed (view version 12) by Bill Chadwick
mapperz@googlemail.com  
View profile
 More options Feb 14 2007, 1:06 am
From: "mapp...@googlemail.com" <mapp...@googlemail.com>
Date: Tue, 13 Feb 2007 09:06:41 -0800
Local: Wed, Feb 14 2007 1:06 am
Subject: Re: View this page "More Info: KML on Google Maps"
Bill I got an error running your app.
There are also two version on the 'Files' on this group
is there a readme with this?

mapperz
http://mapperz.blogspot.com/

On Feb 13, 4:26 pm, "Bill Chadwick" <bill.chadw...@thalesgroup.com>
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.
bratliff  
View profile
 More options Feb 14 2007, 1:39 am
From: "bratliff" <bratl...@umich.edu>
Date: Tue, 13 Feb 2007 09:39:52 -0800
Local: Wed, Feb 14 2007 1:39 am
Subject: Re: View this page "More Info: KML on Google Maps"
Hi Bill,

Just wondering if you or anyone else has tried fitting a curve (arc of
a circle) to a polyline.  I am trying to simplify the way polylines
are represented in the U.S. Census Department's Tiger Line database.
A sequence of imprecise points is not a good way to describe short
segments of highways.  Highways are designed by engineers without
abrupt changes in direction.  The true path is usually circular with
smooth transitions at either end.

The math for cubic splines and/or Bezier curves is way over my head
but I thought some kind of simple curve fitting might provide another
way to describe a short man-made line segment.  The two end points
should always be on the arc of the circle.  The center of the circle
should be on the line equidistant from the two end points.  Perhaps a
least squared error approach could be used to solve for the radius of
the circle.  Perhaps just the average radius using each intermediate
point together with the two end points could be used.  Perhaps
intermediate points should be weighted according to their distance
from the middle.

Do you have any suggestions on algorithms ?  Thanks very much for any
ideas you can provide.

Berry Ratliff


    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.
Bill Chadwick  
View profile
 More options Feb 14 2007, 4:43 pm
From: "Bill Chadwick" <bill.chadw...@thalesgroup.com>
Date: Wed, 14 Feb 2007 00:43:42 -0800
Local: Wed, Feb 14 2007 4:43 pm
Subject: Re: View this page "More Info: KML on Google Maps"
Well KML works with straight segments, so there is no advantage to
doing anything more complicated.

On Feb 13, 5:39 pm, "bratliff" <bratl...@umich.edu> 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.
more-info-kml-on-google-maps was changed (view version 13) by Bill Chadwick
more-info-kml-on-google-maps was changed (view version 14) by Bill Chadwick
Bill Chadwick  
View profile
 More options Feb 14 2007, 5:26 pm
From: "Bill Chadwick" <bill.chadw...@thalesgroup.com>
Date: Wed, 14 Feb 2007 01:26:38 -0800
Local: Wed, Feb 14 2007 5:26 pm
Subject: Re: View this page "More Info: KML on Google Maps"
New version posted with readme and operation on lat/lon or lat/lon/alt
coords.

On Feb 13, 5:06 pm, "mapp...@googlemail.com" <mapp...@googlemail.com>
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.
more-info-kml-on-google-maps was changed (view version 15) by Adam Schneider
more-info-kml-on-google-maps was changed (view version 16) by mapperz@googlemail.com
more-info-kml-on-google-maps was changed (view version 17) by mapperz@googlemail.com
more-info-kml-on-google-maps was changed (view version 18) by mapperz@googlemail.com
more-info-kml-on-google-maps was changed (view version 19) by mapperz@googlemail.com
mapperz@googlemail.com  
View profile
 More options Mar 1 2007, 4:48 pm
From: "mapp...@googlemail.com" <mapp...@googlemail.com>
Date: Thu, 01 Mar 2007 08:48:20 -0000
Local: Thurs, Mar 1 2007 4:48 pm
Subject: View this page "More Info: KML on Google Maps"
KML on Google Maps via Google Spreadsheets
KML Loaded into Google Spreadsheets then used in Google Maps
source:http://spreadsheets.google.com/pub?key=phRmoRD2Q-V_mFA-Tckq7dw

mapperz
http://mapperz.blogspot.com/
Click on http://groups.google.com/group/Google-Maps-API/web/more-info-kml-on-g...
- or copy & paste it into your browser's address bar if that doesn't
work.


    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.
the1geek  
View profile
 More options Mar 1 2007, 5:24 pm
From: "the1geek" <the1g...@gmail.com>
Date: Thu, 01 Mar 2007 01:24:03 -0800
Local: Thurs, Mar 1 2007 5:24 pm
Subject: Re: View this page "More Info: KML on Google Maps"
Someday GMap may support oval and arc geometric objects, i hope.
These objects are supported by VML and SVG.

I'm currently playing with my oval customoverlay in VML and SVG.
If i have time i may try arc which i think is more complex when come
to smoothing it with polylines.

~newton

On Feb 13, 9:39 am, "bratliff" <bratl...@umich.edu> 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.
more-info-kml-on-google-maps was changed (view version 20) by mapperz@googlemail.com
mapperz@googlemail.com  
View profile
 More options Mar 29 2007, 6:41 am
From: "mapp...@googlemail.com" <mapp...@googlemail.com>
Date: Wed, 28 Mar 2007 22:41:37 -0000
Local: Thurs, Mar 29 2007 6:41 am
Subject: View this page "More Info: KML on Google Maps"
Important note on using KML & KMZ on your hosted server
MIME set up

Click on http://groups.google.com/group/Google-Maps-API/web/more-info-kml-on-g...
- or copy & paste it into your browser's address bar if that doesn't
work.


    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.
more-info-kml-on-google-maps was changed (view version 22) by mapperz@googlemail.com
mapperz@googlemail.com  
View profile
 More options Mar 29 2007, 3:15 pm
From: "mapp...@googlemail.com" <mapp...@googlemail.com>
Date: Thu, 29 Mar 2007 00:15:38 -0700
Local: Thurs, Mar 29 2007 3:15 pm
Subject: View this page "More Info: KML on Google Maps"
Added Linux MIME

Click on http://groups.google.com/group/Google-Maps-API/web/more-info-kml-on-g...
- or copy & paste it into your browser's address bar if that doesn't
work.


    Reply to author