{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jones Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.146675,
            53.609505
          ],
          [
            -2.146479,
            53.609838
          ],
          [
            -2.146284,
            53.610171
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112516, OL16 5SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1466745530058793,
          53.609504901673574
        ]
      }
    }
  ]
}