{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Roper's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.082023,
            52.745359
          ],
          [
            0.081705,
            52.74576
          ],
          [
            0.078578,
            52.748806
          ],
          [
            0.075338,
            52.75196
          ],
          [
            0.075045,
            52.752223
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002550113, PE12 0HS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.07504345866927431,
          52.7522113986273
        ]
      }
    }
  ]
}