plugin: remove excess draw-tools logging
This commit is contained in:
parent
cee1b0c407
commit
590eeb6876
@ -2,7 +2,7 @@
|
|||||||
// @id iitc-plugin-draw-tools@breunigs
|
// @id iitc-plugin-draw-tools@breunigs
|
||||||
// @name IITC plugin: draw tools
|
// @name IITC plugin: draw tools
|
||||||
// @category Layer
|
// @category Layer
|
||||||
// @version 0.6.0.@@DATETIMEVERSION@@
|
// @version 0.6.1.@@DATETIMEVERSION@@
|
||||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||||
// @updateURL @@UPDATEURL@@
|
// @updateURL @@UPDATEURL@@
|
||||||
// @downloadURL @@DOWNLOADURL@@
|
// @downloadURL @@DOWNLOADURL@@
|
||||||
@ -194,7 +194,6 @@ window.plugin.drawTools.save = function() {
|
|||||||
var data = [];
|
var data = [];
|
||||||
|
|
||||||
window.plugin.drawTools.drawnItems.eachLayer( function(layer) {
|
window.plugin.drawTools.drawnItems.eachLayer( function(layer) {
|
||||||
console.log(layer);
|
|
||||||
var item = {};
|
var item = {};
|
||||||
if (layer instanceof L.GeodesicCircle || layer instanceof L.Circle) {
|
if (layer instanceof L.GeodesicCircle || layer instanceof L.Circle) {
|
||||||
item.type = 'circle';
|
item.type = 'circle';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user