* plc-kml.py has now a few options for setting marker icons
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 12 Mar 2008 12:32:33 +0000 (12:32 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 12 Mar 2008 12:32:33 +0000 (12:32 +0000)
commit09b123f14152db85ea963d7885a1d405160408bd
treef0bb22069d342b85232dc8430c08cc33c7cb0946
parent14de3f7663b0d38400e62d7660ebd9c4980c8e51
* plc-kml.py has now a few options for setting marker icons
* this required a tweak in plcsh, that did not handle the command line
    very nicely when invoking another script file.
it is now possible to
* write a script foo.py and mention in 1st line: #!/usr/bin/env plcsh
* invoke foo.py with options and args like this
$ foo.py [plcsh-options] -- foo-options and args
* rightly get foo.py's help by running
$ foo.py --help

this is still not perfect as I'd rather remove the need for the extra --
but it's already better than before
plc-kml.py