Adding imagePath property

I just added the imagePath property to the L.Icon.Default.imagePath (http://leafletjs.com/reference-1.0.0.html#icon-default-option)
This commit is contained in:
Kasper Fromm Pedersen
2016-10-20 17:29:27 +02:00
committed by GitHub
parent 93cd5a76d0
commit 603c022557
+1
View File
@@ -1343,6 +1343,7 @@ declare namespace L {
export interface Icon extends Layer {
createIcon(oldIcon?: HTMLElement): HTMLElement;
createShadow(oldIcon?: HTMLElement): HTMLElement;
imagePath: string;
}
export namespace Icon {