{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fleming Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.63588,
            53.714698
          ],
          [
            -1.635726,
            53.714899
          ],
          [
            -1.635572,
            53.7151
          ],
          [
            -1.635458,
            53.715249
          ],
          [
            -1.635344,
            53.715398
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208090, WF17 5DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.635879951572822,
          53.71469846922632
        ]
      }
    }
  ]
}