{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rufus Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.083125,
            53.478592
          ],
          [
            -1.082089,
            53.478668
          ],
          [
            -1.081053,
            53.478744
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006610866, DN11 0PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.083075278047738,
          53.4786161063158
        ]
      }
    }
  ]
}