{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gold Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.237171,
            53.47884
          ],
          [
            -2.236982,
            53.478732
          ],
          [
            -2.236793,
            53.478625
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023065658, M1 3LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.237171020399564,
          53.478839590969194
        ]
      }
    }
  ]
}