{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Butter Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.525831,
            52.528268
          ],
          [
            1.527459,
            52.528133
          ],
          [
            1.527873,
            52.528067
          ],
          [
            1.529877,
            52.527745
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2630000267, NR14 6QU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.5258363022792858,
          52.52826954657188
        ]
      }
    }
  ]
}