{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.923521,
            52.515205
          ],
          [
            -1.923245,
            52.515326
          ],
          [
            -1.922917,
            52.515386
          ],
          [
            -1.922725,
            52.51542
          ],
          [
            -1.922637,
            52.515366
          ],
          [
            -1.922696,
            52.515151
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023496596, B20 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9235214608245854,
          52.515205202490975
        ]
      }
    }
  ]
}