{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Croft View",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.877149,
            56.613977
          ],
          [
            -3.877146,
            56.614184
          ],
          [
            -3.877144,
            56.614392
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124114222, PH15 2FF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8771627952372443,
          56.61439976357203
        ]
      }
    }
  ]
}