{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Argyle Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.728465,
            53.779496
          ],
          [
            -1.728562,
            53.779606
          ],
          [
            -1.728659,
            53.779716
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010592340, BD4 7PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.72855495481121,
          53.779649106368126
        ]
      }
    }
  ]
}