{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Seabank Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.478069,
            52.908612
          ],
          [
            0.477162,
            52.908708
          ],
          [
            0.477103,
            52.908714
          ],
          [
            0.476863,
            52.909214
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10096051885, PE31 7AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.47698477593108596,
          52.90865742205399
        ]
      }
    }
  ]
}