Newer
Older
2022-yuto / map / maxvalu / triangle.geojson
@Yuto Togashi Yuto Togashi on 16 Dec 2022 726 bytes add geojson
var triangle =
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "_storage_options": {
          "color": "Aqua",
          "opacity": "0.8"
        }
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              139.82367396354678,
              38.892920059048464
            ],
            [
              139.82132434844974,
              38.89035641677137
            ],
            [
              139.8262166976929,
              38.89023950579702
            ],
            [
              139.82367396354678,
              38.892920059048464
            ]
          ]
        ]
      }
    }
  ]
}