{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Straight Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.074651,
            51.832578
          ],
          [
            1.078189,
            51.834078
          ],
          [
            1.079853,
            51.834783
          ],
          [
            1.080917,
            51.83524
          ],
          [
            1.081632,
            51.835652
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007942886, CO7 8RB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.081745707139546,
          51.83571070786464
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10025098777, CO7 8RD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0787822123257056,
          51.83228071269427
        ]
      }
    }
  ]
}