yz3456
2024-06-23 db3d71b62fcd859bf5e2c75b107c1d28bd977632
1
2
3
import { GeoJSONRegion } from './Region.js';
import { GeoJSONCompressed, GeoJSON } from './geoTypes.js';
export default function parseGeoJSON(geoJson: GeoJSON | GeoJSONCompressed, nameProperty: string): GeoJSONRegion[];