{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Durham Place West",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.12366,
            55.944811
          ],
          [
            -3.123032,
            55.944983
          ],
          [
            -3.122405,
            55.945155
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906434697, EH15 1PY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1228177432891138,
          55.94503478008964
        ]
      }
    }
  ]
}