{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Green Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.457984,
            52.952371
          ],
          [
            -0.456473,
            52.949168
          ],
          [
            -0.454962,
            52.945966
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006532849, NG34 8TB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4549820690917454,
          52.94595795277627
        ]
      }
    }
  ]
}