{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smithson's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.686313,
            53.97621
          ],
          [
            -1.687554,
            53.976264
          ],
          [
            -1.688795,
            53.976318
          ],
          [
            -1.690783,
            53.976397
          ],
          [
            -1.692771,
            53.976476
          ],
          [
            -1.694168,
            53.97653
          ],
          [
            -1.695565,
            53.976584
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022911472, HG3 1TB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6863126832364554,
          53.97620983428605
        ]
      }
    }
  ]
}