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);
Please advise.
Thank you.
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.
Please advise.
Thank you.