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