X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=bin%2Fwkt2kml;h=7735bb75d3892ead70f9f5bcdf8a7360ae7379f4;hp=81b45ffc3fd924361cbf99ab6b87596dffb750de;hb=c498de425990074f93306b066a48400739b6d38a;hpb=fbf6257eecbc601a4f5748583d0188adc1e5ffec diff --git a/bin/wkt2kml b/bin/wkt2kml index 81b45ff..7735bb7 100755 --- a/bin/wkt2kml +++ b/bin/wkt2kml @@ -3,9 +3,7 @@ """ Convert an OGC Well-Known Text string to a Keyhole Markup Language (KML) file. -""" -""" We take a Well-Known Text[1] string as input, and optionally a filename to which to write the output. While we shouldn't technically *need* access to a PostGIS database to perform this conversion, it @@ -48,7 +46,7 @@ e.g. see the object name in Google Earth. parser = CLI.default_option_parser() # Use this module's docstring as the description. -parser.description = __doc__.strip() +parser.description = __doc__ parser.add_option('-o', '--outfile',