improved OSM Element selection
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface OSMWay {
|
||||
isSelected: boolean;
|
||||
wayID: number;
|
||||
tags: Record<string, string>;
|
||||
nodes: {
|
||||
|
||||
Reference in New Issue
Block a user