Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
coord-picker
Advanced tools
√ 坐标拾取(双向绑定)
√ 拖拉拽绘制/编辑图片图层(双向绑定角坐标)
√ 拖拉拽绘制/编辑多边形(双向绑定轮廓坐标)
√ POI搜索、搜索关键字自动补全
√ 支持全局安装/单独引入
√ 定位灵活:根据传参情况智能初始化至合适的位置
坐标系:高德/腾讯地图通用的GCJ-02
高德JS-API版本:1.4.15(曾采用动态版本,但2.0存在诸多问题,性能也不如1.x,等待后续更新吧)
Dependencies: vue element-ui plain-kit
全局引入:
import 'coord-picker/dist/coord-picker.css'
import CoordPicker from 'coord-picker'
Vue.use(CoordPicker)
局部引入:
import 'coord-picker/dist/coord-picker.css'
import { CoordPicker } from 'coord-picker'
components: { CoordPicker }
请参考/demo中极简示例
FAQs
Coordinates picker for AMap & TMap.
The npm package coord-picker receives a total of 22 weekly downloads. As such, coord-picker popularity was classified as not popular.
We found that coord-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.