{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alice Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.152498,
            50.371135
          ],
          [
            -4.152531,
            50.371308
          ],
          [
            -4.152564,
            50.371481
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070764274, PL1 5HY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.152519712967694,
          50.37131457509849
        ]
      }
    }
  ]
}