我第一次在开放层(角度 4)上工作。在ts中安装和导入文件后。
这些是导入的文件
import Map from 'ol/Map.js';
import View from 'ol/View.js';
import TileLayer from 'ol/layer/Tile.js';
import OSM from 'ol/source/OSM.js';
import TileWMS from 'ol/source/TileWMS.js';
new ol.Map({
我收到此错误找不到名称“ol”。