Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DC-9, MD-90, & B727 so that a more accurate icon is used #34

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion html/markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let shapes = {
path: "m 31.414,2.728 c -0.314,0.712 -1.296,2.377 -1.534,6.133 l -0.086,13.379 c 0.006,0.400 -0.380,0.888 -0.945,1.252 l -2.631,1.729 c 0.157,-0.904 0.237,-3.403 -0.162,-3.850 l -2.686,0.006 c -0.336,1.065 -0.358,2.518 -0.109,4.088 h 0.434 L 24.057,26.689 8.611,36.852 7.418,38.432 7.381,39.027 8.875,38.166 l 8.295,-2.771 0.072,0.730 0.156,-0.004 0.150,-0.859 3.799,-1.234 0.074,0.727 0.119,0.004 0.117,-0.832 2.182,-0.730 h 1.670 l 0.061,0.822 h 0.176 l 0.062,-0.822 4.018,-0.002 v 13.602 c 0.051,1.559 0.465,3.272 0.826,4.963 l -6.836,5.426 c -0.097,0.802 -0.003,1.372 0.049,1.885 l 7.734,-2.795 0.477,1.973 h 0.232 l 0.477,-1.973 7.736,2.795 c 0.052,-0.513 0.146,-1.083 0.049,-1.885 l -6.836,-5.426 c 0.361,-1.691 0.775,-3.404 0.826,-4.963 V 33.193 l 4.016,0.002 0.062,0.822 h 0.178 L 38.875,33.195 h 1.672 l 2.182,0.730 0.117,0.832 0.119,-0.004 0.072,-0.727 3.799,1.234 0.152,0.859 0.154,0.004 0.072,-0.730 8.297,2.771 1.492,0.861 -0.037,-0.596 -1.191,-1.580 -15.447,-10.162 0.363,-1.225 H 41.125 c 0.248,-1.569 0.225,-3.023 -0.111,-4.088 l -2.686,-0.006 c -0.399,0.447 -0.317,2.945 -0.160,3.850 L 35.535,23.492 C 34.970,23.128 34.584,22.640 34.590,22.240 L 34.504,8.910 C 34.193,4.926 33.369,3.602 32.934,2.722 32.442,1.732 31.894,1.828 31.414,2.728 Z",
},
//MD Series
//MD11 - Standard Scale 63px, 3in4 Non-linear Scale 53px
//MD11 - Standard Scale 63px, 3in4 Non-linear Scale 53px
'md11': {
w: 38,
h: 32,
Expand Down Expand Up @@ -445,13 +445,21 @@ let TypeDesignatorIcons = {
'CRJ9': ['jet_swept', 0.96], // 38t
'CRJX': ['jet_swept', 0.98], // 41t
'MD80': ['jet_swept', 1.04], // 60t
'DC91': ['jet_swept', 1.],
'DC92': ['jet_swept', 1.],
'DC93': ['jet_swept', 1.],
'DC94': ['jet_swept', 1.],
'DC95': ['jet_swept', 1.],
'MD81': ['jet_swept', 1.04],
'MD82': ['jet_swept', 1.04],
'MD83': ['jet_swept', 1.04],
'MD87': ['jet_swept', 1.04],
'MD88': ['jet_swept', 1.04], // 72t
'MD90': ['jet_swept', 1.04],
'B712': ['jet_swept', 1.04], // 54t
'F100': ['jet_swept', 1], // 45t
'B721': ['jet_swept', 1.04],
'B722': ['jet_swept', 1.04],

'BE40': ['jet_nonswept', 1], // 7.3t
'FA10': ['jet_nonswept', 1], // 8t
Expand Down