You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
When using an ASCII grid with different cell lengths in the x and y directions, I get this error:
Uncaught Error: Invalid LatLng object: (NaN, NaN)
at new M (leaflet.js:5)
at Object.C [as latLng] (leaflet.js:5)
at e.value (Field.js:73)
at e.value (VectorField.js:176)
at new e (VectorField.js:83)
at Function.value (VectorField.js:21)
at leaflet_panes.js:111
at d3.v4.min.js:2
at Object.<anonymous> (d3.v4.min.js:2)
at k.call (d3.v4.min.js:2)
The text was updated successfully, but these errors were encountered:
Library should allow different sizes in both dimensions, so the error could be in another part (coordinate system?). An online page showing this error could be helpful to diagnose the problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using an ASCII grid with different cell lengths in the x and y directions, I get this error:
The text was updated successfully, but these errors were encountered: