{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dunkirk Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.128223,
            52.631068
          ],
          [
            -1.128432,
            52.630961
          ],
          [
            -1.128663,
            52.630695
          ],
          [
            -1.129022,
            52.630282
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465202888, LE1 6PP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1286286867632023,
          52.63072001000097
        ]
      }
    }
  ]
}