{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.182987,
            53.545108
          ],
          [
            -2.182784,
            53.545184
          ],
          [
            -2.18258,
            53.545261
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23016665, M24 2FW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.18276080304491,
          53.545116892902044
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23113773, M24 2AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1825803300130655,
          53.54526098254849
        ]
      }
    }
  ]
}