{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Payne Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.251197,
            52.911989
          ],
          [
            -1.249967,
            52.912221
          ],
          [
            -1.248739,
            52.912452
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003427364, NG9 5GP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2505538896477166,
          52.91209582297637
        ]
      }
    }
  ]
}