When I load in some data I constructed (gist), I get an error.
gio.min.js:2 Uncaught TypeError: Cannot read property 'center' of undefined
at C (gio.min.js:2)
at gio.min.js:2
at Object.v [as createGeometry] (gio.min.js:2)
at P.processDetail (gio.min.js:4)
at P.a.process (gio.min.js:4)
at q.a.process (gio.min.js:4)
at D.a.process (gio.min.js:4)
at V.a.process (gio.min.js:4)
at l.a.process (gio.min.js:4)
at o (gio.min.js:2)
My strong suspicion is that one or more of the Alpha2 codes I passed in is unrecognized. But this error message doesn't tell me which one.
Does anyone happen to know what this error message tends to mean in giojs?
When I load in some data I constructed (gist), I get an error.
My strong suspicion is that one or more of the Alpha2 codes I passed in is unrecognized. But this error message doesn't tell me which one.
Does anyone happen to know what this error message tends to mean in giojs?