{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Horton Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.229725,
            53.811957
          ],
          [
            -2.229951,
            53.811638
          ],
          [
            -2.230177,
            53.811318
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014134248, BB10 1XZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.230176909227452,
          53.811327078697126
        ]
      }
    }
  ]
}