]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Updated the KML classes with a print_kml() method.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 19 Oct 2009 14:17:02 +0000 (10:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 19 Oct 2009 14:17:02 +0000 (10:17 -0400)
commit27a538e5ff5530d0db3504d5edfcbbaa5e9b7798
tree2736c37bae402f4888273a340493d4f57ba19200
parent456160ca20e132877327d2a0bf556449a8f84a3a
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().
bin/pg2kml
src/KML.py