refactor: rename map feature types and improve path following animation with flyTo transitions

This commit is contained in:
taDuc
2026-06-17 00:51:22 +07:00
parent c8a16573ca
commit 85166c87ef
2 changed files with 56 additions and 15 deletions
+2 -2
View File
@@ -284,7 +284,7 @@ export function useMapInteraction({
type: "Feature",
properties: {
id,
type: "attack_route",
type: "military_route",
geometry_preset: "line",
entity_id: null,
entity_ids: [],
@@ -306,7 +306,7 @@ export function useMapInteraction({
type: "Feature",
properties: {
id,
type: "war",
type: "battle",
geometry_preset: "circle-area",
entity_id: null,
entity_ids: [],