{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Valentine Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.086401,
            53.537709
          ],
          [
            -2.086541,
            53.53776
          ],
          [
            -2.086681,
            53.537811
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116894, OL4 5ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0864188236212415,
          53.537711263610454
        ]
      }
    }
  ]
}