{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chevy Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.232888,
            51.930344
          ],
          [
            1.232892,
            51.930605
          ],
          [
            1.232899,
            51.930606
          ],
          [
            1.23331,
            51.930683
          ],
          [
            1.233352,
            51.930686
          ],
          [
            1.233393,
            51.930689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007942552, CO12 4TP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.232888862750912,
          51.93035326123835
        ]
      }
    }
  ]
}