{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chertsey Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.084791,
            51.551375
          ],
          [
            0.084877,
            51.551223
          ],
          [
            0.084963,
            51.551071
          ],
          [
            0.085044,
            51.550928
          ],
          [
            0.085125,
            51.550785
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023188804, IG1 2UQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.08479115556596553,
          51.551375312055875
        ]
      }
    }
  ]
}