import { FullScreen } from 'ol/control'
map.addControl(new FullScreen())
05-11 22:54