{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burton Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.930029,
            52.304086
          ],
          [
            -1.930147,
            52.303709
          ],
          [
            -1.930515,
            52.303335
          ],
          [
            -1.931205,
            52.302631
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009650888, B98 7ET",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9304979058955252,
          52.304590204507114
        ]
      }
    }
  ]
}