{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Green",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.005116,
            52.536948
          ],
          [
            -1.005264,
            52.536439
          ],
          [
            -1.00534,
            52.53618
          ],
          [
            -1.004931,
            52.536136
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10093551145, LE8 0HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0051207322936682,
          52.536942177418496
        ]
      }
    }
  ]
}