{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hudson Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.315716,
            52.643369
          ],
          [
            -2.316116,
            52.643234
          ],
          [
            -2.316516,
            52.643098
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070434735, TF11 8UP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3156938859653775,
          52.643371734912265
        ]
      }
    }
  ]
}