{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ridge Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.191536,
            52.046353
          ],
          [
            -0.190641,
            52.046869
          ],
          [
            -0.188891,
            52.047446
          ],
          [
            -0.188629,
            52.047532
          ],
          [
            -0.186509,
            52.048764
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023325282, SG7 5HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1914792719649704,
          52.04641262890555
        ]
      }
    }
  ]
}