{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Howden Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.192227,
            53.016198
          ],
          [
            -1.19206,
            53.015981
          ],
          [
            -1.191892,
            53.015764
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009155928, NG6 8BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1922271316102055,
          53.01619823752509
        ]
      }
    }
  ]
}