UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

4 lines (3 loc) 223 B
import { GeoJSONRegion } from './Region.js'; import { GeoJSONCompressed, GeoJSON } from './geoTypes.js'; export default function parseGeoJSON(geoJson: GeoJSON | GeoJSONCompressed, nameProperty: string): GeoJSONRegion[];