{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chamberlain Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.331381,
            55.885153
          ],
          [
            -4.332031,
            55.885069
          ],
          [
            -4.332166,
            55.885408
          ],
          [
            -4.332446,
            55.886113
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700392271, G13 1TG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.332031214402318,
          55.88506892218841
        ]
      }
    }
  ]
}