{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Reed Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.497265,
            52.833748
          ],
          [
            1.497212,
            52.833116
          ],
          [
            1.496523,
            52.831162
          ],
          [
            1.496516,
            52.830892
          ],
          [
            1.496581,
            52.830707
          ],
          [
            1.496756,
            52.830208
          ],
          [
            1.496773,
            52.827629
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023455655, NR12 0PF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.497217801444601,
          52.8337133125041
        ]
      }
    }
  ]
}