{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brandon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.467152,
            53.399445
          ],
          [
            -1.467061,
            53.399416
          ],
          [
            -1.466969,
            53.399386
          ],
          [
            -1.466761,
            53.39932
          ],
          [
            -1.466553,
            53.399254
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013552978, S3 9BD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4666131088162209,
          53.3992719715939
        ]
      }
    }
  ]
}