{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brasenose Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.254421,
            51.753588
          ],
          [
            -1.255285,
            51.753488
          ],
          [
            -1.255379,
            51.753477
          ],
          [
            -1.255633,
            51.753448
          ],
          [
            -1.256149,
            51.753389
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013990863, OX1 4AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.254433618393636,
          51.753584458305205
        ]
      }
    }
  ]
}