{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pilot Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.288274,
            53.586597
          ],
          [
            -2.288538,
            53.586614
          ],
          [
            -2.288803,
            53.586631
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007022, BL9 9DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2882737810124554,
          53.58659680262807
        ]
      }
    }
  ]
}