Skip to content

Commit

Permalink
png images
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmalan authored Jul 13, 2024
1 parent 02b013f commit 460d1a7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,24 @@
Icon21 = new LeafIcon({iconUrl: 'img/21_1.png'});
Icon22 = new LeafIcon({iconUrl: 'img/22_1.png'});
Icon23 = new LeafIcon({iconUrl: 'img/23_1.png'});
Icon24 = new LeafIcon({iconUrl: 'img/24_1.png'});
Icon25 = new LeafIcon({iconUrl: 'img/25_1.png'});
Icon26 = new LeafIcon({iconUrl: 'img/26_1.png'});
Icon27 = new LeafIcon({iconUrl: 'img/27_1.png'});
Icon28 = new LeafIcon({iconUrl: 'img/28_1.png'});
Icon29 = new LeafIcon({iconUrl: 'img/29_1.png'});
Icon30 = new LeafIcon({iconUrl: 'img/30_1.png'});
Icon31 = new LeafIcon({iconUrl: 'img/31_1.png'});
Icon32 = new LeafIcon({iconUrl: 'img/32_1.png'});
Icon33 = new LeafIcon({iconUrl: 'img/33_1.png'});
Icon34 = new LeafIcon({iconUrl: 'img/34_1.png'});
Icon35 = new LeafIcon({iconUrl: 'img/35_1.png'});
Icon36 = new LeafIcon({iconUrl: 'img/36_1.png'});
Icon37 = new LeafIcon({iconUrl: 'img/37_1.png'});
Icon38 = new LeafIcon({iconUrl: 'img/38_1.png'});
Icon39 = new LeafIcon({iconUrl: 'img/39_1.png'});
Icon40 = new LeafIcon({iconUrl: 'img/40_1.png'});


L.icon = function (options) {
return new L.Icon(options);
Expand Down

0 comments on commit 460d1a7

Please sign in to comment.