{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greig Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.445938,
            56.027475
          ],
          [
            -3.446123,
            56.02717
          ],
          [
            -3.446309,
            56.026865
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "320272797, KY11 2YD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4458796893469694,
          56.02746263408927
        ]
      }
    }
  ]
}