{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.056183,
            52.148186
          ],
          [
            1.056358,
            52.147759
          ],
          [
            1.056533,
            52.147333
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012176803, IP6 8EY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0562122402170098,
          52.148138306935365
        ]
      }
    }
  ]
}