{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.899659,
            53.664097
          ],
          [
            -2.899378,
            53.663981
          ],
          [
            -2.899097,
            53.663865
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012347243, PR9 8DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.8991021180246963,
          53.66387720765431
        ]
      }
    }
  ]
}