{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beech Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.228283,
            54.575747
          ],
          [
            -1.228286,
            54.575735
          ],
          [
            -1.228288,
            54.575722
          ],
          [
            -1.228328,
            54.575542
          ],
          [
            -1.228367,
            54.575361
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007595548, TS1 2RB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.228282771711587,
          54.57574734301508
        ]
      }
    }
  ]
}