UNPKG
echarts-bus
Version:
latest (5.4.6)
5.4.6
5.4.5
5.4.5-beta.1
5.4.4
5.4.3
5.4.3-beta1
5.4.2
魔改的Echarts,具有同时切换主题的功能
github.com/adoin/echarts-bus
adoin/echarts-bus
echarts-bus
/
types
/
src
/
coord
/
geo
/
parseGeoJson.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
import
{
GeoJSONRegion
}
from
'./Region.js'
;
import
{
GeoJSONCompressed
,
GeoJSON
}
from
'./geoTypes.js'
;
export
default
function
parseGeoJSON
(
geoJson: GeoJSON | GeoJSONCompressed, nameProperty: string
):
GeoJSONRegion
[];