{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Eighth Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.936642,
            53.4661
          ],
          [
            -2.936721,
            53.466589
          ],
          [
            -2.9368,
            53.467078
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38263708, L9 7LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9368146108381894,
          53.46707794608103
        ]
      }
    }
  ]
}