2022-11-28 10:58:06
Openlayers依据W3C DOM Level 2 Event接口简化实现了本人的事件类,它只提供了type和target属性以及preventDefault和stopPropagation办法。
阅读全文
2022-10-26 14:39:47
因为偶然有些奇怪的点位呈现在意料之外的地位,导致挪动到该点位所在位置没有下载对应的地图瓦片,所以须要判断该点位所处的地位(此时地图空白),作为参考...
阅读全文
2021-04-07 09:00:00
import "ol/ol.css";import { Map, View } from "ol";import * as olProj from "ol/proj";import { Vector as VectorLayer, Tile } from "ol/layer";import Feature from "ol/Feature";import { Point } from "ol/geom";import { XYZ, Vector as VectorSource } from "ol/source";import { Style, Icon, Fill, Stroke, T...
阅读全文