On Tuesday, October 10, 2017 at 3:01:21 PM UTC-7, [email protected] wrote: > > I have a special project I am working on that can use your runway wind > plot extension. I have it working with the simulator data but there are two > things I can't seem to resolve. The first is that the arrow is too long. It > basically runs top to bottom on the overlay image. I need it at least 50% > smaller. It's also quit narrow and would like to change it to be wider (see > attachment). The second issue I have is that I don't need the text output > at the top of the screen. It's not needed in my application. How do I > remove that? Below is the skin.conf I am using to generate the index.html. > I looked in the RWYplotGenerator.py to try and find an answer there also > but I don't see anything that stands out. Nice work by the way. > > Look between lines 59 and 70 in the file.
Looks like line 61 prints the title. Try commenting it out. Line 69 has the width specification. Try making that number bigger.
