{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Warford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.233297,
            53.492164
          ],
          [
            -2.23316,
            53.492022
          ],
          [
            -2.233024,
            53.491881
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023070030, M4 4JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.23302361770289,
          53.491881009846296
        ]
      }
    }
  ]
}