Skip to content

Instantly share code, notes, and snippets.

@minikomi
Last active July 3, 2020 07:22
  • Star 3 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save minikomi/4043986 to your computer and use it in GitHub Desktop.
Japan geojson - albers
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="http://d3js.org/d3.v2.min.js?2.10.0"></script>
<script>
var width = 960,
height = 700;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var xym = d3.geo.albers();
var path = d3.geo.path().projection(xym);
xym.origin([134, 25])
xym.translate([350, 745])
xym.parallels([24.6, 43.6])
xym.scale(1980)
d3.json("japan.json", function(data) {
svg.selectAll("path").data(data.features)
.enter().append("path")
.attr("d", path)
.style("fill", function() { return "#44aaee" })
.on("mouseover", function(e){d3.select(this).style("fill", "#5522aa")})
.on("mouseout", function(e){d3.select(this).style("fill", "#44aaee")})
});
</script>
Display the source blob
Display the rendered blob
Raw
{"features":[{"geometry":{"coordinates":[[[141.429741,43.413327],[141.331276,43.727578],[141.582677,43.874578],[141.662287,44.013547],[141.649717,44.30999],[141.750278,44.435342],[141.791479,44.660206],[141.731772,44.904973],[141.578138,45.171038],[141.656002,45.364477],[141.840363,45.420344],[141.940225,45.523],[142.531017,45.02788],[142.742613,44.763909],[143.015313,44.54498],[143.537319,44.255869],[143.808972,44.173815],[144.22099,44.10014],[144.303393,43.981773],[144.448298,43.938127],[144.785245,43.930096],[145.187486,44.191622],[145.329947,44.342463],[145.368006,44.270185],[145.095306,43.890291],[145.069817,43.753417],[145.192375,43.620733],[145.383719,43.260392],[145.495453,43.264931],[145.653276,43.388536],[145.820179,43.383648],[145.564239,43.274358],[145.505229,43.166815],[145.118351,43.124216],[145.078895,43.035877],[144.780357,42.930428],[144.198992,42.987691],[143.919658,42.869673],[143.575029,42.615828],[143.323279,42.294244],[143.341087,42.194033],[143.241225,41.923428],[142.964334,42.114073],[142.480038,42.270151],[142.175215,42.453115],[141.89623,42.578118],[141.578138,42.621065],[141.151105,42.431816],[141.003058,42.295641],[140.711503,42.57707],[140.476513,42.581609],[140.302977,42.379441],[140.283772,42.264914],[140.547045,42.115121],[140.70836,42.135023],[140.963253,41.915746],[141.189165,41.817281],[140.96884,41.707293],[140.633289,41.808551],[140.442993,41.665742],[140.436708,41.530963],[140.208701,41.39374],[140.081604,41.418182],[139.988376,41.549818],[140.145851,41.911905],[140.054718,42.083347],[139.776082,42.257931],[139.86931,42.662616],[140.034117,42.688455],[140.187053,42.82044],[140.261775,42.76178],[140.529237,43.025751],[140.327069,43.218841],[140.484893,43.372475],[140.800192,43.190558],[141.01912,43.235601],[141.158438,43.14342],[141.424853,43.324988],[141.429741,43.413327]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Hokkaido"}},{"geometry":{"coordinates":[[[140.883294,40.507901],[140.647256,40.401056],[140.364081,40.475428],[140.338592,40.436671],[139.944381,40.426894],[139.863025,40.609509],[140.002692,40.739748],[140.242571,40.78514],[140.293549,40.868591],[140.352558,41.255819],[140.470926,41.178653],[140.644463,41.180398],[140.70452,40.85253],[140.863042,40.884304],[140.872469,41.013147],[141.137488,40.867893],[141.282393,41.153512],[141.168215,41.274325],[141.062766,41.177954],[140.788669,41.124182],[140.785527,41.243947],[140.915068,41.543882],[141.3421,41.353935],[141.474435,41.429704],[141.397967,41.148624],[141.39657,40.879416],[141.45139,40.639886],[141.686031,40.44959],[141.53938,40.344141],[141.320103,40.36998],[140.958365,40.245676],[140.983156,40.425497],[140.883294,40.507901]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Aomori"}},{"geometry":{"coordinates":[[[140.883294,40.507901],[140.983156,40.425497],[140.958365,40.245676],[140.866184,40.171652],[140.856059,39.935964],[140.786574,39.865432],[140.806826,39.607397],[140.661921,39.411863],[140.811016,39.177571],[140.776797,38.955151],[140.554377,38.879033],[140.363732,39.02289],[140.204162,39.033365],[140.065892,39.130783],[139.874897,39.118562],[140.014564,39.366471],[140.067987,39.689102],[139.9573,39.897905],[139.756529,39.852164],[139.697519,39.990434],[139.808206,39.954121],[139.973711,40.106358],[140.028531,40.353918],[139.944381,40.426894],[140.338592,40.436671],[140.364081,40.475428],[140.647256,40.401056],[140.883294,40.507901]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Akita"}},{"geometry":{"coordinates":[[[141.637845,38.969467],[141.487354,38.975054],[141.418917,38.778123],[141.150407,38.781964],[141.099778,38.883223],[140.776797,38.955151],[140.811016,39.177571],[140.661921,39.411863],[140.806826,39.607397],[140.786574,39.865432],[140.856059,39.935964],[140.866184,40.171652],[140.958365,40.245676],[141.320103,40.36998],[141.53938,40.344141],[141.686031,40.44959],[141.837919,40.235899],[141.83338,40.100771],[141.945812,40.000909],[142.074305,39.552228],[141.979332,39.318286],[141.812779,39.109134],[141.849092,39.024636],[141.637845,38.969467]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Iwate"}},{"geometry":{"coordinates":[[[140.065892,39.130783],[140.204162,39.033365],[140.363732,39.02289],[140.554377,38.879033],[140.648304,38.764506],[140.557869,38.53615],[140.623164,38.452349],[140.479656,38.269735],[140.417853,38.075597],[140.283423,37.97364],[140.23035,37.743189],[139.989773,37.757505],[139.94054,37.825244],[139.741515,37.820356],[139.629432,37.905203],[139.685648,38.168476],[139.901433,38.290685],[139.708693,38.404164],[139.624892,38.522183],[139.550869,38.545228],[139.761068,38.788249],[139.874897,39.118562],[140.065892,39.130783]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Yamagata"}},{"geometry":{"coordinates":[[[141.487354,38.975054],[141.637845,38.969467],[141.640639,38.90103],[141.447898,38.644392],[141.540777,38.487615],[141.433931,38.394038],[141.098032,38.384262],[140.969538,38.182443],[140.936716,37.891237],[140.728961,37.782995],[140.685665,37.887396],[140.283423,37.97364],[140.417853,38.075597],[140.479656,38.269735],[140.623164,38.452349],[140.557869,38.53615],[140.648304,38.764506],[140.554377,38.879033],[140.776797,38.955151],[141.099778,38.883223],[141.150407,38.781964],[141.418917,38.778123],[141.487354,38.975054]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Miyagi"}},{"geometry":{"coordinates":[[[[139.624892,38.522183],[139.708693,38.404164],[139.901433,38.290685],[139.685648,38.168476],[139.629432,37.905203],[139.741515,37.820356],[139.550171,37.627266],[139.591372,37.520071],[139.219858,37.440461],[139.168181,37.233404],[139.256171,37.156238],[139.242204,36.944642],[139.100093,37.055678],[138.969155,36.975718],[138.932842,36.834305],[138.697852,36.741078],[138.69436,36.853859],[138.527807,37.027395],[138.259995,36.865381],[138.007198,36.824878],[137.870673,36.912868],[137.765922,36.764123],[137.634985,36.980956],[137.917811,37.062661],[138.100076,37.174744],[138.270819,37.191155],[138.54317,37.363644],[138.720198,37.558829],[138.818315,37.785439],[139.077397,37.950246],[139.221254,37.992146],[139.434945,38.185934],[139.451705,38.361915],[139.550869,38.545228],[139.624892,38.522183]]],[[[138.247076,37.801151],[138.341351,37.981322],[138.239743,37.967704],[138.332971,38.197457],[138.523966,38.321412],[138.441213,38.117847],[138.571802,38.084676],[138.509301,37.926503],[138.247076,37.801151]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Niigata"}},{"geometry":{"coordinates":[[[140.283423,37.97364],[140.685665,37.887396],[140.728961,37.782995],[140.936716,37.891237],[141.013533,37.740745],[141.037626,37.348979],[140.974776,36.977464],[140.798446,36.855605],[140.589294,36.942198],[140.477561,36.792754],[140.260727,36.933818],[140.251998,37.022856],[139.964633,37.150302],[139.469164,36.968037],[139.385363,36.908678],[139.242204,36.944642],[139.256171,37.156238],[139.168181,37.233404],[139.219858,37.440461],[139.591372,37.520071],[139.550171,37.627266],[139.741515,37.820356],[139.94054,37.825244],[139.989773,37.757505],[140.23035,37.743189],[140.283423,37.97364]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Fukushima"}},{"geometry":{"coordinates":[[[136.989024,36.963148],[136.89824,36.919502],[136.796283,36.721175],[136.796283,36.296936],[136.849706,36.239323],[136.757176,36.085689],[136.342016,36.17787],[136.245995,36.290651],[136.448512,36.443936],[136.755081,36.839194],[136.771143,36.998065],[136.674424,37.145065],[136.761366,37.363295],[137.332954,37.526007],[137.275691,37.332568],[136.952361,37.233404],[136.884274,37.069994],[137.056762,37.099673],[137.056413,36.957212],[136.989024,36.963148]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Ishikawa"}},{"geometry":{"coordinates":[[[139.964633,37.150302],[140.251998,37.022856],[140.260727,36.933818],[140.285518,36.705462],[140.188449,36.395052],[139.853597,36.308458],[139.705201,36.200566],[139.662603,36.217675],[139.478591,36.269701],[139.368603,36.387021],[139.485574,36.575223],[139.331242,36.63074],[139.385363,36.908678],[139.469164,36.968037],[139.964633,37.150302]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Tochigi"}},{"geometry":{"coordinates":[[[139.100093,37.055678],[139.242204,36.944642],[139.385363,36.908678],[139.331242,36.63074],[139.485574,36.575223],[139.368603,36.387021],[139.478591,36.269701],[139.662603,36.217675],[139.466719,36.18625],[139.130471,36.275986],[139.045623,36.125495],[138.720198,35.990017],[138.640239,36.03506],[138.603576,36.275288],[138.644778,36.411114],[138.404201,36.431715],[138.461116,36.628645],[138.697852,36.741078],[138.932842,36.834305],[138.969155,36.975718],[139.100093,37.055678]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Gunma"}},{"geometry":{"coordinates":[[[138.527807,37.027395],[138.69436,36.853859],[138.697852,36.741078],[138.461116,36.628645],[138.404201,36.431715],[138.644778,36.411114],[138.603576,36.275288],[138.640239,36.03506],[138.720198,35.990017],[138.731721,35.906217],[138.363,35.947768],[138.191907,35.784707],[138.221587,35.641199],[138.145468,35.552161],[138.145119,35.3678],[137.820742,35.211373],[137.581213,35.194962],[137.565151,35.284349],[137.638127,35.398527],[137.461448,35.75817],[137.343429,35.794832],[137.596925,36.008523],[137.55712,36.103846],[137.65384,36.317188],[137.590291,36.386672],[137.749861,36.583952],[137.765922,36.764123],[137.870673,36.912868],[138.007198,36.824878],[138.259995,36.865381],[138.527807,37.027395]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Nagano"}},{"geometry":{"coordinates":[[[136.989024,36.963148],[137.056413,36.957212],[136.988326,36.873063],[137.191541,36.756092],[137.332605,36.762028],[137.431769,36.924042],[137.634985,36.980956],[137.765922,36.764123],[137.749861,36.583952],[137.590291,36.386672],[137.392662,36.455458],[137.147197,36.442539],[137.010672,36.287159],[136.879385,36.36677],[136.796283,36.296936],[136.796283,36.721175],[136.89824,36.919502],[136.989024,36.963148]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Toyama"}},{"geometry":{"coordinates":[[[140.589294,36.942198],[140.798446,36.855605],[140.614783,36.468727],[140.564503,36.269701],[140.66227,35.998397],[140.877358,35.715921],[140.709408,35.833241],[140.466387,35.916692],[140.15458,35.841621],[139.892006,35.982685],[139.789001,36.100354],[139.779923,36.09372],[139.705201,36.200566],[139.853597,36.308458],[140.188449,36.395052],[140.285518,36.705462],[140.260727,36.933818],[140.477561,36.792754],[140.589294,36.942198]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Ibaraki"}},{"geometry":{"coordinates":[[[137.392662,36.455458],[137.590291,36.386672],[137.65384,36.317188],[137.55712,36.103846],[137.596925,36.008523],[137.343429,35.794832],[137.461448,35.75817],[137.638127,35.398527],[137.565151,35.284349],[137.437006,35.222546],[137.20027,35.250131],[136.9782,35.419128],[136.767651,35.360468],[136.670932,35.14538],[136.518346,35.250131],[136.418134,35.214865],[136.445369,35.387004],[136.278816,35.661101],[136.329446,35.769343],[136.781967,35.795531],[136.825264,35.893298],[136.757176,36.085689],[136.849706,36.239323],[136.796283,36.296936],[136.879385,36.36677],[137.010672,36.287159],[137.147197,36.442539],[137.392662,36.455458]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Gifu"}},{"geometry":{"coordinates":[[[136.245995,36.290651],[136.342016,36.17787],[136.757176,36.085689],[136.825264,35.893298],[136.781967,35.795531],[136.329446,35.769343],[136.278816,35.661101],[136.153465,35.694621],[136.172669,35.562636],[135.815471,35.408304],[135.771126,35.352437],[135.537184,35.374085],[135.476079,35.562636],[135.530899,35.489311],[135.74005,35.49385],[135.842007,35.622344],[136.050111,35.657959],[136.103185,35.774581],[135.961772,35.985478],[136.245995,36.290651]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Fukui"}},{"geometry":{"coordinates":[[[139.130471,36.275986],[139.466719,36.18625],[139.662603,36.217675],[139.705201,36.200566],[139.779923,36.09372],[139.903878,35.860127],[139.874897,35.794483],[139.392347,35.763757],[139.285152,35.836034],[139.013499,35.893996],[138.946808,35.851747],[138.731721,35.906217],[138.720198,35.990017],[139.045623,36.125495],[139.130471,36.275986]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Saitama"}},{"geometry":{"coordinates":[[[139.789001,36.100354],[139.892006,35.982685],[140.15458,35.841621],[140.466387,35.916692],[140.709408,35.833241],[140.877358,35.715921],[140.61618,35.664244],[140.478608,35.555303],[140.395855,35.377577],[140.392713,35.190772],[140.138868,35.118843],[139.937398,34.910041],[139.823569,35.189724],[139.901084,35.421572],[140.122806,35.59441],[139.990471,35.685543],[139.891308,35.622693],[139.874897,35.794483],[139.903878,35.860127],[139.779923,36.09372],[139.789001,36.100354]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Chiba"}},{"geometry":{"coordinates":[[[138.363,35.947768],[138.731721,35.906217],[138.946808,35.851747],[139.133613,35.67018],[139.090316,35.511308],[138.919573,35.398876],[138.689122,35.354881],[138.58507,35.442522],[138.536187,35.197406],[138.401757,35.197057],[138.259995,35.315076],[138.242537,35.583237],[138.221587,35.641199],[138.191907,35.784707],[138.363,35.947768]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Yamanashi"}},{"geometry":{"coordinates":[[[139.013499,35.893996],[139.285152,35.836034],[139.392347,35.763757],[139.874897,35.794483],[139.891308,35.622693],[139.799127,35.513054],[139.530617,35.639453],[139.486622,35.501881],[139.402822,35.579396],[139.133613,35.67018],[138.946808,35.851747],[139.013499,35.893996]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Tokyo"}},{"geometry":{"coordinates":[[[136.153465,35.694621],[136.278816,35.661101],[136.445369,35.387004],[136.418134,35.214865],[136.457241,35.159696],[136.368553,34.902708],[136.182097,34.883155],[136.02532,34.788181],[135.869592,34.888742],[135.856323,35.148174],[135.771126,35.352437],[135.815471,35.408304],[136.172669,35.562636],[136.153465,35.694621]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Shiga"}},{"geometry":{"coordinates":[[[139.133613,35.67018],[139.402822,35.579396],[139.486622,35.501881],[139.530617,35.639453],[139.799127,35.513054],[139.637812,35.454394],[139.728595,35.215912],[139.627686,35.164934],[139.572866,35.288539],[139.255124,35.287841],[139.119646,35.135603],[138.919573,35.398876],[139.090316,35.511308],[139.133613,35.67018]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Kanagawa"}},{"geometry":{"coordinates":[[[138.242537,35.583237],[138.259995,35.315076],[138.401757,35.197057],[138.536187,35.197406],[138.58507,35.442522],[138.689122,35.354881],[138.919573,35.398876],[139.119646,35.135603],[139.132217,34.873378],[138.847994,34.601377],[138.747783,34.688319],[138.818315,35.113257],[138.563771,35.093703],[138.542123,35.001872],[138.367539,34.913184],[138.204827,34.664227],[138.236252,34.594742],[137.988342,34.665274],[137.488334,34.674353],[137.509633,34.831478],[137.641619,34.887694],[137.805728,35.105575],[137.820742,35.211373],[138.145119,35.3678],[138.145468,35.552161],[138.221587,35.641199],[138.242537,35.583237]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Shizuoka"}},{"geometry":{"coordinates":[[[136.9782,35.419128],[137.20027,35.250131],[137.437006,35.222546],[137.565151,35.284349],[137.581213,35.194962],[137.820742,35.211373],[137.805728,35.105575],[137.641619,34.887694],[137.509633,34.831478],[137.488334,34.674353],[137.029178,34.587759],[137.33051,34.747678],[137.224712,34.823797],[137.052922,34.779801],[136.938045,34.869188],[136.946425,34.693557],[136.859133,34.744535],[136.829803,34.908295],[136.878687,35.092307],[136.712832,35.060532],[136.670932,35.14538],[136.767651,35.360468],[136.9782,35.419128]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Aichi"}},{"geometry":{"coordinates":[[[136.518346,35.250131],[136.670932,35.14538],[136.712832,35.060532],[136.548025,34.77212],[136.536851,34.609407],[136.927221,34.446346],[136.904874,34.274555],[136.768001,34.26024],[136.70515,34.350674],[136.604241,34.255351],[136.287895,34.15095],[136.288244,34.018615],[136.086425,33.861839],[136.014496,33.719728],[135.859117,33.815749],[135.862259,33.896756],[136.103883,34.022456],[136.133213,34.249764],[136.073156,34.391527],[136.221553,34.516529],[136.050111,34.58322],[136.048016,34.737901],[136.02532,34.788181],[136.182097,34.883155],[136.368553,34.902708],[136.457241,35.159696],[136.418134,35.214865],[136.518346,35.250131]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Mie"}},{"geometry":{"coordinates":[[[135.714212,34.778056],[135.645775,34.380353],[135.624825,34.381052],[135.112945,34.270715],[135.096185,34.310171],[135.225028,34.346484],[135.468747,34.592647],[135.456875,34.676797],[135.469445,34.925754],[135.373773,35.042376],[135.678946,34.894328],[135.732019,34.775611],[135.714212,34.778056]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Osaka"}},{"geometry":{"coordinates":[[[135.714212,34.778056],[135.732019,34.775611],[135.892986,34.706127],[136.048016,34.737901],[136.050111,34.58322],[136.221553,34.516529],[136.073156,34.391527],[136.133213,34.249764],[136.103883,34.022456],[135.862259,33.896756],[135.605271,33.901295],[135.54277,34.07134],[135.671613,34.221133],[135.645775,34.380353],[135.714212,34.778056]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Nara"}},{"geometry":{"coordinates":[[[135.624825,34.381052],[135.645775,34.380353],[135.671613,34.221133],[135.54277,34.07134],[135.605271,33.901295],[135.862259,33.896756],[135.859117,33.815749],[136.014496,33.719728],[135.963867,33.576569],[135.764492,33.478453],[135.516234,33.523844],[135.333619,33.668051],[135.402056,33.707856],[135.067204,33.879996],[135.09409,34.065404],[135.201983,34.148157],[135.096185,34.310171],[135.112945,34.270715],[135.624825,34.381052]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Wakayama"}},{"geometry":{"coordinates":[[[135.476079,35.562636],[135.537184,35.374085],[135.771126,35.352437],[135.856323,35.148174],[135.869592,34.888742],[136.02532,34.788181],[136.048016,34.737901],[135.892986,34.706127],[135.732019,34.775611],[135.678946,34.894328],[135.373773,35.042376],[135.386692,35.125827],[135.207918,35.158649],[135.157638,35.258511],[134.924045,35.312632],[135.052539,35.416684],[134.870622,35.659006],[135.229567,35.778771],[135.31232,35.698462],[135.19884,35.567873],[135.476079,35.562636]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Kyoto"}},{"geometry":{"coordinates":[[[[134.870622,35.659006],[135.052539,35.416684],[134.924045,35.312632],[135.157638,35.258511],[135.207918,35.158649],[135.386692,35.125827],[135.373773,35.042376],[135.469445,34.925754],[135.456875,34.676797],[135.304638,34.722887],[134.988292,34.639785],[134.661471,34.790975],[134.349314,34.732315],[134.256436,34.853127],[134.268657,35.010252],[134.405531,35.237561],[134.518312,35.274572],[134.375851,35.608377],[134.544499,35.668783],[134.870622,35.659006]]],[[[134.738637,34.186565],[134.662518,34.266525],[134.798694,34.446695],[134.998767,34.607662],[134.905888,34.425745],[134.959311,34.267223],[134.738637,34.186565]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Hyogo"}},{"geometry":{"coordinates":[[[134.375851,35.608377],[134.518312,35.274572],[134.405531,35.237561],[134.181714,35.166679],[134.000147,35.349643],[133.8308,35.24629],[133.599302,35.341613],[133.510962,35.189375],[133.272131,35.054597],[133.143987,35.073102],[133.154113,35.21277],[133.304604,35.260256],[133.324856,35.453346],[133.3273,35.465567],[133.594413,35.530163],[134.040999,35.517244],[134.375851,35.608377]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Tottori"}},{"geometry":{"coordinates":[[[[133.324856,35.453346],[133.304604,35.260256],[133.154113,35.21277],[133.143987,35.073102],[132.874778,35.098592],[132.539577,34.792022],[132.240689,34.798307],[132.151302,34.714507],[132.065407,34.473581],[131.957514,34.307028],[131.821688,34.300394],[131.701574,34.431681],[131.722524,34.58322],[131.685163,34.675051],[131.810515,34.68797],[132.087405,34.928547],[132.31192,35.0532],[132.43343,35.185884],[132.623727,35.279461],[132.627917,35.417033],[132.972545,35.512705],[133.108372,35.599997],[133.272131,35.579047],[133.3273,35.465567],[133.324856,35.453346]]],[[[133.254324,36.159713],[133.187633,36.285763],[133.392245,36.262717],[133.254324,36.159713]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Shimane"}},{"geometry":{"coordinates":[[[134.000147,35.349643],[134.181714,35.166679],[134.405531,35.237561],[134.268657,35.010252],[134.256436,34.853127],[134.349314,34.732315],[133.96104,34.509895],[133.777377,34.449139],[133.673325,34.521068],[133.453699,34.472883],[133.380723,34.802846],[133.272131,35.054597],[133.510962,35.189375],[133.599302,35.341613],[133.8308,35.24629],[134.000147,35.349643]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Okayama"}},{"geometry":{"coordinates":[[[132.874778,35.098592],[133.143987,35.073102],[133.272131,35.054597],[133.380723,34.802846],[133.453699,34.472883],[133.368851,34.365688],[133.237215,34.407588],[132.965911,34.336707],[132.642582,34.198437],[132.516532,34.252209],[132.531546,34.351372],[132.355217,34.356959],[132.232659,34.226021],[132.15235,34.232655],[132.065407,34.473581],[132.151302,34.714507],[132.240689,34.798307],[132.539577,34.792022],[132.874778,35.098592]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Hiroshima"}},{"geometry":{"coordinates":[[[[129.356912,34.294807],[129.276952,34.371624],[129.325137,34.64188],[129.499721,34.662132],[129.36599,34.424348],[129.356912,34.294807]]],[[[131.722524,34.58322],[131.701574,34.431681],[131.821688,34.300394],[131.957514,34.307028],[132.065407,34.473581],[132.15235,34.232655],[132.232659,34.226021],[132.165618,33.850666],[131.713795,34.053532],[131.542703,33.990682],[131.403734,34.055627],[131.355549,33.960304],[131.184806,33.924689],[131.047583,34.05458],[130.896393,33.933069],[130.87684,34.278745],[131.008127,34.413873],[131.390815,34.413175],[131.60276,34.657942],[131.685163,34.675051],[131.722524,34.58322]]],[[[132.334266,33.850666],[132.181331,33.891867],[132.29097,33.951226],[132.334266,33.850666]]],[[[129.216197,34.076577],[129.206769,34.327629],[129.343294,34.294458],[129.216197,34.076577]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Yamaguchi"}},{"geometry":{"coordinates":[[[[134.238279,34.412128],[134.163557,34.505006],[134.353504,34.562968],[134.339189,34.431332],[134.238279,34.412128]]],[[[134.44359,34.205071],[134.176127,34.172598],[133.692879,34.009886],[133.603492,34.03782],[133.678563,34.220085],[133.934154,34.389432],[134.264816,34.346135],[134.444986,34.208563],[134.44359,34.205071]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Kagawa"}},{"geometry":{"coordinates":[[[134.44359,34.205071],[134.444986,34.208563],[134.647853,34.175741],[134.58605,34.032233],[134.749112,33.832509],[134.36782,33.621262],[134.316144,33.54235],[134.198474,33.557365],[134.178222,33.675034],[134.066488,33.687255],[134.035762,33.825176],[133.904125,33.790609],[133.6632,33.87825],[133.692879,34.009886],[134.176127,34.172598],[134.44359,34.205071]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Tokushima"}},{"geometry":{"coordinates":[[[133.603492,34.03782],[133.692879,34.009886],[133.6632,33.87825],[133.609428,33.87825],[133.196362,33.790609],[133.017588,33.477405],[132.809484,33.456804],[132.898522,33.308757],[132.665976,33.105541],[132.660389,32.91734],[132.514786,32.938988],[132.429589,33.148838],[132.558432,33.223909],[132.428193,33.29898],[132.354169,33.484388],[132.158286,33.366719],[132.0476,33.364973],[132.395371,33.523495],[132.656548,33.696333],[132.718002,33.904088],[132.948453,34.136634],[133.154811,33.916658],[133.333934,33.989634],[133.501186,33.965193],[133.603492,34.03782]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Ehime"}},{"geometry":{"coordinates":[[[131.175378,33.583203],[131.177124,33.507433],[130.984034,33.504291],[130.838082,33.340182],[130.845764,33.103097],[130.685146,33.166646],[130.424318,33.003584],[130.352389,33.137316],[130.538147,33.339484],[130.273477,33.476707],[130.041281,33.466581],[130.241005,33.611835],[130.404415,33.59298],[130.528719,33.884186],[130.871253,33.941798],[131.086689,33.631737],[131.187599,33.60101],[131.175378,33.583203]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Fukuoka"}},{"geometry":{"coordinates":[[[133.609428,33.87825],[133.6632,33.87825],[133.904125,33.790609],[134.035762,33.825176],[134.066488,33.687255],[134.178222,33.675034],[134.198474,33.557365],[134.316144,33.54235],[134.183809,33.24032],[133.933106,33.482992],[133.593017,33.511973],[133.297272,33.37894],[133.247341,33.193182],[133.003621,32.981587],[132.944263,32.779768],[132.632107,32.790243],[132.660389,32.91734],[132.665976,33.105541],[132.898522,33.308757],[132.809484,33.456804],[133.017588,33.477405],[133.196362,33.790609],[133.609428,33.87825]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Kochi"}},{"geometry":{"coordinates":[[[131.175378,33.583203],[131.187599,33.60101],[131.435857,33.568189],[131.504643,33.6684],[131.670149,33.662813],[131.751505,33.536764],[131.708558,33.402683],[131.509183,33.354149],[131.516515,33.265809],[131.909329,33.259873],[131.807023,33.120555],[131.947039,33.044437],[132.014429,32.825509],[131.886982,32.737518],[131.789565,32.830397],[131.541655,32.755326],[131.331107,32.829349],[131.113226,33.179565],[130.983336,33.134871],[130.991716,33.020344],[130.845764,33.103097],[130.838082,33.340182],[130.984034,33.504291],[131.177124,33.507433],[131.175378,33.583203]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Oita"}},{"geometry":{"coordinates":[[[130.273477,33.476707],[130.538147,33.339484],[130.352389,33.137316],[130.254972,33.187247],[130.151618,33.102748],[130.220055,32.953304],[130.061533,32.984031],[129.818512,33.182358],[129.796863,33.339135],[129.912787,33.544794],[130.041281,33.466581],[130.273477,33.476707]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Saga"}},{"geometry":{"coordinates":[[[[129.37856,33.162805],[129.449092,33.347515],[129.564317,33.361132],[129.37856,33.162805]]],[[[129.067801,32.81224],[129.00076,32.941083],[129.111447,33.094019],[129.067801,32.81224]]],[[[128.772405,32.570267],[128.604106,32.605882],[128.796497,32.783958],[128.894963,32.636958],[128.772405,32.570267]]],[[[129.796863,33.339135],[129.818512,33.182358],[130.061533,32.984031],[130.220055,32.953304],[130.098195,32.854489],[130.312933,32.872995],[130.350993,32.667685],[130.177107,32.583884],[130.182345,32.785005],[129.962369,32.759516],[129.810481,32.584583],[129.847143,32.714473],[129.631707,32.943178],[129.685479,33.091225],[129.827241,32.966223],[129.793022,32.861473],[130.005316,32.826556],[129.89463,33.047929],[129.745885,33.057007],[129.562222,33.2068],[129.574094,33.368814],[129.796863,33.339135]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Nagasaki"}},{"geometry":{"coordinates":[[[[131.113226,33.179565],[131.331107,32.829349],[131.011618,32.511257],[131.114274,32.326198],[131.101355,32.151614],[130.730189,32.098541],[130.594014,32.18269],[130.367404,32.161042],[130.576904,32.432695],[130.657911,32.63591],[130.466218,32.602041],[130.622296,32.783958],[130.424318,33.003584],[130.685146,33.166646],[130.845764,33.103097],[130.991716,33.020344],[130.983336,33.134871],[131.113226,33.179565]]],[[[130.000079,32.384859],[130.068865,32.511956],[130.194565,32.543381],[130.219007,32.332483],[130.037789,32.190023],[130.000079,32.384859]]],[[[130.358674,32.371939],[130.212722,32.444916],[130.467615,32.521034],[130.358674,32.371939]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Kumamoto"}},{"geometry":{"coordinates":[[[[130.594014,32.18269],[130.730189,32.098541],[131.056312,31.631354],[131.190392,31.621228],[131.166649,31.448739],[131.019649,31.353417],[131.134176,31.272759],[130.918391,31.105158],[130.662101,30.988885],[130.803165,31.325483],[130.701906,31.46131],[130.821322,31.646369],[130.620899,31.691062],[130.517197,31.467595],[130.669783,31.257046],[130.519641,31.159978],[130.463076,31.24273],[130.221451,31.245524],[130.331439,31.634497],[130.17571,31.780449],[130.237513,32.127173],[130.367404,32.161042],[130.594014,32.18269]]],[[[130.882077,30.338036],[130.853794,30.448723],[131.057709,30.831061],[131.08634,30.782876],[130.967274,30.36597],[130.882077,30.338036]]],[[[130.531163,30.224557],[130.384862,30.384476],[130.478788,30.45396],[130.672926,30.37854],[130.531163,30.224557]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Kagoshima"}},{"geometry":{"coordinates":[[[[129.370529,28.107552],[129.289871,28.216841],[129.140428,28.247219],[129.523465,28.395266],[129.687923,28.518872],[129.621581,28.391425],[129.352023,28.167609],[129.370529,28.107552]]],[[[128.941751,27.654681],[128.897407,27.883735],[129.034281,27.770954],[128.941751,27.654681]]],[[[128.579664,27.320178],[128.532875,27.395948],[128.693143,27.431912],[128.579664,27.320178]]],[[[127.683699,26.071903],[127.639704,26.190271],[127.799274,26.43399],[128.226306,26.788395],[128.328612,26.758716],[128.240971,26.63127],[127.83873,26.428403],[127.864219,26.33343],[127.683699,26.071903]]],[[[125.310056,24.710497],[125.306564,24.862385],[125.454262,24.725162],[125.310056,24.710497]]],[[[124.181894,24.325365],[124.082381,24.447574],[124.261504,24.468175],[124.181894,24.325365]]],[[[123.867992,24.249595],[123.66303,24.300923],[123.783843,24.429417],[123.938873,24.357139],[123.867992,24.249595]]]],"type":"MultiPolygon"},"type":"Feature","properties":{"name":"Okinawa"}},{"geometry":{"coordinates":[[[131.789565,32.830397],[131.886982,32.737518],[131.709256,32.614262],[131.469378,31.929544],[131.490328,31.769974],[131.333202,31.379953],[131.166649,31.448739],[131.190392,31.621228],[131.056312,31.631354],[130.730189,32.098541],[131.101355,32.151614],[131.114274,32.326198],[131.011618,32.511257],[131.331107,32.829349],[131.541655,32.755326],[131.789565,32.830397]]],"type":"Polygon"},"type":"Feature","properties":{"name":"Miyazaki"}}],"type":"FeatureCollection"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment