* 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)
commitc328b9ee91fc1853930db996eac6c82632865bea
treed0d14e6dbafd14d80fd166cb4dcd88f7c5391b79
parent6571695f832db4ef942acb9c5d21bed6d4e34567
* 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
plcsh