Newer
Older
2021-Rino / koekimap.geojson
@ItoRino ItoRino on 17 Sep 2021 793 bytes plus
{
    "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
          ]
        }
      }
    ]
  }