Commit 738237b4 by liang.deng

update

parent dda5ce3f
...@@ -239,4 +239,14 @@ psql mydb ...@@ -239,4 +239,14 @@ psql mydb
- `id`: 区域ID (int) - `id`: 区域ID (int)
- `type`: 区域类型 (string) - `type`: 区域类型 (string)
- `properties`: 区域属性 (map[string]interface{}) - `properties`: 区域属性 (map[string]interface{})
- `geometry`: 区域边界坐标点 (GeoJSON) - `geometry`: 区域边界坐标点 (GeoJSON)
\ No newline at end of file
### 处理GeoJSON数据
- **URL:** `/geojson/process`
- **方法:** `POST`
- **处理函数:** `geo.HandleProcessGeoJSON`
- **描述:** 处理GeoJSON数据。
- **请求参数:**
- `filepath`: 文件路径 (string)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment