{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pritt Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.976101,
            53.414863
          ],
          [
            -2.976351,
            53.414775
          ],
          [
            -2.976601,
            53.414686
          ],
          [
            -2.976469,
            53.414499
          ],
          [
            -2.976337,
            53.414311
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38258966, L3 3BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9766013972594307,
          53.414686755192605
        ]
      }
    }
  ]
}