vue-baidu-map-3x
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -6,4 +6,4 @@ { | ||
"scripts": {}, | ||
"main": "vite-index.ts", | ||
"main": "index.ts", | ||
"dependencies": {} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "vue-baidu-map的vue3版本(支持v2.0、v3.0和webGl api)。Baidu Map Component for Vue 3.0 (support v2.0 、 v3.0 and webGl api)", | ||
@@ -22,3 +22,5 @@ "scripts": { | ||
"baidu-map", | ||
"baidu-map-gl", | ||
"vue-baidu-map", | ||
"vue2-baidu-map", | ||
"vue3-baidu-map", | ||
@@ -25,0 +27,0 @@ "vue3x-baidu-map", |
# VUE3 BAIDU MAP | ||
## fork vue-baidu-map组件通过vite构建的vue3版本(支持地图v2.0、v3.0和webGl) | ||
## baidu-map组件通过vite构建的vue3版本(支持地图v2.0、v3.0和webGl) | ||
## baidu-map组件vue2版本移步(支持地图v2.0、v3.0和webGl) | ||
[vue2-baidu-map](https://yangjianfei.github.io/vue2-baidu-map/) | ||
@@ -34,2 +36,3 @@ <p align="center"> | ||
import BaiduMap from 'vue-baidu-map-3x'; | ||
// import BaiduMap from 'vue2-baidu-map'; vue2使用 | ||
@@ -71,2 +74,17 @@ const app = createApp(App); | ||
## 全国地区编码坐标点数据集 | ||
```js | ||
import AreaCodePoint from 'vue-baidu-map-3x/dist/areaCodePoint.json'; | ||
// 示例: | ||
{ | ||
"110000": { | ||
"lat": 39.91101332265389, | ||
"lng": 116.413554023728 | ||
} | ||
// 其他地区。。。 | ||
} | ||
``` | ||
## 废弃 | ||
@@ -73,0 +91,0 @@ ~~BmView~~ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
721056
71
21795
115
4