{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blackstock Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.221316,
            53.460191
          ],
          [
            -2.221089,
            53.460286
          ],
          [
            -2.220861,
            53.460381
          ],
          [
            -2.220695,
            53.460451
          ],
          [
            -2.220528,
            53.460521
          ],
          [
            -2.220259,
            53.460632
          ],
          [
            -2.219991,
            53.460743
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062716, M13 0HR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.221328085990058,
          53.46017399534171
        ]
      }
    }
  ]
}