Ben Boughton
Ben Boughton
I have the same issue even after adjusting package.json node version to 16.
Angular 11 (CLI) compiles into production with ngx-leaflet and Leaflet.glify for with no problems except #88 I don't have types rolling into my IDE but am getting by. Might be...
Managed to replicated this in a jsfiddle - some points popup works, others do not: https://jsfiddle.net/trs1w4vx/11/
It appears the only way to get this working is to flip the geometry field around in the GeoJSON. None of the built in latitudeFirst() or setting lat/lon index in...