{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burgess Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.974472,
            53.410112
          ],
          [
            -2.97435,
            53.409892
          ],
          [
            -2.974229,
            53.409673
          ],
          [
            -2.974042,
            53.409705
          ],
          [
            -2.973855,
            53.409738
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38259568, L3 8JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.974182343760063,
          53.40956485973527
        ]
      }
    }
  ]
}