From de2c6c9e0caeb87f1a8dde1ce89a02883d4e336e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=AA=E8=A1=8D?= Date: Thu, 15 Aug 2019 10:31:34 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 657f6ff..a7bdd9c 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,5 @@ GIS算法库 - [random-volume-points:在给定几何体内生成随机3d点](https://github.com/nicknikolov/random-volume-points) - [spline-points:将3d路径细分为样条点](https://github.com/vorg/spline-points) - [获取二维折线的斜接法线,这对于在GPU的顶点着色器中展开粗线很有用](https://github.com/mattdesl/polyline-normals) -- [用于通过普通克里金法进行地理空间预测和映射的Javascript库](https://github.com/oeo4b/kriging.js) \ No newline at end of file +- [用于通过普通克里金法进行地理空间预测和映射的Javascript库](https://github.com/oeo4b/kriging.js) +- [计算给定有效geojson对象的范围/ bbox](https://github.com/geosquare/geojson-bbox) From c222c21bd7ccd6ae4e98f7f0429f72096e990ee7 Mon Sep 17 00:00:00 2001 From: bingqixuan Date: Mon, 2 Sep 2019 09:23:06 +0800 Subject: [PATCH 2/3] add --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60180bb..7936696 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ GIS算法库 - [Geometry Extrude: 一个小而快速的JavaScript库,用于将2D多边形和折线挤压成3D网格](https://github.com/pissang/geometry-extrude) - [random-volume-points:在给定几何体内生成随机3d点](https://github.com/nicknikolov/random-volume-points) - [spline-points:将3d路径细分为样条点](https://github.com/vorg/spline-points) -- [获取二维折线的斜接法线,这对于在GPU的顶点着色器中展开粗线很有用](https://github.com/mattdesl/polyline-normals) \ No newline at end of file +- [获取二维折线的斜接法线,这对于在GPU的顶点着色器中展开粗线很有用](https://github.com/mattdesl/polyline-normals) +- [将布尔多边形裁剪操作应用于Polygons和MultiPolygons](https://github.com/mfogel/polygon-clipping) \ No newline at end of file From 80e9328cacf8d7ea49163891bf22b757011028ef Mon Sep 17 00:00:00 2001 From: bingqixuan Date: Tue, 3 Sep 2019 09:11:52 +0800 Subject: [PATCH 3/3] add --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d6e066..6799197 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,4 @@ GIS算法库 - [用于通过普通克里金法进行地理空间预测和映射的Javascript库](https://github.com/oeo4b/kriging.js) - [计算给定有效geojson对象的范围/ bbox](https://github.com/geosquare/geojson-bbox) - [将布尔多边形裁剪操作应用于Polygons和MultiPolygons](https://github.com/mfogel/polygon-clipping) +- [检测点是否在多边形内](https://github.com/mikolalysenko/robust-point-in-polygon) \ No newline at end of file