{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Lawrence Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.534266,
            53.826257
          ],
          [
            -1.534533,
            53.826137
          ],
          [
            -1.534801,
            53.826017
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72646071, LS7 4LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.534342580589617,
          53.82622181766127
        ]
      }
    }
  ]
}