Skip to content

Support non-polygon geoparquet geometries #179

@gadomski

Description

@gadomski

We currently only support polygon geoarrow layers:

stac-map/src/layers/map.tsx

Lines 170 to 181 in 6c13f2f

new GeoArrowPolygonLayer({
id: "table",
data: table,
filled: true,
getFillColor: fillColor,
getLineColor: lineColor,
getLineWidth: 2,
lineWidthUnits: "pixels",
pickable: true,
onClick: (info) => {
setStacGeoparquetItemId(table.getChild("id")?.get(info.index));
},
.

Let's add support for other geometry types. This will require both updating the map layer and our geoparquet queries in DuckDB.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions