-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
We currently only support polygon geoarrow layers:
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
Assignees
Labels
No labels