Newer
Older
Ruby / tohokured.geojson
{
  "type":"FeatureCollection",
  "features": [
    {
       "type": "Feature",
       "properties": { "name": "Aomori" , "fill": "#FF0000",  "fill-opacity": 0.6 },
       "geometry": {
         "type": "Polygon",
         "cordinates": [[
           [140.0200, 40.2900], [140.1800, 41.2400], [140.3600, 41.0800],
           [140.152, 39.703], [140.728, 39.084], [140.301, 39.084],
           [140.000, 40.212], [140.300, 40.600], [140.739, 40.822]
	 ]]
       }
    },
    {
       "type": "Feature",
       "properties": { "name": "Iwate" , "fill": "#FF0000", "fill-opacity" : 0.6 },
       "geometry": {
         "type": "Polygon",
         "cordinates": [[
           [140.464, 40.569], [141.152, 39.703], [140.728, 39.084],
           [141.397, 38.920], [141.796, 39.703], [141.464, 40.569]
	]]
      }
    },
    {
       "type": "Feature",
       "properties": { "name": "Miyagi" , "fill": "#FF0000", "fill-opacity": 0.6 },
       "geometry": {
          "type": "Polygon",
          "cordinates": [[
            [141.154, 39.684], [140.882, 38.268], [141.640, 38.001],
            [141.760, 38.301], [141.154, 39.684]
         ]]
     }
    },
    {
        "type": "Feature",
        "properties": { "name": "Akita", "fill": "#FF0000", "fill-opacity": 0.6 },
        "geometry": {
          "type": "Polygon",
          "cordinates": [[
            [141.154, 39.684], [140.882, 38.268], [141.640, 38.001],
            [141.760, 38.301], [141.154, 39.684]
         ]]
     }
    },
    {
      "type": "Feature",
      "properties": { "name": "Yamagata", "fill": "#FF0000", "fill-opacity": 0.6},
      "geometry": {
        "type": "Polygon",
        "coordinates": [[
           [140.300, 38.103], [140.116, 37.750], [140.474, 37.750],
           [140.600, 38.103], [140.300, 38.103]
          ]]
    }
   },
   {
     "type": "Feature",
     "properties": { "name": "Fukushima", "fill": "#FF0000", "fill-opacity": 0.6},
     "geometry": {
       "type": "Polygon",
       "coordinates": [[
           [140.474, 37.750], [140.116, 37.750], [140.301, 37.000],
           [140.453, 37.500], [140.474, 37.750]
          ]]
        }
      }
    ]
  }