{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cathcart Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.86824,
            53.734989
          ],
          [
            -1.868226,
            53.734969
          ],
          [
            -1.868213,
            53.734949
          ],
          [
            -1.868093,
            53.73478
          ],
          [
            -1.867974,
            53.734611
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090215907, HX3 6PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8682455071636774,
          53.734997468391875
        ]
      }
    }
  ]
}