Skip to content

Polyline not created #10

Description

@jax79sg

Hi was trying out your plugin and noted that the polyline could not be created.
This is the code i used, and attached is the outcome.

var standingIcon = L.icon({
    iconUrl: 'man-standing.png',
    iconSize:     [30, 30], 
    iconAnchor:   [15, 29],
    popupAnchor:  [-10, -76],
    tooltipAnchor:[15, -15]
});
solMarker= L.marker(sol,{icon: icon});
solMarker.addTo(map0);
marker.bindTooltip("test");
L.tooltipLayout.resetMarker(marker);
L.tooltipLayout.initialize(map0);

Untitled

Please advise.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions