{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holroyd Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.534535,
            53.807519
          ],
          [
            -1.534398,
            53.807531
          ],
          [
            -1.534261,
            53.807544
          ],
          [
            -1.53411,
            53.807555
          ],
          [
            -1.53396,
            53.807565
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72637817, LS7 1AD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5344434597308967,
          53.80751814760074
        ]
      }
    }
  ]
}