feat(map orientation): add orientation to map

This commit is contained in:
xiaoxian521
2021-04-02 13:49:28 +08:00
parent da05f4426e
commit 2467de5493
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ const mapList = (): any => {
result.push({
plateNumber: "豫A@natural(11111, 99999)@character('upper')",
driver: '@cname()',
"orientation|1-360": 100,
"lng|113-114.1-10": 1,
"lat|34-35.1-10": 1
})