ol-map-vue-ts

1.0.8 • 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-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>

Package Sidebar

Install

npm i ol-map-vue-ts

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

3.84 MB

Total Files

98

Last publish

Collaborators

  • qitiantian