{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vesta Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.368665,
            50.98854
          ],
          [
            -1.368438,
            50.988783
          ],
          [
            -1.368212,
            50.989026
          ],
          [
            -1.368055,
            50.989195
          ],
          [
            -1.367898,
            50.989363
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014219154, SO53 2AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3679276505761726,
          50.98930041416928
        ]
      }
    }
  ]
}