Brought to you by nearby.org.uk.
Google My Maps Tools:
Images in Balloons |
My Maps Backup |
Custom Embed Maker |
Multiple My Maps (via gokml.net) |
Extract Coordinates |
Google Earth TOOLS: Fly-To | MORE...
KML TOOLS: KML shortlinks | KML Intersect | Sort KML | Geographical Grouping | Add elevations | RSS to KML | Project Point
... Takes TWO KML files, once containing points, and another arbitary locations. Produces a new KML that has the Points (from first file) sorted into folders as per the features in second file. For example if the second file is collection of 'area' polygons, the points will grouped by which of the area/s they are in.
An interesting option, the second file can actully be points, and the program will automatically create a circle area for it. This way can find 'nearest' points to known points, rather than having to create areas.
[1] However with enough interest will consider lifting any of these restrictions, but might add output as KMZ to save bandwidth, but that will be transparent to you, the end user.
[2] Only the <coordinates> inside <Point> are read, although the whole <Placemark> (including any linked <Style>s) will be duplicated.
[3] Will either read the <Point> and create a 'virtual' Polygon, or will read the <LinearRing>(s) in the <Polygon> and/or <MultiGeometry> (although currently ignores any inside <innerBoundaryIs>) - if <MultiGeometry> contains a <Point> it will be ignored!
[4] if use points in second file, the Point Placemark will get transformed into a new Polygon in the output.
*** It works for me but your milage may vary! Use at your own risk, no garentee is offered. ***