From b59d0b6bcb842759d1783a86423b3cc23faf088a Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 14 Sep 2016 18:18:39 +0100 Subject: [PATCH] Use the same mappings for categories A2/A3/A5 as for L2J-L/M/H --- public_html/markers.js | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/public_html/markers.js b/public_html/markers.js index 0e244c8..2e0562d 100755 --- a/public_html/markers.js +++ b/public_html/markers.js @@ -222,29 +222,11 @@ var TypeDescriptionIcons = { var CategoryIcons = { "A1" : _single_prop, - "A2" : { - key : "A2", - scale : 0.35, - size : [64, 64], - anchor : [32, 32], - path : _generic_plane_svg - }, + "A2" : _g650, - "A3" : { - key : "A3", - scale : 0.40, - size : [64, 64], - anchor : [32, 32], - path : _generic_plane_svg - }, + "A3" : _a320, - "A5" : { - key : "A5", - scale : 0.73, - size : [64, 64], - anchor : [32, 32], - path : _heavy_svg - }, + "A5" : _b777, "A7" : _helicopter,