{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Friars Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.592815,
            53.386944
          ],
          [
            -2.593213,
            53.386897
          ],
          [
            -2.59361,
            53.386851
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653468, WA1 1HE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.593610463895699,
          53.386850537542806
        ]
      }
    }
  ]
}