{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mason Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.306692,
            53.534521
          ],
          [
            -1.30646,
            53.534534
          ],
          [
            -1.306228,
            53.534547
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022878964, S63 9LU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3068427840432653,
          53.534512907678966
        ]
      }
    }
  ]
}