{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mount Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.251652,
            53.037658
          ],
          [
            -2.251456,
            53.037776
          ],
          [
            -2.251261,
            53.037894
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002246181, ST5 7LJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.251652179140125,
          53.03766677215768
        ]
      }
    }
  ]
}