From 2c864a69b78521393016567eb487d1e9732a00e6 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Wed, 11 Mar 2020 13:31:01 +0100 Subject: [PATCH] =?UTF-8?q?update=20Mi=2011.=20M=C3=A4r=2013:31:01=20CET?= =?UTF-8?q?=202020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/client_rmld.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/public/js/client_rmld.js b/public/js/client_rmld.js index 345d28a..cd82950 100755 --- a/public/js/client_rmld.js +++ b/public/js/client_rmld.js @@ -29,8 +29,6 @@ var marker = L.marker(new L.LatLng(0, 0), { icon: redIcon }).addTo(map); -console.log(einsatzdaten_obj.wgs84_area); - // Karte setzen map.removeLayer(marker); if (einsatzdaten_obj.wgs84_x && einsatzdaten_obj.wgs84_y) { @@ -42,10 +40,7 @@ if (einsatzdaten_obj.wgs84_x && einsatzdaten_obj.wgs84_y) { var geojson = L.geoJSON(JSON.parse(einsatzdaten_obj.wgs84_area)).addTo(map); // map.fitBounds(geojson.getBounds()); -} - - - +}; /* ########################### */ /* ####### Funktionen ######## */