{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Raynor Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.48971,
            53.750786
          ],
          [
            -2.489727,
            53.751048
          ],
          [
            -2.489744,
            53.75131
          ],
          [
            -2.489738,
            53.751344
          ],
          [
            -2.489732,
            53.751379
          ],
          [
            -2.489566,
            53.751393
          ],
          [
            -2.489399,
            53.751407
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024628644, BB2 1DF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.489414216069261,
          53.75140735560902
        ]
      }
    }
  ]
}