mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
import: fixed numbers
This commit is contained in:
parent
eba3db420d
commit
121ec610e0
2 changed files with 5 additions and 2 deletions
|
@ -132,7 +132,7 @@ const run = async () => {
|
|||
created_at,
|
||||
updated_at: created_at,
|
||||
provider: mapStyleParser(map_style),
|
||||
route,
|
||||
route: route.map(({ lat, lng }) => ({ lat: Number(lat), lng: Number(lng) })),
|
||||
stickers: [
|
||||
...stickersParser(stickers),
|
||||
...pointParser(points)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue