ol-map-vue-ts
v1.0.8
Published
Vue 3 + TypeScript + Vite + openlayers 实现2D地图,提供打点、搜索、卷帘分析、热力图、克尔金等值面分析、缓冲区渲染分析、测绘、标绘、逆地理编码、距离测量、面积测量、添加标记点线面等功能。
Downloads
4
Maintainers
Readme
Vue 3 + TypeScript + Vite + openlayers 实现2D地图,提供打点、搜索、卷帘分析、热力图、克尔金等值面分析、缓冲区渲染分析、测绘、标绘、逆地理编码、距离测量、面积测量、添加标记点线面等功能。
Recommended Setup
VS Code + Vue - Official (previously Volar) and disable Vetur
Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.
Install
$ npm install ol-map-vue-ts
Usage
// main.ts
import 'ol-map-vue-ts/dist/style.css'
import OlMap from 'ol-map-vue-ts'
app.use(OlMap)
<template>
<ol-map />
</template>