We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was introduced with Leaflet 1.9.3 and affected bindPopup and bindTooltip of L.esri.featureLayer, as described here: Esri/esri-leaflet#1348
L.esri.featureLayer
It was fixed by Esri/esri-leaflet#1350
but it also affects L.esri.Cluster.featureLayer, as you can see in this sample: https://codepen.io/PedroNGV/pen/QWBOpJd
L.esri.Cluster.featureLayer
TypeError: can't access property "properties", layer.feature is undefined
Esri/esri-leaflet#1348 (comment)
The text was updated successfully, but these errors were encountered:
@gavinr could you apply the same fix I did for L.esri.FeatureLayer and see if that fixes this for cluster as well?
L.esri.FeatureLayer
Sorry, something went wrong.
The fix for this was released in v3.0.1.
gavinr
Successfully merging a pull request may close this issue.
This issue was introduced with Leaflet 1.9.3 and affected bindPopup and bindTooltip of
L.esri.featureLayer
, as described here: Esri/esri-leaflet#1348It was fixed by Esri/esri-leaflet#1350
but it also affects
L.esri.Cluster.featureLayer
, as you can see in this sample: https://codepen.io/PedroNGV/pen/QWBOpJdTypeError: can't access property "properties", layer.feature is undefined
Esri/esri-leaflet#1348 (comment)
The text was updated successfully, but these errors were encountered: