{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Deanfield Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.797319,
            55.423298
          ],
          [
            -2.797308,
            55.423462
          ],
          [
            -2.797296,
            55.423625
          ],
          [
            -2.79732,
            55.423699
          ],
          [
            -2.797343,
            55.423772
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "116095656, TD9 7AG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.797308626916471,
          55.423297111853394
        ]
      }
    }
  ]
}