improved OSM Element selection

This commit is contained in:
PxlLoewe
2025-06-03 15:50:20 -07:00
parent 56856664a7
commit 0f50bf1db8
10 changed files with 118 additions and 154 deletions

View File

@@ -1,4 +1,5 @@
export interface OSMWay {
isSelected: boolean;
wayID: number;
tags: Record<string, string>;
nodes: {