You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/11/15 02:47:05 UTC

[incubator-superset] branch master updated: Add Japan country map (#6368)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e66b046  Add Japan country map (#6368)
e66b046 is described below

commit e66b0469b4edf95156fc7f0b9528bfc44076543a
Author: Kengo Seki <se...@apache.org>
AuthorDate: Wed Nov 14 18:46:57 2018 -0800

    Add Japan country map (#6368)
    
    * Add Japan country map
    
    * Fix obsolete paths in the document about adding new country map
---
 docs/visualization.rst                             | 107 ++++++++++++++++++++-
 superset/assets/src/explore/controls.jsx           |   3 +-
 .../CountryMap/countries/japan.geojson             |  49 ++++++++++
 3 files changed, 156 insertions(+), 3 deletions(-)

diff --git a/docs/visualization.rst b/docs/visualization.rst
index 7b974fb..588c4d0 100644
--- a/docs/visualization.rst
+++ b/docs/visualization.rst
@@ -711,6 +711,108 @@ List of Countries
 |IT-VI |Vicenza                             |
 +------+------------------------------------+
 
+
+* Japan
+
++-------+----------------+
+| ISO   | Name of region |
++=======+================+
+| JP-01 | Hokkaido       |
++-------+----------------+
+| JP-02 | Aomori         |
++-------+----------------+
+| JP-03 | Iwate          |
++-------+----------------+
+| JP-04 | Miyagi         |
++-------+----------------+
+| JP-05 | Akita          |
++-------+----------------+
+| JP-06 | Yamagata       |
++-------+----------------+
+| JP-07 | Fukushima      |
++-------+----------------+
+| JP-08 | Ibaraki        |
++-------+----------------+
+| JP-09 | Tochigi        |
++-------+----------------+
+| JP-10 | Gunma          |
++-------+----------------+
+| JP-11 | Saitama        |
++-------+----------------+
+| JP-12 | Chiba          |
++-------+----------------+
+| JP-13 | Tokyo          |
++-------+----------------+
+| JP-14 | Kanagawa       |
++-------+----------------+
+| JP-15 | Niigata        |
++-------+----------------+
+| JP-16 | Toyama         |
++-------+----------------+
+| JP-17 | Ishikawa       |
++-------+----------------+
+| JP-18 | Fukui          |
++-------+----------------+
+| JP-19 | Yamanashi      |
++-------+----------------+
+| JP-20 | Nagano         |
++-------+----------------+
+| JP-21 | Gifu           |
++-------+----------------+
+| JP-22 | Shizuoka       |
++-------+----------------+
+| JP-23 | Aichi          |
++-------+----------------+
+| JP-24 | Mie            |
++-------+----------------+
+| JP-25 | Shiga          |
++-------+----------------+
+| JP-26 | Kyoto          |
++-------+----------------+
+| JP-27 | Osaka          |
++-------+----------------+
+| JP-28 | Hyogo          |
++-------+----------------+
+| JP-29 | Nara           |
++-------+----------------+
+| JP-30 | Wakayama       |
++-------+----------------+
+| JP-31 | Tottori        |
++-------+----------------+
+| JP-32 | Shimane        |
++-------+----------------+
+| JP-33 | Okayama        |
++-------+----------------+
+| JP-34 | Hiroshima      |
++-------+----------------+
+| JP-35 | Yamaguchi      |
++-------+----------------+
+| JP-36 | Tokushima      |
++-------+----------------+
+| JP-37 | Kagawa         |
++-------+----------------+
+| JP-38 | Ehime          |
++-------+----------------+
+| JP-39 | Kochi          |
++-------+----------------+
+| JP-40 | Fukuoka        |
++-------+----------------+
+| JP-41 | Saga           |
++-------+----------------+
+| JP-42 | Nagasaki       |
++-------+----------------+
+| JP-43 | Kumamoto       |
++-------+----------------+
+| JP-44 | Oita           |
++-------+----------------+
+| JP-45 | Miyazaki       |
++-------+----------------+
+| JP-46 | Kagoshima      |
++-------+----------------+
+| JP-47 | Okinawa        |
++-------+----------------+
+
+
 * Morocco
 
 +-------+------------------------------+
@@ -1726,11 +1828,11 @@ To add a new country in country map tools, we need to follow the following steps
 3. You need to convert shapefile to geojson file.
    This action can make with ogr2ogr tools: http://www.gdal.org/ogr2ogr.html
 
-4. Put your geojson file in next folder : superset/assets/visualizations/countries with the next name : nameofyourcountries.geojson
+4. Put your geojson file in next folder : superset/assets/src/visualizations/CountryMap/countries with the next name : nameofyourcountries.geojson
 
 5. You can to reduce size of geojson file on this site: http://mapshaper.org/
 
-6. Go in file superset/assets/javascripts/explorev2/stores/controls.jsx
+6. Go in file superset/assets/src/explore/controls.jsx
 
 7. Add your country in component 'select_country'
    Example :
@@ -1749,6 +1851,7 @@ To add a new country in country map tools, we need to follow the following steps
         'France',
         'Germany',
         'Italy',
+        'Japan',
         'Morocco',
         'Netherlands',
         'Russia',
diff --git a/superset/assets/src/explore/controls.jsx b/superset/assets/src/explore/controls.jsx
index ebaf0bc..1735e6c 100644
--- a/superset/assets/src/explore/controls.jsx
+++ b/superset/assets/src/explore/controls.jsx
@@ -521,10 +521,11 @@ export const controls = {
       'Germany',
       'India',
       'Italy',
-      'Portugal',
+      'Japan',
       'Morocco',
       'Myanmar',
       'Netherlands',
+      'Portugal',
       'Russia',
       'Singapore',
       'Spain',
diff --git a/superset/assets/src/visualizations/CountryMap/countries/japan.geojson b/superset/assets/src/visualizations/CountryMap/countries/japan.geojson
new file mode 100644
index 0000000..3f4fa75
--- /dev/null
+++ b/superset/assets/src/visualizations/CountryMap/countries/japan.geojson
@@ -0,0 +1,49 @@
+{"type":"FeatureCollection", "features": [
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[137.56509399414074,35.28435516357422],[137.5549468994143,35.238288879394645],[137.58142089843773,35.216281890869254],[137.5810699462893,35.19484710693371],[137.62030029296875,35.20619964599615],[137.6448211669923,35.205760955810604],[137.66665649414062,35.22447967529297],[137.72482299804687,35.22748565673828],[137.7298278808595,35.21818923950207],[137.76704406738304,35.21649551391613],[137.77812194824264,35.200233459472656], [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[139.99229431152344,40.09374618530285],[140.0573272705078,40.05758285522461],[140.06822204589866,40.042011260986385],[140.066375732422,39.9841423034668],[140.0464782714846,39.94465637207037],[140.01422119140625,39.92770004272461],[139.95234680175793,39.94075012207031],[139.92338562011753,39.95902633666998],[139.9442138671875,40.000640869140625],[139.93222045898437,40.02277755737316],[139.95304870605491,40.03694534301752 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[139.3544464111328,41.52361297607433],[139.37666320800804,41.52305603027338],[139.3733367919922,41.501548767089844],[139.33921813964844,41.49542999267578],[139.33471679687545,41.51499938964855],[139.3544464111328,41.52361297607433]]],[[[141.68473815917991,40.44817733764643],[141.6706237792971,40.43270492553722],[141.59927368164085,40.40926742553705],[141.5846099853518,40.3926353454591],[141.5845642089846,40.370925903320 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.87071228027355,35.718940734863395],[140.86318969726562,35.701347351074276],[140.81454467773437,35.71281814575195],[140.7518768310548,35.69321441650402],[140.69842529296886,35.701164245605526],[140.6485290527345,35.68524169921869],[140.61903381347656,35.66888427734375],[140.54750061035156,35.62083816528332],[140.5,35.582221984863395],[140.45416259765625,35.532501220703125],[140.42250061035156,35.48750305175781],[140.39472 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[132.6495819091797,34.009567260742244],[132.64123535156273,34.003387451171875],[132.6425018310547,33.96257781982422],[132.63293457031284,33.95387649536133],[132.59056091308605,33.95166778564453],[132.58612060546898,33.96941757202154],[132.6495819091797,34.009567260742244]]],[[[133.5972442626953,34.04128265380871],[133.6140747070316,34.029800415039176],[133.66209411621094,34.024291992187614],[133.69282531738293,34.010021 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[136.24407958984386,36.29458236694336],[136.27336120605491,36.26274871826183],[136.30488586425827,36.25440216064453],[136.32940673828125,36.229114532470646],[136.34210205078136,36.17787551879883],[136.3630828857423,36.16246414184576],[136.4088287353518,36.16759872436529],[136.44201660156273,36.1362419128418],[136.46582031250023,36.13436126708996],[136.48374938964866,36.15116119384777],[136.5355682373047,36.144554138183594],[1 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[130.44667053222668,33.91472244262707],[130.42977905273437,33.88696670532232],[130.4094390869143,33.89222335815441],[130.40611267089844,33.90972137451172],[130.44667053222668,33.91472244262707]]],[[[131.18437194824241,33.606101989746094],[131.17544555664085,33.58328247070324],[131.1890563964845,33.562232971191406],[131.18754577636753,33.539524078369254],[131.1706695556643,33.527046203613395],[131.17726135253906,33.50740 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.9313964843751,37.891799926757926],[140.95056152343773,37.84027862548834],[140.97166442871128,37.811111450195426],[140.96665954589855,37.786666870117244],[140.98777770996116,37.775833129882926],[141.01138305664062,37.74111175537121],[141.01222229003952,37.680831909179744],[141.02471923828125,37.64222335815441],[141.02577209472668,37.56943130493164],[141.03883361816406,37.50316619873047],[141.03443908691406,37.433055877685 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[137.59019470214866,36.38660049438482],[137.59672546386741,36.365638732910156],[137.61695861816452,36.3634986877442],[137.65382385253918,36.317062377929744],[137.64932250976585,36.28501129150396],[137.63133239746128,36.27393341064459],[137.57844543457043,36.21038055419922],[137.59780883789062,36.187900543213004],[137.5956268310548,36.1666145324707],[137.55752563476562,36.13713455200207],[137.55702209472668,36.103809356689396] [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[139.2420806884769,36.94470596313488],[139.24240112304733,36.92974090576183],[139.29721069335972,36.932106018066406],[139.33993530273472,36.92351913452154],[139.3854980468751,36.908824920654354],[139.355926513672,36.84595489501959],[139.40797424316418,36.82814025878906],[139.3800964355471,36.788307189941406],[139.3562622070317,36.770534515380916],[139.37043762207043,36.722770690918026],[139.3404388427739,36.686687469482365],[ [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[132.3896179199221,34.175277709960994],[132.41122436523483,34.16717529296869],[132.40036010742233,34.146362304687614],[132.38302612304687,34.158962249755916],[132.3896179199221,34.175277709960994]]],[[[132.84976196289074,34.19072341918957],[132.8693542480471,34.17683792114258],[132.81964111328136,34.150871276855526],[132.80250549316406,34.154724121093864],[132.8074951171875,34.178054809570256],[132.84976196289074,34.190 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[139.55972290039085,42.25305557250988],[139.56126403808605,42.22897338867182],[139.5447235107423,42.20222091674805],[139.51666259765648,42.175556182861385],[139.5202789306643,42.13611221313482],[139.49610900878918,42.08277893066412],[139.47972106933605,42.07055664062506],[139.4430541992192,42.064167022705135],[139.4244384765625,42.07138824462902],[139.4230499267578,42.12944412231457],[139.4038848876953,42.1650009155274] [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[135.0035858154297,34.6088485717774],[135.02322387695347,34.58848571777355],[135.0201110839845,34.56707763671881],[134.99444580078125,34.54416656494146],[134.99360656738293,34.52277755737316],[134.95922851562523,34.489334106445256],[134.94354248046875,34.466094970703125],[134.91499328613304,34.44361114501953],[134.8956298828125,34.401103973388786],[134.89527893066406,34.351665496826286],[134.91542053222668,34.3363685607 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.79278564453125,36.85778808593756],[140.7947235107422,36.857055664062614],[140.7961120605471,36.85652923583996],[140.80250549316406,36.839721679687614],[140.76832580566418,36.81861114501953],[140.73222351074264,36.74722290039074],[140.72805786132812,36.71916580200195],[140.7141723632816,36.68361282348644],[140.71694946289085,36.66361236572271],[140.69171142578125,36.63974761962896],[140.66305541992222,36.581943511963004], [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[137.0391082763672,37.168064117431754],[137.0540008544922,37.15096664428711],[137.04124450683594,37.13886260986328],[137.05096435546875,37.12298965454107],[137.0232391357423,37.11143875122082],[136.9963836669922,37.11889266967768],[136.98097229003906,37.107143402099666],[136.94583129882847,37.101387023925895],[136.93081665039062,37.12216567993164],[136.90650939941418,37.13353729248047],[136.96128845214844,37.14281463623 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[141.6320343017578,38.97122192382807],[141.57281494140636,38.99071502685547],[141.53042602539085,38.98956298828125],[141.49954223632835,38.99566650390625],[141.4872589111328,38.9749870300293],[141.4945068359375,38.94875717163097],[141.4927215576173,38.90448760986328],[141.4583435058596,38.87662124633795],[141.4634246826172,38.85648345947271],[141.4540557861328,38.83592987060558],[141.46009826660156,38.81275177001953],[141.438 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[134.44433593750034,34.20716857910162],[134.43618774414062,34.1666259765625],[134.39656066894554,34.16027069091808],[134.35960388183605,34.181831359863395],[134.3453521728519,34.169246673583984],[134.29969787597702,34.16662979125982],[134.26258850097656,34.18008422851568],[134.19303894042991,34.169643402099666],[134.17608642578148,34.1724472045899],[134.13841247558594,34.14789199829107],[134.14141845703136,34.1301307678 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[128.4336090087893,27.068611145019702],[128.45249938964866,27.052778244018554],[128.45666503906273,27.02360916137701],[128.42414855957043,27.022235870361385],[128.40638732910168,27.046665191650447],[128.4336090087893,27.068611145019702]]],[[[128.69610595703136,27.44194221496582],[128.69444274902378,27.41861152648937],[128.67639160156273,27.413888931274584],[128.63471984863293,27.36527824401884],[128.59861755371116,27.33 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[139.7669372558595,35.506668090820426],[139.74050903320312,35.475700378418026],[139.71340942382812,35.46427154541021],[139.7003326416018,35.478286743164006],[139.7669372558595,35.506668090820426]]],[[[139.73190307617187,35.540832519531364],[139.74005126953125,35.54153442382818],[139.7405700683596,35.5415992736817],[139.74221801757812,35.54172134399414],[139.7430877685548,35.5417938232423],[139.76626586914062,35.53717422 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[132.55194091796898,32.747776031494254],[132.56750488281284,32.74055480957054],[132.56956481933594,32.71262741088873],[132.5397186279297,32.72638702392578],[132.55194091796898,32.747776031494254]]],[[[133.66322326660168,33.87840652465826],[133.66537475585972,33.86815643310547],[133.70092773437523,33.848464965820256],[133.73356628417991,33.847576141357536],[133.75022888183605,33.8335914611817],[133.7819366455078,33.83875 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[130.1762237548828,32.24803543090826],[130.1763153076172,32.22130966186529],[130.19053649902355,32.19974136352545],[130.20095825195335,32.168300628662166],[130.2099304199221,32.157173156738395],[130.17939758300793,32.13281631469732],[130.17810058593795,32.12838363647461],[130.1777343750001,32.12373352050787],[130.17767333984398,32.12096023559576],[130.1576995849614,32.089389801025504],[130.14938354492187,32.097431182861 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[135.4733123779297,35.55706405639654],[135.45243835449241,35.51990127563482],[135.47889709472656,35.50233459472656],[135.46412658691452,35.46074676513666],[135.51004028320335,35.41930389404308],[135.53062438964844,35.41044998168957],[135.5372314453126,35.37423706054693],[135.625,35.36643218994146],[135.70150756835937,35.34175109863281],[135.7203369140626,35.351467132568416],[135.7709655761721,35.35259628295904],[135.776931762 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[136.67088317871116,35.14551544189453],[136.68016052246094,35.12866592407232],[136.7043914794922,35.11997222900396],[136.73124694824253,35.03628540039068],[136.73652648925827,35.0293807983399],[136.69749450683628,35.02055740356451],[136.65583801269577,34.99805450439453],[136.63861083984375,34.943611145019645],[136.64639282226562,34.90305709838873],[136.61444091796898,34.85388946533203],[136.55555725097668,34.788612365722656], [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[141.567840576172,38.3135223388673],[141.58897399902366,38.3022346496582],[141.57771301269543,38.27158737182623],[141.55867004394554,38.2808952331543],[141.54763793945324,38.30190277099621],[141.567840576172,38.3135223388673]]],[[[141.62812805175793,38.8784637451173],[141.63359069824241,38.86613845825201],[141.60736083984386,38.85463333129883],[141.604461669922,38.87716674804699],[141.62812805175793,38.8784637451173]]], [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[131.877197265625,32.738456726074446],[131.8621520996095,32.73464584350597],[131.8461151123048,32.70833206176769],[131.8188934326172,32.69083404541044],[131.77806091308628,32.674446105957145],[131.76296997070324,32.65436935424799],[131.77345275878918,32.63417434692383],[131.74249267578148,32.592224121094034],[131.70127868652366,32.57962799072271],[131.6808319091797,32.542221069335994],[131.68882751464844,32.51434326171898],[1 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[138.69792175293003,36.74103164672863],[138.6756134033203,36.727554321289176],[138.6249694824221,36.716766357421875],[138.61920166015625,36.707515716552734],[138.54780578613315,36.700691223144645],[138.52871704101574,36.692543029785156],[138.5210876464845,36.673751831054744],[138.5281982421875,36.648105621338004],[138.46127319335937,36.628631591796875],[138.4550018310548,36.60895156860357],[138.43084716796875,36.5933074951173 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[128.9924926757817,32.791389465332145],[129.00744628906284,32.77025604248047],[129.00218200683605,32.74940872192383],[128.9734802246095,32.743476867676065],[128.9924926757817,32.791389465332145]]],[[[128.80972290039085,32.79861068725586],[128.8108367919922,32.77305603027355],[128.84420776367187,32.74394226074219],[128.83944702148437,32.71333312988287],[128.85073852539074,32.690597534179744],[128.8752441406251,32.6766090 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[136.04818725585937,34.737876892089844],[136.07171630859375,34.7141571044923],[136.06709289550793,34.70508575439453],[136.0888671875,34.67223739624029],[136.06973266601574,34.65051651000982],[136.0723114013672,34.62549209594732],[136.05508422851574,34.60446548461914],[136.0501708984375,34.58333206176758],[136.0633087158203,34.56624221801769],[136.11604309082054,34.54484939575201],[136.157684326172,34.55635452270519],[136.1811 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[138.50410461425793,38.332588195800895],[138.51806640625,38.3204917907716],[138.50790405273437,38.294708251953125],[138.5100860595703,38.267501831054744],[138.49230957031284,38.22006607055664],[138.49295043945335,38.204681396484375],[138.46044921875034,38.162742614746094],[138.43592834472668,38.11717605590832],[138.43666076660156,38.083057403564396],[138.47471618652344,38.063331604003906],[138.52072143554722,38.07176971 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[131.877197265625,32.738456726074446],[131.85757446289074,32.733489990234375],[131.84658813476562,32.772983551025504],[131.86184692382812,32.805763244628906],[131.81877136230491,32.82419204711937],[131.7620086669923,32.833297729492244],[131.73797607421886,32.82624053955084],[131.7304382324221,32.79433822631847],[131.70564270019554,32.76964187622093],[131.67114257812523,32.763278961181584],[131.6249694824221,32.771034240722656 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[134.08747863769565,34.49653244018555],[134.10275268554687,34.47915267944336],[134.08119201660156,34.45852661132818],[134.04202270507824,34.47958374023449],[134.07083129882824,34.49694442749029],[134.08747863769565,34.49653244018555]]],[[[134.3525085449221,34.562675476074276],[134.3566436767578,34.51118087768555],[134.3488006591797,34.4595680236817],[134.3301696777345,34.44510269165045],[134.31236267089844,34.4603462219 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[123.78791809082077,24.072082519531307],[123.80958557128906,24.06458282470703],[123.79597473144542,24.0454158782959],[123.7568054199221,24.049028396606502],[123.75930786132858,24.063194274902287],[123.78791809082077,24.072082519531307]]],[[[124.00152587890648,24.25652885437023],[124.03097534179721,24.236528396606502],[124.00347137451172,24.22097206115717],[123.99069213867187,24.23986053466797],[124.00152587890648,24.256 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[135.7319946289066,34.77547073364269],[135.7142486572269,34.77802658081055],[135.70655822753952,34.72124862670904],[135.68058776855491,34.70272827148449],[135.68084716796886,34.677268981933594],[135.66908264160156,34.649822235107536],[135.66165161132812,34.61145782470703],[135.68457031250023,34.581630706787166],[135.65577697753918,34.543991088867244],[135.67965698242233,34.52225112915039],[135.686737060547,34.4422340393067],[ [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[130.03729248046898,33.467739105224666],[130.0992431640625,33.4665641784668],[130.10755920410156,33.472759246826286],[130.17092895507847,33.46433639526373],[130.2061767578126,33.47791290283203],[130.249969482422,33.46767807006836],[130.27360534667991,33.47655105590826],[130.30035400390648,33.459186553955135],[130.3326110839845,33.44916534423834],[130.36000061035156,33.43093109130871],[130.39889526367187,33.42388916015619],[13 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[139.6624755859375,36.21761703491222],[139.7052917480471,36.20071792602539],[139.69461059570335,36.17702484130865],[139.7003326416018,36.151847839355526],[139.7255249023442,36.11464309692394],[139.7403717041018,36.08330535888666],[139.7602233886721,36.079284667968864],[139.78001403808594,36.09381866455078],[139.79368591308628,36.056060791015625],[139.81611633300804,36.03590011596674],[139.8186492919923,35.993057250976676],[13 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[136.27893066406273,35.661113739013615],[136.2924041748047,35.617141723632756],[136.3158416748047,35.61979293823248],[136.32559204101562,35.573593139648494],[136.3197021484375,35.54769134521496],[136.35935974121094,35.535911560058594],[136.3840789794923,35.535305023193416],[136.40492248535156,35.515964508056584],[136.39097595214878,35.490322113037166],[136.40286254882812,35.47241592407238],[136.4229431152346,35.46357345581055 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[133.1926422119143,35.5062713623048],[133.1819763183596,35.483493804931754],[133.16230773925804,35.48392486572271],[133.15640258789085,35.50514602661133],[133.1926422119143,35.5062713623048]]],[[[133.31785583496128,35.388702392578125],[133.31912231445358,35.36369323730469],[133.29771423339866,35.33779525756847],[133.30444335937545,35.260086059570256],[133.2621307373048,35.257926940918026],[133.18280029296886,35.23038101 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[141.32327270507824,24.812992095947322],[141.34138488769554,24.79972267150879],[141.34722900390625,24.78111267089838],[141.29277038574241,24.751668930053824],[141.29270935058594,24.785621643066463],[141.32327270507824,24.812992095947322]]],[[[141.28443908691418,25.449720382690486],[141.29417419433605,25.426111221313533],[141.2702789306643,25.429166793823356],[141.28443908691418,25.449720382690486]]],[[[142.1270141601564 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.2607116699221,36.93367385864269],[140.25169372558594,36.918281555175895],[140.2561187744143,36.852653503418026],[140.27012634277355,36.8122940063476],[140.25808715820312,36.77003860473627],[140.26248168945324,36.74993896484375],[140.2881774902346,36.72815322875982],[140.28567504882824,36.705448150634766],[140.23757934570312,36.69681167602539],[140.2233886718751,36.68115615844721],[140.24382019043003,36.64105987548828],[1 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[134.3055572509768,33.548034667968864],[134.2784423828125,33.55681610107433],[134.25825500488304,33.549934387207145],[134.2134704589846,33.56263732910162],[134.19847106933605,33.557411193847656],[134.18797302246105,33.582977294921875],[134.15879821777355,33.608089447021484],[134.15396118164085,33.628116607666016],[134.17803955078136,33.65086746215826],[134.16648864746094,33.6849250793457],[134.12637329101574,33.69263458 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[139.75698852539085,35.61753082275385],[139.78631591796898,35.58031845092779],[139.75527954101608,35.576667785644645],[139.7483367919922,35.59231185913086],[139.75698852539085,35.61753082275385]]],[[[139.87496948242187,35.794319152832145],[139.89244079589855,35.78129959106445],[139.8948669433596,35.74654769897472],[139.9167938232423,35.724655151367244],[139.9295806884768,35.700786590576115],[139.9308624267578,35.6977424 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[134.40568542480491,35.23768234252924],[134.37541198730514,35.241489410400334],[134.36534118652355,35.22620010375988],[134.3194732666018,35.19908905029297],[134.28433227539062,35.19372177124029],[134.26762390136741,35.205245971679744],[134.19636535644543,35.18108367919933],[134.18179321289085,35.16662979125982],[134.15567016601585,35.19264602661144],[134.1602783203126,35.23130416870123],[134.1402282714846,35.23510742187494],[ [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[137.6377868652345,36.980369567871094],[137.66442871093773,36.95405960083019],[137.72021484375034,36.9271812438966],[137.7162322998047,36.88866043090832],[137.73092651367187,36.873477935791016],[137.7358551025394,36.83267593383795],[137.75727844238304,36.79244232177746],[137.7658233642578,36.764152526855526],[137.7570953369143,36.75129699707031],[137.7546539306643,36.71883392333979],[137.76409912109375,36.6665992736817],[137. [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[135.8132476806644,33.4804306030274],[135.85762023925827,33.470138549804744],[135.82962036132824,33.44941329956055],[135.8132476806644,33.4804306030274]]],[[[135.6457977294922,34.380386352539176],[135.6663513183595,34.35159683227545],[135.6634979248048,34.32386779785162],[135.6819458007817,34.27092361450201],[135.70394897460972,34.27208328247076],[135.72158813476585,34.258308410644645],[135.73223876953125,34.23066329956 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.55451965332043,38.87886428833008],[140.54302978515636,38.864845275878906],[140.58953857421898,38.833614349365234],[140.60278320312534,38.81570053100586],[140.60639953613293,38.7823104858399],[140.64843750000023,38.76451492309582],[140.6140136718751,38.72075653076183],[140.62493896484375,38.69730377197277],[140.6202087402346,38.66805648803711],[140.6032257080078,38.63643264770508],[140.54579162597656,38.62644195556646],[1 [...]
+{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[131.9688873291018,33.79888916015625],[131.9915924072268,33.779273986816406],[131.9617919921875,33.76823806762707],[131.95204162597656,33.782508850097656],[131.9688873291018,33.79888916015625]]],[[[132.20957946777355,33.81702423095703],[132.2573089599614,33.78216934204113],[132.215545654297,33.78158187866222],[132.19155883789074,33.804119110107365],[132.20957946777355,33.81702423095703]]],[[[132.07679748535156,33.854045 [...]
+{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[138.731689453125,35.90605926513683],[138.79124450683594,35.89065933227545],[138.79804992675815,35.87019729614258],[138.83473205566406,35.85976409912104],[138.85675048828136,35.862079620361385],[138.89193725585937,35.83996963500988],[138.9469757080078,35.85183715820318],[138.9729766845703,35.821449279785156],[138.9738769531251,35.80093002319336],[138.9934997558595,35.75813293457031],[139.0269012451173,35.71787643432623],[139. [...]
+]}
\ No newline at end of file