Added folder icon for opening KML files

This commit is contained in:
Nihal Mirpuri
2013-09-24 15:36:08 +10:00
parent bac7ef7d22
commit 841497f53b
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

View File

@ -42,14 +42,14 @@ window.plugin.overlayKML.load = function() {
L.Icon.Default.imagePath = '@@INCLUDEIMAGE:images/marker-icon.png@@';
var KMLIcon = L.icon({
iconUrl: '@@INCLUDEIMAGE:images/marker-icon.png@@',
iconUrl: '@@INCLUDEIMAGE:images/marker-icon.png@@';,
iconSize: [16, 24], // size of the icon
iconAnchor: [8, 24], // point of the icon which will correspond to marker's location
iconAnchor: [16, 8], // point of the icon which will correspond to marker's location
popupAnchor: [-3, 16] // point from which the popup should open relative to the iconAnchor
});
L.Control.FileLayerLoad.LABEL = 'O';
L.Control.FileLayerLoad.LABEL = '<img src="@@INCLUDEIMAGE:images/open-folder-icon_sml.png@@" alt="Open" />';
L.Control.fileLayerLoad({
fitBounds: true,
layerOptions: {