From 9c1f8d9d23167cfac1c9d923e56eebbeb50c0d94 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 4 Sep 2021 19:52:16 -0700 Subject: Implement POI support --- modern/src/MainPage.js | 2 ++ modern/src/map/PoiMap.js | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 modern/src/map/PoiMap.js (limited to 'modern/src') diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index 1935856f..4de1107e 100644 --- a/modern/src/MainPage.js +++ b/modern/src/MainPage.js @@ -20,6 +20,7 @@ import CurrentPositionsMap from './map/CurrentPositionsMap'; import CurrentLocationMap from './map/CurrentLocationMap'; import BottomMenu from './components/BottomMenu'; import { useTranslation } from './LocalizationProvider'; +import PoiMap from './map/PoiMap'; const useStyles = makeStyles((theme) => ({ root: { @@ -113,6 +114,7 @@ const MainPage = () => { +