{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ryley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.446744,
            53.573023
          ],
          [
            -2.446894,
            53.572995
          ],
          [
            -2.447045,
            53.572968
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070912367, BL3 5EL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.446743654438074,
          53.57302266178594
        ]
      }
    }
  ]
}