feat: implement TimelineBar component and add MapLayers panel styling with collapse functionality
Build and Release / release (push) Successful in 36s

This commit is contained in:
2026-05-21 18:00:15 +07:00
parent 457eee4ffa
commit b5dcda83a9
6 changed files with 710 additions and 118 deletions
+2
View File
@@ -2252,6 +2252,8 @@ function buildEntityLabelContextDraft(draft: FeatureCollection, entities: Entity
...feature,
properties: {
...feature.properties,
entity_id: entityIds[0] || null,
entity_ids: entityIds,
entity_name: candidates[0]?.name || null,
entity_names: candidates.map((candidate) => candidate.name),
entity_label_candidates: candidates,