{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kenton Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.427953,
            51.533846
          ],
          [
            -0.427683,
            51.533734
          ],
          [
            -0.427641,
            51.533749
          ],
          [
            -0.427318,
            51.533864
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "768011086, UB4 8LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.42795316144897577,
          51.533845961646094
        ]
      }
    }
  ]
}