{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nicholas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.178048,
            53.852374
          ],
          [
            -2.177662,
            53.852452
          ],
          [
            -2.177276,
            53.852529
          ],
          [
            -2.177078,
            53.852569
          ],
          [
            -2.176879,
            53.852609
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022947081, BB8 8EH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.178048418220532,
          53.852373833616674
        ]
      }
    }
  ]
}