{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Junction Alley",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.153783,
            53.614889
          ],
          [
            -2.153492,
            53.615034
          ],
          [
            -2.153201,
            53.61518
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23117709, OL16 1SD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1537826635139634,
          53.61488891109978
        ]
      }
    }
  ]
}