show and search attributes of vector layer #4222
JinIgarashi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now geohub-data-pipeline uploads flatgeobuf together with PMTiles to Azure Blob Storage.
FGB file path will follow the below rule.
We can use this flatgeobuf to search and show attribute table for geohub. also downloading attribute as csv or any other format as well.
To do this, I think we need an endpoint in sveltekit. the below is my current idea of endpoint.
/api/datasets/{id}/attributes/{layerName}
Path params:
Query Params:
Response:
frontend side
Beta Was this translation helpful? Give feedback.
All reactions