export function createTransparentMarkerIcon(theoptions) {
    theoptions.scale = theoptions.scale || 1;
    theoptions.fontsize = theoptions.fontsize || 26;

    let markerCanvas = generateTransparentCanvas(theoptions),