feat: 天地图缓存增加默认 key 防止泄露问题、新增地形数据缓存
正在显示
app/services/terrain/controller.js
0 → 100644
app/services/terrain/index.js
0 → 100644
data/styles/image.json
0 → 100644
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| "docs": "docsify serve ./docs --open", | "docs": "docsify serve ./docs --open", | ||
| "test": "tape test/**/*.js", | "test": "tape test/**/*.js", | ||
| "lint": "eslint app/**/*.js", | "lint": "eslint app/**/*.js", | ||
| "format": "prettier-eslint --write app/**/*.js", | "format": "prettier-eslint -l info --write app/**/*.js", | ||
| "dist": "pkg . --out-path=dist/ --targets=win,linux,macos --compress=GZip", | "dist": "pkg . --out-path=dist/ --targets=win,linux,macos --compress=GZip", | ||
| "dist:linux": "pkg . --out-path=dist/ --targets=linux --compress=GZip", | "dist:linux": "pkg . --out-path=dist/ --targets=linux --compress=GZip", | ||
| "dist:win": "pkg . --out-path=dist/ --targets=win --compress=GZip" | "dist:win": "pkg . --out-path=dist/ --targets=win --compress=GZip" | ||
| ... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
| ] | ] | ||
| }, | }, | ||
| "lint-staged": { | "lint-staged": { | ||
| "{app,test}/**/*.js": "prettier-eslint --write" | "{test}/**/*.js": "prettier-eslint --write" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@mapbox/glyph-pbf-composite": "^0.0.3", | "@mapbox/glyph-pbf-composite": "^0.0.3", | ||
| ... | ... |
请
注册
或者
登录
后发表评论