{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Postal Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.231119,
            53.482537
          ],
          [
            -2.231376,
            53.482667
          ],
          [
            -2.231633,
            53.482796
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023068314, M1 1EE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2316326312686763,
          53.482796397586704
        ]
      }
    }
  ]
}