From dc64c54f9284b32bc5e022c38f34a6d366daea6c Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期二, 11 二月 2020 18:46:39 +0800
Subject: [PATCH] 提交item2 坡起地图;和item5 直角转弯地图
---
app/src/main/assets/map.json | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/app/src/main/assets/map.json b/app/src/main/assets/map.json
index faec768..77cdb4c 100644
--- a/app/src/main/assets/map.json
+++ b/app/src/main/assets/map.json
@@ -8,10 +8,26 @@
},
{
"id": 3000,
- "item": 2,
+ "item": 3,
"point": [{
"x-y": [-11.9669, 28.013, -11.5114, 27.137, -10.8069, 27.5039, -10.2969, 26.4212, -9.2102, 26.8894, -9.6513, 28.0027, -8.9758, 28.3797, -9.5057, 29.3232]
}
]
+ },
+ {
+ "id": 3000,
+ "item": 2,
+ "point": [{
+ "x-y": [-2.4065, 30.7090, -3.0759, 30.3599, -2.6023, 29.2578,-3.3316,28.9383,-3.8247,30.0293,-3.4503,30.1946,-2.9669,29.0981,-3.6962, 28.7786, -4.1991, 29.8640]
+ }
+ ]
+ },
+ {
+ "id": 3000,
+ "item": 5,
+ "point": [{
+ "x-y": [-2.8984, 31.6962, -2.4065, 30.7090, -3.0759, 30.3599, -2.6023, 29.2578, -3.6962, 28.7786,-4.6667 ,30.7457]
+ }
+ ]
}
]
\ No newline at end of file
--
Gitblit v1.8.0