{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bell Inn Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.091789,
            51.072519
          ],
          [
            1.091735,
            51.072626
          ],
          [
            1.091681,
            51.072734
          ],
          [
            1.091674,
            51.072756
          ],
          [
            1.091667,
            51.072777
          ],
          [
            1.09163,
            51.072889
          ],
          [
            1.091593,
            51.073001
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50109729, CT21 5NB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0917476529684733,
          51.07253829958985
        ]
      }
    }
  ]
}