From 7118cc70d7f5c4860eeed4b14d03b9e7a8d2460a Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 1 Jul 2021 12:05:16 +0200 Subject: [PATCH] Show empty cells in data tab instead of 0 which makes it more clear that there is no data --- js/plugin/Routing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugin/Routing.js b/js/plugin/Routing.js index 7481fe4..627ed41 100644 --- a/js/plugin/Routing.js +++ b/js/plugin/Routing.js @@ -476,7 +476,7 @@ BR.Routing = L.Routing.extend({ 'WayTags', 'NodeTags', ], - [latLng2.lng * 1000000, latLng2.lat * 1000000, 0, distance, 0, 0, 0, 0, 0, '', ''], + [latLng2.lng * 1000000, latLng2.lat * 1000000, null, distance, null, null, null, null, null, '', ''], ], }; layer.feature = turf.lineString(