diff --git a/plugins/add-kml.user.js b/plugins/add-kml.user.js
index dc7ff2e3..98784036 100755
--- a/plugins/add-kml.user.js
+++ b/plugins/add-kml.user.js
@@ -49,8 +49,10 @@ window.plugin.overlayKML.load = function() {
popupAnchor: [-3, 16] // point from which the popup should open relative to the iconAnchor
});
- L.Control.FileLayerLoad.LABEL = '
';
- L.Control.fileLayerLoad({
+// Implementing a folder icon instead of default 'O' icon to open KML. Not yet useable
+// L.Control.FileLayerLoad.LABEL = '
';
+L.Control.FileLayerLoad.LABEL = 'O';
+L.Control.fileLayerLoad({
fitBounds: true,
layerOptions: {
pointToLayer: function (data, latlng) {