ol-vue3
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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-vue3

Usage

// main.ts
import 'ol-vue3/dist/index.css'
import OlMap from 'ol-vue3'

app.use(OlMap)
<template>
    <ol-map />
</template>

Package Sidebar

Install

npm i ol-vue3

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

1.57 MB

Total Files

85

Last publish

Collaborators

  • qitiantian