{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hatton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.16067,
            53.412313
          ],
          [
            -2.16047,
            53.412182
          ],
          [
            -2.160271,
            53.412052
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007622745, SK1 1SL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.160269925851744,
          53.41204825655412
        ]
      }
    }
  ]
}