{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Colin Law Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.732354,
            52.470978
          ],
          [
            1.732439,
            52.47121
          ],
          [
            1.732525,
            52.471441
          ],
          [
            1.732764,
            52.472067
          ],
          [
            1.733004,
            52.472692
          ],
          [
            1.733095,
            52.472883
          ],
          [
            1.733187,
            52.473074
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095984835, NR33 0TP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.7323636537371179,
          52.471054442699916
        ]
      }
    }
  ]
}