{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Canal Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.649869,
            53.450253
          ],
          [
            -2.649786,
            53.450432
          ],
          [
            -2.649702,
            53.450612
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39203757, WA12 9XD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.649832839476558,
          53.45032345428979
        ]
      }
    }
  ]
}