Thought it would be nice to share
Created these from scratch my using a 64x64 grid overlay on a top view image of the aircraft. I have only used straight lines and I could have used integers to make them more accurate however at the scale they are being used I think they look OK.
They are quite simple graphics compared with the ones included in PiAware3 but do the trick.
I have applied these as the basis of my aircraft categories, i.e. the A320 is used for small_twin_jet which is used for A320’s and B737s.
Airbus A320
(small_twin_jet)
https://dl.dropboxusercontent.com/u/50785283/A320.jpg
*var _a320_svg =
“m 32,1 2,1 2,3 0,18 4,1 0,-4 3,0 0,5 17,6 0,3 -15,-2 -9,0 0,12 -2,6 7,3 0,2 -8,-1 -1,2 -1,-2 -8,1 0,-2 7,-3 -2,-6 0,-12 -9,0 -15,2 0,-3 17,-6 0,-5 3,0 0,4 4,-1 0,-18 2,-3 2,-1z”;
*
Boeing 777
(large_twin_jet)
https://dl.dropboxusercontent.com/u/50785283/B777.jpg
*var _b777_svg =
“m 32,1 2,1 1,2 0,20 4,4 0,-4 3,0 0,4 -1,2 17,12 0,2 -16,-5 -7,0 0,13 -1,5 7,5 0,2 -8,-2 -1,2 -1,-2 -8,2 0,-2 7,-5 -1,-5 0,-13 -7,0 -16,5 0,-2 17,-12 -1,-2 0,-4 3,0 0,4 4,-4 0,-20 1,-2 2,-1z”;
*
Bombardier Q300 (Dash8)
(medium_twin_prop)
https://dl.dropboxusercontent.com/u/50785283/DASH8.jpg
var _dash8_svg =
“m 32,1 3,4 0,20 4,0 0,-5 1,-1 1,1 0,5 17,2 0,3 -17,2 0,3 -1,1 -1,-1 0,-3 -4,0 0,15 -1,8 6,0 1,1 0,3 -8,0 -1,1 -1,-1 -8,0 0,-3 1,-1 6,0 -1,-8 0,-15 -4,0 0,3, -1,1 -1,-1 0,-3 -17,-2 0,-3 17,-2 0,-5 1,-1 1,1 0,5 4,0 0,-20 3,-4z”;
Beechcraft Super King Air B200
(small_twin_prop)
https://dl.dropboxusercontent.com/u/50785283/B200.jpg
var _b200_svg =
“m 32,1 1,0 1,2 1,4 0,5 5,0 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 17,2 0,3 -17,3 0,1 -2,0 0,-1 -5,0 0,5 -2,8 6,3 0,2 -6,-1 -1,0 -6,1 0,-2 6,-3 -2,-8 0,-5 -5,0 0,1, -2,0 0,-1 -17,-3 0,-3 17,-2 0,-5 -1,-1 2,-2 2,2 -1,1 0,5 5,0 0,-5 1,-4 1,-2 z”;
And lastly I use this dull triangle instead of default:
var _triangle_svg =
“m 32,0 32,64 -64,0z”;
I use the existing heavy, light and rotorcraft icons for now for other types.