Changing the overlays order so that controls are on top of tracks.
This commit is contained in:
parent
f7b59e5ead
commit
b01870d234
|
@ -134,13 +134,13 @@ const LiveMap: react.FC = () => {
|
|||
}}
|
||||
animate={true}
|
||||
>
|
||||
<ZoomControl />
|
||||
<Marker width={20} anchor={position} />
|
||||
<GPXOverlay
|
||||
mapState={undefined}
|
||||
latLngToPixel={undefined}
|
||||
track={track}
|
||||
/>
|
||||
<Marker width={20} anchor={position} />
|
||||
<ZoomControl />
|
||||
</Map>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue