{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kempton Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.548438,
            50.858735
          ],
          [
            0.548483,
            50.858735
          ],
          [
            0.548527,
            50.858735
          ],
          [
            0.548783,
            50.859017
          ],
          [
            0.548843,
            50.859083
          ],
          [
            0.548939,
            50.859326
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070607899, TN38 0WH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5484237506839765,
          50.85873213942212
        ]
      }
    }
  ]
}