{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barrington Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.450991,
            54.825949
          ],
          [
            -1.450976,
            54.825813
          ],
          [
            -1.45096,
            54.825678
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45135182, DH5 9AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4509912677534655,
          54.8259485303471
        ]
      }
    }
  ]
}