{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greenwood Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.733434,
            52.733119
          ],
          [
            -2.73339,
            52.733124
          ],
          [
            -2.733346,
            52.733129
          ],
          [
            -2.733155,
            52.733238
          ],
          [
            -2.733084,
            52.733445
          ],
          [
            -2.732499,
            52.734105
          ],
          [
            -2.731624,
            52.735091
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023704755, SY1 3TB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.733434436386583,
          52.73311897266646
        ]
      }
    }
  ]
}