Newer
Older
2021-reiji / map / gps / koeki.geojson
var daigaku = {
  "type": "FeatureCollection",
   "features": [
    {
      "type": "Feature",
      "properties": {
        "_storage_options": {
          "color": "Aqua",
          "opacity": "0.8"
        }
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              139.81877624988556,
              38.891400256227584
            ],
            [
              139.82000470161438,
              38.891400256227584
            ],
            [
              139.82000470161438,
              38.894865693215735
            ],
            [
              139.81877624988556,
              38.894865693215735
            ],
            [
              139.81877624988556,
              38.891400256227584
            ]
          ]
        ]
      }
    }
  ]
}