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}
|
animate={true}
|
||||||
>
|
>
|
||||||
<ZoomControl />
|
|
||||||
<Marker width={20} anchor={position} />
|
|
||||||
<GPXOverlay
|
<GPXOverlay
|
||||||
mapState={undefined}
|
mapState={undefined}
|
||||||
latLngToPixel={undefined}
|
latLngToPixel={undefined}
|
||||||
track={track}
|
track={track}
|
||||||
/>
|
/>
|
||||||
|
<Marker width={20} anchor={position} />
|
||||||
|
<ZoomControl />
|
||||||
</Map>
|
</Map>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue