{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Milton Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.082546,
            51.269281
          ],
          [
            1.082885,
            51.269515
          ],
          [
            1.083223,
            51.269749
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033171132, CT1 3LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0825321006203668,
          51.26928117048264
        ]
      }
    }
  ]
}