{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilmington Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.323913,
            53.446897
          ],
          [
            -2.323439,
            53.446894
          ],
          [
            -2.322965,
            53.446891
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070451678, M32 9DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.323913255455319,
          53.446897379858584
        ]
      }
    }
  ]
}