{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dayton Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.041313,
            53.786657
          ],
          [
            -3.04126,
            53.78651
          ],
          [
            -3.041208,
            53.786363
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070842386, FY4 2HG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0412077295619104,
          53.78636252665317
        ]
      }
    }
  ]
}