I can bind a popup to esri leaflet's L.esri.DynamicMapLayer
layer but how would I bind a tooltip to below DynamicMapLayer
?
var featureLayer = L.esri.dynamicMapLayer({
url: url,
useCors: true
});
I can bind a popup to esri leaflet's L.esri.DynamicMapLayer
layer but how would I bind a tooltip to below DynamicMapLayer
?
var featureLayer = L.esri.dynamicMapLayer({
url: url,
useCors: true
});