lazy loading maps

This commit is contained in:
muerwre 2019-02-18 18:03:03 +07:00
parent 945878f2df
commit 559d6c8d07
11 changed files with 157 additions and 25 deletions

View file

@ -141,7 +141,7 @@ const run = async () => {
title: '',
version: 1,
distance: calcPolyDistance(route),
is_public: false,
is_public: true,
};
}));
}));