{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilkinson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.199099,
            53.550313
          ],
          [
            -2.199509,
            53.550452
          ],
          [
            -2.199628,
            53.550492
          ],
          [
            -2.199823,
            53.55033
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114000, M24 5TF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1997781648682686,
          53.5503568134131
        ]
      }
    }
  ]
}