{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Field Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.570862,
            53.530491
          ],
          [
            -2.570756,
            53.530602
          ],
          [
            -2.570651,
            53.530712
          ],
          [
            -2.570647,
            53.530717
          ],
          [
            -2.570642,
            53.530721
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063943, WN2 3PR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5707425144524523,
          53.53059988013498
        ]
      }
    }
  ]
}