Newer
Older
tokko / sample.geojson
@Ito Yu Ito Yu on 9 Aug 2021 640 bytes Create sample.geojson
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "東北公益文科大学"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.81935,
          38.893371
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "信号機",
        "description": "{{https://cdn.discordapp.com/attachments/547395349073887243/850687736843468820/image4.jpg}}"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.818953,
          38.898698
        ]
      }
    }
  ]
}