{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.863372,
            54.165468
          ],
          [
            -1.862463,
            54.166659
          ],
          [
            -1.861554,
            54.167849
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022908977, HG3 5SU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8633464178506525,
          54.16545948651362
        ]
      }
    }
  ]
}