mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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)
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
/*
|
||||
|
||||
todo public maps
|
||||
todo editing map on map list
|
||||
todo setting map public on map list
|
||||
|
||||
done add ability to copy-paste address after saving
|
||||
todo save progress
|
||||
|
||||
|
@ -27,7 +30,7 @@
|
|||
done better poly editor https://github.com/SupriyaSudhindra/leaflet-editable-polyline
|
||||
todo update after point delete
|
||||
|
||||
todo stickers drag on rotate bug
|
||||
done stickers drag on rotate bug
|
||||
|
||||
todo network operations notify
|
||||
done delayed notify (delay(2000).then(showLoadingMsg))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue