Skip to content

Commit 07216cc

Browse files
authored
Merge pull request #17 from dayjournal/dev
v6.15.1
2 parents b9f56e0 + 1c47c37 commit 07216cc

File tree

10 files changed

+324
-299
lines changed

10 files changed

+324
-299
lines changed

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-2021 Yasunori Kirimoto
3+
Copyright (c) 2019-2022 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: 6 additions & 6 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 v6.14.1](https://openlayers.org)
7-
- [TypeScript v4.5.4](https://www.typescriptlang.org)
8-
- [Vite v2.9.9](https://vitejs.dev)
6+
- [OpenLayers v6.15.1](https://openlayers.org)
7+
- [TypeScript v4.7.4](https://www.typescriptlang.org)
8+
- [Vite v3.0.4](https://vitejs.dev)
99
- node v18.1.0
1010
- npm v8.8.0
1111

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

6767
OpenLayersを手軽に始める
68-
- [OpenLayers v6.14.1](https://openlayers.org)
69-
- [TypeScript v4.5.4](https://www.typescriptlang.org)
70-
- [Vite v2.9.9](https://vitejs.dev)
68+
- [OpenLayers v6.15.1](https://openlayers.org)
69+
- [TypeScript v4.7.4](https://www.typescriptlang.org)
70+
- [Vite v3.0.4](https://vitejs.dev)
7171
- node v18.1.0
7272
- npm v8.8.0
7373

dist/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
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
9-
type="module"
10-
crossorigin
11-
src="/openlayers-starter/assets/index.a2a8b582.js"
12-
></script>
13-
<link rel="stylesheet" href="/openlayers-starter/assets/index.19f3c977.css" />
8+
<script type="module" crossorigin src="/openlayers-starter/assets/index.81aa6cba.js"></script>
9+
<link rel="stylesheet" href="/openlayers-starter/assets/index.25056622.css">
1410
</head>
1511
<body>
1612
<div id="map"></div>
13+
1714
</body>
1815
</html>

docs/assets/index.19f3c977.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/index.25056622.css

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

docs/assets/index.81aa6cba.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index.a2a8b582.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
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
9-
type="module"
10-
crossorigin
11-
src="/openlayers-starter/assets/index.a2a8b582.js"
12-
></script>
13-
<link rel="stylesheet" href="/openlayers-starter/assets/index.19f3c977.css" />
8+
<script type="module" crossorigin src="/openlayers-starter/assets/index.81aa6cba.js"></script>
9+
<link rel="stylesheet" href="/openlayers-starter/assets/index.25056622.css">
1410
</head>
1511
<body>
1612
<div id="map"></div>
13+
1714
</body>
1815
</html>

0 commit comments

Comments
 (0)