{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nan's Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.835836,
            53.316763
          ],
          [
            -3.835396,
            53.317016
          ],
          [
            -3.834955,
            53.317268
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023738955, LL30 2UJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8349826528693436,
          53.317277213812254
        ]
      }
    }
  ]
}