{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Greenway Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.070002,
            51.564955
          ],
          [
            0.069844,
            51.564969
          ],
          [
            0.069498,
            51.564829
          ],
          [
            0.069019,
            51.564636
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023189709, IG1 4SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.07000193914759689,
          51.564946398443745
        ]
      }
    }
  ]
}