TownHome: Omit<MapArea,
    | "fillopacity"
    | "opacity"
    | "color"
    | "fillcolor"> & {
    dim: `${string}x${string}`;
    icon: string;
}