{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.812473,
            51.961042
          ],
          [
            0.812528,
            51.961007
          ],
          [
            0.812998,
            51.960706
          ],
          [
            0.813523,
            51.960369
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070234335, CO6 3BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8135189367035907,
          51.96036798725304
        ]
      }
    }
  ]
}