{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ridgeway",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.374264,
            51.828178
          ],
          [
            -0.374091,
            51.828536
          ],
          [
            -0.373919,
            51.828893
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024114439, AL5 3LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.37394896267143357,
          51.828857379753785
        ]
      }
    }
  ]
}