export interface PointGaia {
    coords: [number, number];
    info?: string;
}
