{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hyson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.170475,
            52.964269
          ],
          [
            -1.170131,
            52.964343
          ],
          [
            -1.169788,
            52.964417
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009155958, NG7 5DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1704752536879002,
          52.96426939832696
        ]
      }
    }
  ]
}