From 606f6557eb0a8ad5494305ebac059aa6da8aaeed Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 10 Apr 2026 04:03:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20beijing.geojson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beijing.geojson | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 beijing.geojson diff --git a/beijing.geojson b/beijing.geojson new file mode 100644 index 0000000..cc07757 --- /dev/null +++ b/beijing.geojson @@ -0,0 +1,11 @@ +{ + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [116.4074, 39.9042] // 经度, 纬度 + }, + "properties": { + "name": "北京天安门", + "category": "景点" + } +} \ No newline at end of file