{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Westbury Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.520901,
            53.769016
          ],
          [
            -1.520781,
            53.769352
          ],
          [
            -1.520661,
            53.769687
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72628830, LS10 3BX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5206769424634157,
          53.769633193327266
        ]
      }
    }
  ]
}