H
Size: a a a
H
cb
AB
H
AB
ДК
ES
<MapContainer center={[this.state.lat, this.state.lon]} zoom={3} style={{ width: '70%', height: '100vh' }} >
<TileLayer
url="images/www/{z}/{x}/{y}.png"
minZoom={0} maxZoom={6} noWrap={true}
/>
{excData.length > 0 ? excData.map(item => (
<Marker key={item.ID} position={[item.BeginLat, item.BeginLon]} icon={myIcon}></Marker>
)) : null}
</MapContainer>
PE
t
cb
cb
ДК
ЮД
cb
GV
ДК
cb
OK