{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Frederick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.494003,
            53.683929
          ],
          [
            -1.494315,
            53.683952
          ],
          [
            -1.494627,
            53.683974
          ],
          [
            -1.494885,
            53.683989
          ],
          [
            -1.494974,
            53.683995
          ],
          [
            -1.495053,
            53.683905
          ],
          [
            -1.495064,
            53.683824
          ],
          [
            -1.495069,
            53.683788
          ],
          [
            -1.495075,
            53.683743
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63174774, WF1 1QX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4940488353264108,
          53.683884580258294
        ]
      }
    }
  ]
}