摘要: GeoJson 官网 用于编码地理数据。 json结构: 点Point: { "type": "Point", "coordinates": [100.0, 0.0] } 线LingString: { "type": "LineString", "coordinates": [ [100.0, 0. 阅读全文
posted @ 2025-06-07 10:18 李振欣 阅读(16) 评论(0) 推荐(0)