{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bakers Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.284638,
            57.481851
          ],
          [
            -3.284618,
            57.481546
          ],
          [
            -3.284598,
            57.481242
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133062665, AB38 7QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2846360315030054,
          57.48184881721793
        ]
      }
    }
  ]
}