Bind a normative, non-null interleaved GeoArrow LineString batch directly
to a deck.glPathLayer request. The geometry coordinate buffer becomes
getPath and the row-offsets buffer becomes data.startIndices by
identity; no GeoJSON feature, coordinate array, or path object is created.
Every path is rendered _pathType: "open" since OGC LineStrings are never
implicitly closed loops.
Separated coordinates, M dimensions, and nullable lines require a bounded
gather/filter operation and therefore fail explicitly in this zero-copy v1
path instead of silently copying or rendering nulls at an invented
location.
Bind a normative, non-null interleaved GeoArrow LineString batch directly to a deck.gl
PathLayerrequest. The geometry coordinate buffer becomesgetPathand the row-offsets buffer becomesdata.startIndicesby identity; no GeoJSON feature, coordinate array, or path object is created. Every path is rendered_pathType: "open"since OGC LineStrings are never implicitly closed loops.Separated coordinates, M dimensions, and nullable lines require a bounded gather/filter operation and therefore fail explicitly in this zero-copy v1 path instead of silently copying or rendering nulls at an invented location.