{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dixon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.291481,
            53.503914
          ],
          [
            -2.291309,
            53.503992
          ],
          [
            -2.291137,
            53.50407
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007890936, M6 6JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2914811635589354,
          53.50391398813681
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100011404770, M6 6JX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2913916928026468,
          53.50405802138268
        ]
      }
    }
  ]
}