{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spring Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.632398,
            53.696007
          ],
          [
            -1.632537,
            53.696167
          ],
          [
            -1.632676,
            53.696326
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208657, WF13 2AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6326761615132825,
          53.69632590790177
        ]
      }
    }
  ]
}