From db04f293a953c537ac04a325e6c3b67ee68461e3 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Mon, 22 Jul 2019 08:36:48 +0200 Subject: [PATCH] Add Backgroundlayer "none" --- compare-algorithms/src/components/MyMap.js | 1 + compare-algorithms/src/components/TileLayerControl.js | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/compare-algorithms/src/components/MyMap.js b/compare-algorithms/src/components/MyMap.js index ff51986..7e094d7 100644 --- a/compare-algorithms/src/components/MyMap.js +++ b/compare-algorithms/src/components/MyMap.js @@ -6,6 +6,7 @@ import 'leaflet/dist/leaflet.css' import state from '../state.js' const tileLayers = { + nons: <>, osmDE: ( (state.tileLayer = e.target.value)} // onChange={console.log} > +