export interface OSMWay { isSelected: boolean; wayID: number; tags: Record; nodes: { lat: number; lon: number; }[]; }