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
problem is visible in debug/sample.html and this sample as well.
debug/sample.html
problem introduced sometime after rc6 (potentially from work on polygons with holes)
The text was updated successfully, but these errors were encountered:
Damn I will investigate.
Sorry, something went wrong.
For whatever reason it looks like the early returns here https://github.com/Esri/esri-leaflet/blob/master/src/Layers/FeatureLayer/FeatureLayer.js#L90 and https://github.com/Esri/esri-leaflet/blob/master/src/Layers/FeatureLayer/FeatureLayer.js#L95 break this. I will keep working on figuring this out.
i was hoping it might be as easy as substituting a break instead, but alas..
break
Potentially related to #546, although could be a separate problem. ?
Fixed in d8903bf
patrickarlt
No branches or pull requests
problem is visible in
debug/sample.html
and this sample as well.problem introduced sometime after rc6 (potentially from work on polygons with holes)
The text was updated successfully, but these errors were encountered: