My question is how to change url of tile map in that case:
function ChangeView({ center, zoom }) { const map = useMap(); map.setView(center, zoom); re