Skip to content

Commit

Permalink
Merge pull request #14 from mug-jp/dev
Browse files Browse the repository at this point in the history
v6.5.0
  • Loading branch information
dayjournal authored Sep 10, 2023
2 parents 25a047b + 5f2321a commit 20ed279
Show file tree
Hide file tree
Showing 10 changed files with 906 additions and 867 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2022 Yasunori Kirimoto
Copyright (c) 2019-2023 Yasunori Kirimoto

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# turfjs-starter
# maplibregljs-turfjs-starter

![README02](img/README02.png)

Start Turf.js easily.
- [Turf.js v6.5.0](http://turfjs.org/)
- [MapLibre GL JS v3.1.0](https://maplibre.org)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.3.9](https://vitejs.dev)
- [MapLibre GL JS v3.3.1](https://maplibre.org)
- [TypeScript v5.2.2](https://www.typescriptlang.org)
- [Vite v4.4.9](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down Expand Up @@ -61,15 +61,15 @@ Copyright (c) 2019-2023 Yasunori Kirimoto

<br>

# Turf.js スターター
# MapLibre GL JS & Turf.js スターター

![README02](img/README02.png)

Turf.jsを手軽に始める
- [Turf.js v6.5.0](http://turfjs.org/)
- [MapLibre GL JS v3.1.0](https://maplibre.org)
- [TypeScript v5.1.6](https://www.typescriptlang.org)
- [Vite v4.3.9](https://vitejs.dev)
- [MapLibre GL JS v3.3.1](https://maplibre.org)
- [TypeScript v5.2.2](https://www.typescriptlang.org)
- [Vite v4.4.9](https://vitejs.dev)
- node v18.1.0
- npm v8.8.0

Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turf.js Starter</title>
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
<script type="module" crossorigin src="/turfjs-starter/assets/index-ee1dc6cf.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-1126d8f9.css">
</head>
<body>
<div id="map"></div>
Expand Down

Large diffs are not rendered by default.

580 changes: 0 additions & 580 deletions docs/assets/index-83eeea77.js

This file was deleted.

580 changes: 580 additions & 0 deletions docs/assets/index-ee1dc6cf.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turf.js Starter</title>
<script type="module" crossorigin src="/turfjs-starter/assets/index-83eeea77.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-c3ae4bcd.css">
<script type="module" crossorigin src="/turfjs-starter/assets/index-ee1dc6cf.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-1126d8f9.css">
</head>
<body>
<div id="map"></div>
Expand Down
Binary file modified img/README02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 20ed279

Please sign in to comment.