{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shirley Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.093991,
            53.026773
          ],
          [
            -2.094144,
            53.026502
          ],
          [
            -2.094297,
            53.026232
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010603718, ST9 0LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.094335639605029,
          53.026228007289866
        ]
      }
    }
  ]
}