export interface CrsGeometry {
    crs?: {
        type: string;
        properties: {
            name: string;
        };
    };
}
