{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.01689,
            52.788335
          ],
          [
            1.016481,
            52.789024
          ],
          [
            1.016246,
            52.789153
          ],
          [
            1.015805,
            52.789253
          ],
          [
            1.015164,
            52.789275
          ],
          [
            1.014608,
            52.78922
          ],
          [
            1.012464,
            52.789007
          ],
          [
            1.011439,
            52.789053
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009925399, NR20 5SG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0113181180869877,
          52.78913117734272
        ]
      }
    }
  ]
}