openlayers:实现地理坐标 main.js index.html package.json 调用useGeographic模块中的’ol/proj’函数,使地图视图使用地理坐标(即使视图投影不是地理坐标)。 main.js import { Feature, Map, Overlay, View} from 'ol/index.js'; import { OSM, Vector as VectorSource} from 'ol/source.js'; import