Newer
Older
2021-masuko / koekimap.geojson
@masuko keigo masuko keigo on 13 Sep 2021 728 bytes 追加
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "公益大カフェテリア",
        "description": "安いよ"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.819565,
          38.894431
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "コアジサシ",
        "description": "サカナサカナサカナー",
        "image": "https://www.yatex.org/gitbucket/LeafletGo/2021-yuuji/raw/master/img/koajisashi.jpg"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.833405,
          38.900936
        ]
      }
    }
  ]
}