构造
new GeometryFormat(options)
构造函数
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
options |
Object | {fileName, projection} |
方法列表
名称 | 说明 |
---|---|
readFeatures(file, proj) | 加载GeoJSON数据 |
详细说明
readFeatures(file, proj)
加载GeoJSON数据
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
file |
* | ||
proj |
Projection | 坐标投影 |