{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oliver Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.399763,
            54.275199
          ],
          [
            -0.399856,
            54.275327
          ],
          [
            -0.399949,
            54.275454
          ],
          [
            -0.399974,
            54.275481
          ],
          [
            -0.399999,
            54.275508
          ],
          [
            -0.400066,
            54.275581
          ],
          [
            -0.400134,
            54.275654
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023874362, YO11 2BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.39973652731294906,
          54.27520809944797
        ]
      }
    }
  ]
}