{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tattersall Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.399655,
            53.745314
          ],
          [
            -2.399593,
            53.745278
          ],
          [
            -2.399532,
            53.745242
          ],
          [
            -2.399235,
            53.745077
          ],
          [
            -2.398938,
            53.744912
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070884604, BB5 3NH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.398938224889793,
          53.74491185799105
        ]
      }
    }
  ]
}