Skip to content

Instantly share code, notes, and snippets.

View nyampire's full-sized avatar

Satoshi IIDA nyampire

  • OpenSteetMap Foundation Japan
  • Yokohama, Japan
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 10 columns, instead of 3. in line 9.
#title credit serviceUrl yOriginTop zmin zmax xmin ymin xmax ymax
基盤地図25000_ANF 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/KBN25000ANF-900913-L/{z}/{x}/{y}.png 1 0 18 122 22 149 46
基盤地図25000_BBB 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/KBN25000BBB-900913-L/{z}/{x}/{y}.png 1 0 18 122 22 149 46
基盤地図25000_等高線 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/KBN25000CNB-900913-L/{z}/{x}/{y}.png 1 14 18 122 22 149 46
基盤地図2500 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/KBN2500FN-900913-L/{z}/{x}/{y}.png 1 15 20 122 22 149 46
基盤地図2500の場所 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/KBN2500M-900913-L/{z}/{x}/{y}.png 1 0 14 122 22 149 46
地名 国土交通省 http://www.finds.jp/ws/tmc/1.0.0/pntms-900913-L/{z}/{x}/{y}.png 1 0 17 122 22 149 46
迅速測図東京 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/Tokyo5000-900913-L/{z}/{x}/{y}.png 1 0 17 139.7141327 35.6497387 139.7990809 35.7188234
迅速測図関東 国土地理院 http://www.finds.jp/ws/tmc/1.0.0/Kanto_Rapid-900913-L/{z}/{x}/{y}.png 1 0 18 138.9231137 34.8555318 140.8804024 36.4651697
2万分の1正式図福山 国土地理院 http://www.finds.jp/ws/tmc/1.0.0
@nyampire
nyampire / chiriin_jinsoku.html
Created January 12, 2014 04:13
Mapbox.jsを使って、地理院地図と迅速測図(農研機構)をスワイプさせる
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Swipe Layers</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='http://api.tiles.mapbox.com/mapbox.js/v1.6.0/mapbox.js'></script>