MrShi
2026-05-20 b806c4ad52a661a1e5f0695650ec1a7e42f01633
1
2
3
import { GeoJSONRegion } from './Region.js';
import { GeoJSONCompressed, GeoJSON } from './geoTypes.js';
export default function parseGeoJSON(geoJson: GeoJSON | GeoJSONCompressed, nameProperty: string): GeoJSONRegion[];