{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Willow Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.330805,
            53.06289
          ],
          [
            -0.329516,
            53.060784
          ],
          [
            -0.329302,
            53.060434
          ],
          [
            -0.327537,
            53.058894
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006532640, LN4 4DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.33111932453738785,
          53.0635022523646
        ]
      }
    }
  ]
}