Skip to content

Commit ab06c60

Browse files
committed
v7.3.0
1 parent d324068 commit ab06c60

File tree

4 files changed

+494
-607
lines changed

4 files changed

+494
-607
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
![README02](img/README02.png)
44

55
Start OpenLayers easily.
6-
- [OpenLayers v7.1.0](https://openlayers.org)
7-
- [TypeScript v4.8.4](https://www.typescriptlang.org)
8-
- [Vite v3.2.1](https://vitejs.dev)
6+
- [OpenLayers v7.3.0](https://openlayers.org)
7+
- [TypeScript v5.0.4](https://www.typescriptlang.org)
8+
- [Vite v4.3.5](https://vitejs.dev)
99
- node v18.1.0
1010
- npm v8.19.2
1111

@@ -48,7 +48,7 @@ npm run dev
4848
## License
4949
MIT
5050

51-
Copyright (c) 2019-2022 Yasunori Kirimoto
51+
Copyright (c) 2019-2023 Yasunori Kirimoto
5252

5353
<br>
5454

@@ -65,9 +65,9 @@ Copyright (c) 2019-2022 Yasunori Kirimoto
6565
![README02](img/README02.png)
6666

6767
OpenLayersを手軽に始める
68-
- [OpenLayers v7.1.0](https://openlayers.org)
69-
- [TypeScript v4.8.4](https://www.typescriptlang.org)
70-
- [Vite v3.2.1](https://vitejs.dev)
68+
- [OpenLayers v7.3.0](https://openlayers.org)
69+
- [TypeScript v5.0.4](https://www.typescriptlang.org)
70+
- [Vite v4.3.5](https://vitejs.dev)
7171
- node v18.1.0
7272
- npm v8.19.2
7373

@@ -111,6 +111,6 @@ npm run dev
111111
## ライセンス
112112
MIT
113113

114-
Copyright (c) 2019-2022 Yasunori Kirimoto
114+
Copyright (c) 2019-2023 Yasunori Kirimoto
115115

116116
<br>

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>OpenLayers Starter</title>
8-
<script type="module" crossorigin src="/openlayers-starter/assets/index.974625db.js"></script>
9-
<link rel="stylesheet" href="/openlayers-starter/assets/index.ddceb7c1.css">
8+
<script type="module" crossorigin src="/openlayers-starter/assets/index-712174d2.js"></script>
9+
<link rel="stylesheet" href="/openlayers-starter/assets/index-ddceb7c1.css">
1010
</head>
1111
<body>
1212
<div id="map"></div>

0 commit comments

Comments
 (0)