3 Star 0 Fork 0

mirrors_ReneNyffenegger/osmtogeojson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.d.ts 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
Russell Porter 提交于 2019-03-24 20:25 . Make all options optional
import { FeatureCollection, Feature, GeometryObject } from 'geojson';
export = osmtogeojson;
export as namespace osmtogeojson;
declare var osmtogeojson: osmtogeojson.OsmToGeoJsonStatic;
declare namespace osmtogeojson {
interface OsmToGeoJSONOptions {
verbose?: boolean;
flatProperties?: boolean;
// tslint:disable-next-line:no-any
uninterestingTags?: any;
// tslint:disable-next-line:no-any
polygonFeatures?: any;
// tslint:disable-next-line:no-any
deduplicator?: any;
}
export interface OsmToGeoJsonStatic {
// tslint:disable-next-line:no-any
(data: any, options?: OsmToGeoJSONOptions): FeatureCollection<GeometryObject>;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ReneNyffenegger/osmtogeojson.git
git@gitee.com:mirrors_ReneNyffenegger/osmtogeojson.git
mirrors_ReneNyffenegger
osmtogeojson
osmtogeojson
gh-pages

搜索帮助