{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Betley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.223455,
            53.477913
          ],
          [
            -2.223719,
            53.478066
          ],
          [
            -2.223984,
            53.478218
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062635, M1 2WW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.223983547151755,
          53.47821789327768
        ]
      }
    }
  ]
}