{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gloucester Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.677619,
            53.538491
          ],
          [
            -2.677631,
            53.53832
          ],
          [
            -2.677644,
            53.538149
          ],
          [
            -2.677653,
            53.538126
          ],
          [
            -2.677662,
            53.538103
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063718, WN5 8AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6776308801116238,
          53.53830216003651
        ]
      }
    }
  ]
}