{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tennyson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.221676,
            53.460515
          ],
          [
            -2.221467,
            53.460601
          ],
          [
            -2.221258,
            53.460686
          ],
          [
            -2.221188,
            53.460715
          ],
          [
            -2.221118,
            53.460745
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023069595, M13 0HR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.221676267713117,
          53.460514911577235
        ]
      }
    }
  ]
}