{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Davis Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.339404,
            53.745798
          ],
          [
            -0.339803,
            53.745756
          ],
          [
            -0.340202,
            53.745713
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070551127, HU1 3EN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3394896947311104,
          53.74577113037306
        ]
      }
    }
  ]
}