{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Aitken Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.209242,
            53.044482
          ],
          [
            -2.209323,
            53.044702
          ],
          [
            -2.209405,
            53.044922
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455134243, ST6 4DJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2094079269200826,
          53.0449310320806
        ]
      }
    }
  ]
}