Skip to content

Commit f12e006

Browse files
committed
🎉 v6.5.0
1 parent da1707b commit f12e006

File tree

11 files changed

+7893
-2646
lines changed

11 files changed

+7893
-2646
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
.DS_Store
22
node_modules/
33
.node-version
4-
.idea/dictionaries/MIERUNE_PC.xml
5-
.idea/misc.xml
6-
.idea/modules.xml
7-
.idea/openlayers-starter.iml
8-
.idea/vcs.xml
9-
.idea/workspace.xml
10-
.python-version
4+
yarn.lock

.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 100,
3+
"trailingComma": "es5",
4+
"tabWidth": 4,
5+
"semi": true,
6+
"singleQuote": true,
7+
"endOfLine": "lf"
8+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Yasunori Kirimoto
3+
Copyright (c) 2019-2021 Yasunori Kirimoto
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
![README05](img/README05.png)
66

77
Start OpenLayers easily.
8-
- [OpenLayers v6.3.1](https://openlayers.org)
9-
- [webpack v4.41.4](https://webpack.js.org)
10-
- node v13.1.0
11-
- npm v6.13.0
8+
- [OpenLayers v6.5.0](https://openlayers.org)
9+
- [webpack v5.11.1](https://webpack.js.org)
10+
- node v15.5.0
11+
- npm v7.3.0
1212

1313
<br>
1414

@@ -19,31 +19,22 @@ Start OpenLayers easily.
1919
<br>
2020

2121
Install package
22-
23-
```
24-
22+
```bash
2523
npm install
26-
2724
```
2825

2926
<br>
3027

3128
build
32-
33-
```
34-
29+
```bash
3530
npm run build
36-
3731
```
3832

3933
<br>
4034

4135
dev
42-
43-
```
44-
36+
```bash
4537
npm run dev
46-
4738
```
4839

4940
---
@@ -58,7 +49,7 @@ npm run dev
5849
## License
5950
MIT
6051

61-
Copyright (c) 2020 Yasunori Kirimoto
52+
Copyright (c) 2019-2021 Yasunori Kirimoto
6253

6354
<br>
6455

@@ -77,10 +68,10 @@ Copyright (c) 2020 Yasunori Kirimoto
7768
![README05](img/README05.png)
7869

7970
OpenLayersを手軽に始める
80-
- [OpenLayers v6.3.1](https://openlayers.org)
81-
- [webpack v4.41.4](https://webpack.js.org)
82-
- node v13.1.0
83-
- npm v6.13.0
71+
- [OpenLayers v6.5.0](https://openlayers.org)
72+
- [webpack v5.11.1](https://webpack.js.org)
73+
- node v15.5.0
74+
- npm v7.3.0
8475

8576
<br>
8677

@@ -92,29 +83,24 @@ OpenLayersを手軽に始める
9283

9384
パッケージインストール
9485

95-
```
96-
86+
```bash
9787
npm install
98-
9988
```
10089

10190
<br>
10291

10392
ビルド
10493

105-
```
106-
94+
```bash
10795
npm run build
108-
10996
```
11097

11198
<br>
11299

113100
開発
114101

115-
```
102+
```bash
116103
npm run dev
117-
118104
```
119105

120106
<br>
@@ -127,6 +113,6 @@ npm run dev
127113
## ライセンス
128114
MIT
129115

130-
Copyright (c) 2020 Yasunori Kirimoto
116+
Copyright (c) 2019-2021 Yasunori Kirimoto
131117

132118
<br>

dist/app.js

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/app.js

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/README02.png

-12.1 KB
Loading

img/README05.png

-10.1 KB
Loading

0 commit comments

Comments
 (0)