{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tay Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.214518,
            55.906167
          ],
          [
            -4.214855,
            55.905905
          ],
          [
            -4.215192,
            55.905643
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "132049747, G64 1HD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.214518430104278,
          55.90616712552261
        ]
      }
    }
  ]
}