{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Thomas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.634061,
            53.541786
          ],
          [
            -2.634405,
            53.541604
          ],
          [
            -2.634749,
            53.541423
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064304, WN3 4EL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6343598561702497,
          53.54161368726195
        ]
      }
    }
  ]
}