|
|
@ -12,7 +12,6 @@ const loadLocalAsset = async (asset) => { |
|
|
|
|
|
|
|
} catch (error) { |
|
|
|
console.warn(error); |
|
|
|
// console.warn("Unable to resolve index file");
|
|
|
|
} |
|
|
|
return "asidaosid"; |
|
|
|
} |
|
|
@ -63,13 +62,12 @@ async function insertMarker(mapRef, ID, coordinate, icon) { |
|
|
|
iconSvg = await loadLocalAsset(icon); |
|
|
|
} |
|
|
|
|
|
|
|
//console.log(String(iconSvg));
|
|
|
|
|
|
|
|
mapRef.injectJavaScript(`
|
|
|
|
var customIcon = L.divIcon({ |
|
|
|
className: 'marker-class', |
|
|
|
html: \`${iconSvg}\`,
|
|
|
|
iconSize: 100 |
|
|
|
iconSize: 70 |
|
|
|
}); |
|
|
|
|
|
|
|
// Check if there is no other marker with same ID already in map
|
|
|
|