Newer
Older
git_practice / yone / yonezawa.geojson
@HIROSE Yuuji HIROSE Yuuji on 20 Jul 2018 1 KB Add flyTo demonstration
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "水泳県大会用駐車場",
        "description": "砂利部分"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          140.10664701461795,
          37.927739271136716
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "description": "砂利の部分が水泳用だそうです。",
        "name": "砂利駐車場"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              140.10624468326571,
              37.92802277311798
            ],
            [
              140.10611057281497,
              37.92754039596018
            ],
            [
              140.1080632209778,
              37.927223040841014
            ],
            [
              140.1082026958466,
              37.92781120457875
            ],
            [
              140.10624468326571,
              37.92802277311798
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "あたご食堂",
        "description": "ここで集合してお昼どうですかね!?\n[[http://www.0141men.com/member/atago/index.html]]"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          140.0937080383301,
          37.91271633417471
        ]
      }
    }
  ]
}