{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ogden Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.080942,
            53.538021
          ],
          [
            -2.080982,
            53.53795
          ],
          [
            -2.081021,
            53.53788
          ],
          [
            -2.081072,
            53.537789
          ],
          [
            -2.081123,
            53.537697
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116649, OL4 3AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.080927196309867,
          53.5380207218638
        ]
      }
    }
  ]
}