interface Layer { linestring: { coordinates: number[][]; type: "LineString" }; metadata: { [key: string]: string };}