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.
- package/README.md +6 -15
- 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
|
+
[](https://github.com/openlayer-computer/grid-webgl-openlayers)
|
|
5
6
|
[](LICENSE)
|
|
6
7
|

|
|
7
8
|
-4FC08D>)
|
|
8
9
|
|
|
9
|
-
##
|
|
10
|
+
## 在线文档
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
**[https://openlayer-computer.github.io/grid-webgl-openlayers/](https://openlayer-computer.github.io/grid-webgl-openlayers/)**
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
## 仓库地址
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
> 若 Network 里出现 `404 /src/main.ts`,说明 Pages 仍在发布源码而非 Actions 构建结果,见 [docs/github-pages.md](docs/github-pages.md#出现-404-srcmaints)。
|
|
17
|
-
|
|
18
|
-
[](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
|
|
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
|