{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oliver Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.159081,
            53.403762
          ],
          [
            -2.159141,
            53.403807
          ],
          [
            -2.159198,
            53.403802
          ],
          [
            -2.159269,
            53.403795
          ],
          [
            -2.15935,
            53.403788
          ],
          [
            -2.159618,
            53.403724
          ],
          [
            -2.159885,
            53.40366
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007624101, SK1 3UQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1581897773748424,
          53.40285574222411
        ]
      }
    }
  ]
}