Skip to content

astak16/geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON TypeScript 支持

易用 & 完整

✨ 特性

  • 📦 开箱即用的 ts 类型支持,GeoJSON 创建函数
  • 📐 遵循直觉的、简约的 Api 设计
  • 🔨 完整的 TypeScript 支持,更好的体验

示例

  1. 创建几何对象
const pointGeometry = point<{ id: string }>([120.4737, 31.2304], {
  id: "1",
});
const featureGeoJSON = feature<Point>(pointGeometry);
  1. 表示一个点和多个点的 FeatureCollection 集合:
type PointType = FeatureCollection<Point | MultiPoint, GeoJsonProperties<T>>;

About

完整的 typescript 支持

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published