Added Context menu for building

This commit is contained in:
PxlLoewe
2025-04-08 17:53:06 -07:00
parent 5545e603bf
commit dc55b46385
5 changed files with 77 additions and 29 deletions

View File

@@ -17,14 +17,13 @@ interface MapStore {
lat: number;
lon: number;
}[];
tags: {
addr: {
city?: string;
housenumber?: string;
postcode?: string;
street?: string;
suburb?: string;
};
tags?: {
"addr:country"?: string;
"addr:city"?: string;
"addr:housenumber"?: string;
"addr:postcode"?: string;
"addr:street"?: string;
"addr:suburb"?: string;
building?: string;
};
type: string;