From e8bb1883bc18d8a41cd49f461d9f948d6851d62e Mon Sep 17 00:00:00 2001 From: Daniel Gilbers Date: Fri, 23 Aug 2024 10:55:09 +0200 Subject: [PATCH] documentation --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/map.js b/js/map.js index 8de9d797..ce5e1b69 100644 --- a/js/map.js +++ b/js/map.js @@ -13,7 +13,7 @@ class Node extends L.marker { * @param {LatLng} latlng yx-Coordinates */ constructor (latlng) { - super(latlng) + super(latlng) // Marker this.latlng = latlng this.links = [] this.index = nodes.length