{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sheridan Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.576998,
            53.471371
          ],
          [
            -2.576639,
            53.471562
          ],
          [
            -2.57628,
            53.471752
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063386, WA3 2QZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.576608735161077,
          53.47157096959896
        ]
      }
    }
  ]
}