grid-webgl-openlayers 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,22 +2,18 @@
2
2
 
3
3
  > OpenLayers + WebGL 网格色斑图与格点数值标注。图层叠加在外部 `ol/Map` 上,不创建 Map、不管理底图。
4
4
 
5
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?logo=github)](https://github.com/openlayer-computer/grid-webgl-openlayers)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
6
7
  ![peer ol](https://img.shields.io/badge/peer-ol%20%5E9%20%7C%20%5E10-blue)
7
8
  ![vue optional](<https://img.shields.io/badge/vue-%5E3.3%20(optional)-4FC08D>)
8
9
 
9
- ## 在线演示
10
+ ## 在线文档
10
11
 
11
- GitHub Actions 构建并部署后,Demo 地址为(**必须带仓库名路径**):
12
+ **[https://openlayer-computer.github.io/grid-webgl-openlayers/](https://openlayer-computer.github.io/grid-webgl-openlayers/)**
12
13
 
13
- **https://openlayer-computer.github.io/grid-webgl-openlayers/**
14
+ ## 仓库地址
14
15
 
15
- > 不要访问 `https://openlayer-computer.github.io/` 根路径,那里没有构建产物。
16
- > 若 Network 里出现 `404 /src/main.ts`,说明 Pages 仍在发布源码而非 Actions 构建结果,见 [docs/github-pages.md](docs/github-pages.md#出现-404-srcmaints)。
17
-
18
- [![Live Demo](https://img.shields.io/badge/demo-live-blue)](https://openlayer-computer.github.io/grid-webgl-openlayers/)
19
-
20
- 部署说明见 [docs/github-pages.md](docs/github-pages.md)。
16
+ **[openlayer-computer/grid-webgl-openlayers](https://github.com/openlayer-computer/grid-webgl-openlayers)**
21
17
 
22
18
  ## 特性
23
19
 
@@ -109,19 +105,14 @@ import { GredGridMap, GredLegendPanel } from 'grid-webgl-openlayers/vue';
109
105
  | [色带配置](docs/color-ramp.md) | 不规则色带 |
110
106
  | [示例合集](docs/examples.md) | 完整 Demo 代码 |
111
107
  | [平台支持](docs/platform.md) | 浏览器 / 移动端 / Flutter |
112
- | [构建发布](docs/build.md) | npm 打包与类型导出 |
113
- | [npm 发布](docs/npm-publish.md) | 发布到 npm 完整步骤 |
114
- | [GitHub Pages 部署](docs/github-pages.md) | 在线 Demo 自动发布 |
115
108
 
116
109
  ## 本地预览
117
110
 
118
111
  ```bash
119
112
  npm install
120
- npm run dev # http://localhost:5173 — 见 src/main.ts
113
+ npm run dev
121
114
  ```
122
115
 
123
- Vue 示例:[`examples/vue-demo/App.vue`](examples/vue-demo/App.vue)
124
-
125
116
  ## License
126
117
 
127
118
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grid-webgl-openlayers",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenLayers + WebGL grid choropleth and value labels for array grid JSON data",
5
5
  "type": "module",
6
6
  "files": [