Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
[ | |
{ | |
"x":0, "y":0, "z":0, "msg":"イーアス", | |
"type": "建物", | |
"coordinates": [ | |
-70458.9541462935, | |
-104537.3279090900, | |
34.3 | |
], | |
"id": 1, |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Localwiki api test</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(function() { | |
$.ajax({ | |
url: "https://localwiki.org/api/v4/pages/?region=893&format=json", // リージョン:893 = 北海道森町を指定して、ページをAPIから検索 |
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
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
html,body{ | |
margin: 0px; | |
padding: 0px; | |
} | |
#map { | |
width: 100%; |
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
<html> | |
<head> | |
<style> | |
html,body{ | |
margin: 0px; | |
padding: 0px; | |
} | |
#map { | |
width: 100%; | |
height: 100%; |
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
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
html,body{ | |
margin: 0px; | |
padding: 0px; | |
} | |
#map { | |
width: 100%; |
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
final int RED = 0; | |
final int ORANGE = 1; | |
final int YELLOW = 2; | |
final int GREEN = 3; | |
final int BLUE = 4; | |
final int INDIGOBLUE = 5; | |
final int PURPLE = 6; | |
int COLORMAX = PURPLE; | |
float dr = 0.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
final int RED = 0; | |
final int ORANGE = 1; | |
final int YELLOW = 2; | |
final int GREEN = 3; | |
final int BLUE = 4; | |
final int INDIGOBLUE = 5; | |
final int PURPLE = 6; | |
int COLORMAX = PURPLE; | |
final int RAINBOWSIZEMAX = 250; |
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
final int RED = 0; | |
final int ORANGE = 1; | |
final int YELLOW = 2; | |
final int GREEN = 3; | |
final int BLUE = 4; | |
final int INDIGOBLUE = 5; | |
final int PURPLE = 6; | |
int COLORMAX = PURPLE; | |
int boxsize = 45; |
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
<script type="text/javascript" src="./enchant.js"></script> | |
<script type="text/javascript" src="./plugins/ui.enchant.js"></script> | |
<script type="text/javascript"> | |
/* | |
* --------------------------------------------------------------------- | |
* enchant.js サンプル | |
* クマをカーソルキーで動かしつつも、グルグルとオブジェも回してみる | |
* | |
* 同じディレクトリ内に |
NewerOlder