{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tennis Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.943026,
            52.41683
          ],
          [
            -1.943028,
            52.416779
          ],
          [
            -1.943032,
            52.416641
          ],
          [
            -1.943039,
            52.416452
          ],
          [
            -1.943047,
            52.416308
          ],
          [
            -1.943056,
            52.416165
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023492926, B30 1DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.94302568797764,
          52.41682981017584
        ]
      }
    }
  ]
}