Skip to content

Instantly share code, notes, and snippets.

View yuskesuzki's full-sized avatar

Yusuke Suzuki yuskesuzki

View GitHub Profile
@yuskesuzki
yuskesuzki / index.html
Last active September 6, 2017 09:48
Leaflet.js imageoverlay sample no1
<html>
<head>
<meta charset="utf-8">
<style>
html,body{
margin: 0px;
padding: 0px;
}
#map {
width: 100%;
@yuskesuzki
yuskesuzki / index.html
Last active December 13, 2015 01:42
Leaflet.js imageoverlay sample no2
<html>
<head>
<style>
html,body{
margin: 0px;
padding: 0px;
}
#map {
width: 100%;
height: 100%;
@yuskesuzki
yuskesuzki / sample1.html
Last active August 2, 2017 02:05
Leaflet.jsで指定した範囲のみ閲覧可能な地図を作ってみるサンプル
<html>
<head>
<meta charset="utf-8">
<style>
html,body{
margin: 0px;
padding: 0px;
}
#map {
width: 100%;
<!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から検索
[
{
"x":0, "y":0, "z":0, "msg":"イーアス",
"type": "建物",
"coordinates": [
-70458.9541462935,
-104537.3279090900,
34.3
],
"id": 1,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.