{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wimble Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.050309,
            52.241846
          ],
          [
            1.050715,
            52.242009
          ],
          [
            1.051005,
            52.24204
          ],
          [
            1.051425,
            52.242084
          ],
          [
            1.051635,
            52.242106
          ],
          [
            1.051773,
            52.242121
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090890895, IP14 4RJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.0503152193263514,
          52.24184206934946
        ]
      }
    }
  ]
}