{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Newton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.161938,
            52.057083
          ],
          [
            1.16232,
            52.05702
          ],
          [
            1.162702,
            52.056956
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10035056025, IP4 2JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1626726212170646,
          52.0569552901311
        ]
      }
    }
  ]
}