{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Forge Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.720427,
            51.930407
          ],
          [
            -1.720728,
            51.930361
          ],
          [
            -1.72103,
            51.930316
          ],
          [
            -1.721484,
            51.930264
          ],
          [
            -1.721937,
            51.930213
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023477173, GL54 1DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7204260778175784,
          51.930408675823024
        ]
      }
    }
  ]
}