{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dunce's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.23293,
            52.727494
          ],
          [
            0.23288,
            52.727477
          ],
          [
            0.232737,
            52.727429
          ],
          [
            0.232544,
            52.727364
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090915587, PE14 7PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.22625889711524574,
          52.72678370959755
        ]
      }
    }
  ]
}