From: Michael Orlitzky Date: Mon, 19 Oct 2009 14:17:02 +0000 (-0400) Subject: Updated the KML classes with a print_kml() method. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=27a538e5ff5530d0db3504d5edfcbbaa5e9b7798;hp=27a538e5ff5530d0db3504d5edfcbbaa5e9b7798;p=dead%2Fcensus-tools.git Updated the KML classes with a print_kml() method. Abstracted the to_kml() and print_kml() methods out in to the KmlObject class for most subclasses. Modified pg2kml to use the print_kml() method instead of to_kml(). ---