{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Russell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.923449,
            55.773454
          ],
          [
            -3.923314,
            55.773382
          ],
          [
            -3.923179,
            55.77331
          ],
          [
            -3.92279,
            55.773102
          ],
          [
            -3.922401,
            55.772895
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "118166576, ML2 7AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.923449267444767,
          55.77345358020082
        ]
      }
    }
  ]
}