Converting KML Into A Vector Graphic... And Back
Answer : Some notes: You'd need an editor which could work with geo coordinates instead of simple X,Y ones. Or you would need to reproject coordinates when converting. Converting from KML to SVG would mean potentially losing KML-specific information which is not stored by the SVG format. Converting from SVG to KML would mean potentially losing SVG styling and other features not covered in KML. GIMP is not a vector graphics editor (AFAIK), you probably mean Inkscape. Other than that, there are quite a few tools which claim to do what you're looking for. Simple as in SVG to KML and KML to SVG? This tool converts Google Earth files(kml and kmz) into vectorial SVG files, usable in Inkscape, Illustrator and other software. kml2svg.free.fr converts most of the elements that contains a GE document: folders placemarks (points, lines, polygones, multigeometries and embeded images) tours Sketchup resources (depending of the resources..) using the desired earth projection: Mercator, Mi...