From 76ab0a7ebef5a3e6a93889fa419e8df78f1ab943 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Tue, 30 Jul 2019 13:03:21 +0200 Subject: [PATCH] SkyView: Fix ground markers Add width and height to the svg xml description of the markers/symbols for ground vehicles. Fixes thouse markers/symbols being invisble. --- public_html/markers.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/markers.js b/public_html/markers.js index 3b79c1b..e9207fa 100755 --- a/public_html/markers.js +++ b/public_html/markers.js @@ -50,19 +50,19 @@ var shapes = { size: [19,16] }, 'ground_emergency': { - svg: 'emergency_dark', + svg: 'emergency_dark', size: [6, 15] }, 'ground_service': { - svg: 'service_dark', + svg: 'service_dark', size: [6, 15] }, 'ground_unknown': { - svg: 'unknown_dark', + svg: 'unknown_dark', size: [6, 15] }, 'ground_fixed': { - svg: 'fixed_dark', + svg: 'fixed_dark', size: [12, 12] }, 'unknown': {