From de2942ce8013cacb502db0aecad64816da4148d6 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 22 May 2018 22:32:46 +0200 Subject: [PATCH] Remove unnecessary whitespace. --- wrmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrmap.js b/wrmap.js index 4b922a2..24d42e5 100644 --- a/wrmap.js +++ b/wrmap.js @@ -254,7 +254,7 @@ function init_wrmap(i, jq_map) { center: new OpenLayers.LonLat(lon, lat).transform(EPSG4326, EPSG3857), zoom: zoom }); - + // add features // if this would be done before the layer is added to the map, the features are not added -- 2.39.5