{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Union Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.923956,
            55.955405
          ],
          [
            -4.92411,
            55.955658
          ],
          [
            -4.924264,
            55.955912
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "125080357, PA23 8AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.924118027753369,
          55.955659789247555
        ]
      }
    }
  ]
}