{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "William Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.026043,
            51.358713
          ],
          [
            1.025995,
            51.358748
          ],
          [
            1.025952,
            51.35878
          ],
          [
            1.025899,
            51.358818
          ],
          [
            1.025755,
            51.358924
          ],
          [
            1.025651,
            51.358978
          ],
          [
            1.025547,
            51.359032
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033170934, CT5 1JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0260427739367208,
          51.35871313408075
        ]
      }
    }
  ]
}