UNPKG

@vuemap/amap-xyz-layer

Version:

高德地图 JSAPI v2.0 自定义瓦片图层,支持瓦片纠偏,支持海拔

53 lines 1.21 kB
{ "name": "@vuemap/amap-xyz-layer", "version": "0.0.13", "description": "高德地图 JSAPI v2.0 自定义瓦片图层,支持瓦片纠偏,支持海拔", "keywords": [ "amap", "xyz", "瓦片纠偏", "webgl", "高德", "瓦片图层" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./es": "./dist/index.mjs", "./lib": "./dist/index.cjs", "./*": "./*" }, "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.mjs", "unpkg": "dist/index.js", "jsdelivr": "dist/index.js", "packageManager": "pnpm@7.9.4", "engines": { "node": ">= 16" }, "browserslist": [ "> 1%", "not ie 11", "not op_mini all" ], "repository": "https://github.com/yangyanggu/amap-xyz-layer", "author": "guyangyang <407042815@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/yangyanggu/amap-xyz-layer/issues" }, "homepage": "https://github.com/yangyanggu/amap-xyz-layer", "dependencies": { "gl-matrix": "3.4.3", "earcut": "2.2.4", "@math.gl/core": "3.6.3" }, "files": [ "dist", "src" ] }