-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from dayjournal/dev
🎉 v6.3.0
- Loading branch information
Showing
9 changed files
with
194 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
html, body { | ||
html, | ||
body { | ||
height: 100%; | ||
padding: 0; | ||
margin: 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// CSS一式を読み込んでパッケージ | ||
import "mapbox-gl/dist/mapbox-gl.css"; | ||
import "./css/style.css"; | ||
import 'mapbox-gl/dist/mapbox-gl.css'; | ||
import './css/style.css'; | ||
|
||
// JS一式を読み込んでパッケージ | ||
import './js/script.js'; |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! | ||
* @license GNU Affero General Public License. | ||
* Copyright (c) 2015, 2015 Ronny Lorenz <[email protected]> | ||
* v. 1.2.0 | ||
* https://github.com/RaumZeit/MarchingSquares.js | ||
* | ||
* MarchingSquaresJS is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* MarchingSquaresJS is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* As additional permission under GNU Affero General Public License version 3 | ||
* section 7, third-party projects (personal or commercial) may distribute, | ||
* include, or link against UNMODIFIED VERSIONS of MarchingSquaresJS without the | ||
* requirement that said third-party project for that reason alone becomes | ||
* subject to any requirement of the GNU Affero General Public License version 3. | ||
* Any modifications to MarchingSquaresJS, however, must be shared with the public | ||
* and made available. | ||
* | ||
* In summary this: | ||
* - allows you to use MarchingSquaresJS at no cost | ||
* - allows you to use MarchingSquaresJS for both personal and commercial purposes | ||
* - allows you to distribute UNMODIFIED VERSIONS of MarchingSquaresJS under any | ||
* license as long as this license notice is included | ||
* - enables you to keep the source code of your program that uses MarchingSquaresJS | ||
* undisclosed | ||
* - forces you to share any modifications you have made to MarchingSquaresJS, | ||
* e.g. bug-fixes | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with MarchingSquaresJS. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* splaytree v3.1.0 | ||
* Fast Splay tree for Node and browser | ||
* | ||
* @author Alexander Milevski <[email protected]> | ||
* @license MIT | ||
* @preserve | ||
*/ | ||
|
||
/** | ||
* @license get-closest https://github.com/cosmosio/get-closest | ||
* | ||
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014-2017 Olivier Scherrer <[email protected]> | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-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> | ||
</head> | ||
<body> | ||
<div id="map"></div> | ||
<script src="./app.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-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> | ||
</head> | ||
<body> | ||
<div id="map"></div> | ||
<script src="./app.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
object-assign | ||
(c) Sindre Sorhus | ||
@license MIT | ||
*/ | ||
|
||
/*! | ||
* @license GNU Affero General Public License. | ||
* Copyright (c) 2015, 2015 Ronny Lorenz <[email protected]> | ||
* v. 1.2.0 | ||
* https://github.com/RaumZeit/MarchingSquares.js | ||
* | ||
* MarchingSquaresJS is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* MarchingSquaresJS is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* As additional permission under GNU Affero General Public License version 3 | ||
* section 7, third-party projects (personal or commercial) may distribute, | ||
* include, or link against UNMODIFIED VERSIONS of MarchingSquaresJS without the | ||
* requirement that said third-party project for that reason alone becomes | ||
* subject to any requirement of the GNU Affero General Public License version 3. | ||
* Any modifications to MarchingSquaresJS, however, must be shared with the public | ||
* and made available. | ||
* | ||
* In summary this: | ||
* - allows you to use MarchingSquaresJS at no cost | ||
* - allows you to use MarchingSquaresJS for both personal and commercial purposes | ||
* - allows you to distribute UNMODIFIED VERSIONS of MarchingSquaresJS under any | ||
* license as long as this license notice is included | ||
* - enables you to keep the source code of your program that uses MarchingSquaresJS | ||
* undisclosed | ||
* - forces you to share any modifications you have made to MarchingSquaresJS, | ||
* e.g. bug-fixes | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with MarchingSquaresJS. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
* splaytree v3.1.0 | ||
* Fast Splay tree for Node and browser | ||
* | ||
* @author Alexander Milevski <[email protected]> | ||
* @license MIT | ||
* @preserve | ||
*/ | ||
|
||
/** | ||
* @license get-closest https://github.com/cosmosio/get-closest | ||
* | ||
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014-2017 Olivier Scherrer <[email protected]> | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-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> | ||
</head> | ||
<body> | ||
<div id="map"></div> | ||
<script src="./app.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-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> | ||
</head> | ||
<body> | ||
<div id="map"></div> | ||
<script src="./app.js"></script> | ||
</body> | ||
</html> |